Searched refs:SHT_REL (Results 1 - 25 of 39) sorted by relevance

12

/external/elfutils/0.153/libebl/
H A Deblsectionstripp.c70 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL)
/external/elfutils/0.153/libelf/
H A Delf-knowledge.h84 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
H A Delf32_updatenull.c253 case SHT_REL:
H A Delf_getdata.c82 [SHT_REL] = ELF_T_REL,
/external/chromium_org/courgette/
H A Dtypes_elf.h83 SHT_REL = 9, enumerator in enum:sh_type_values
H A Ddisassembler_elf_32.cc272 case SHT_REL:
430 if (section_header->sh_type == SHT_REL) {
471 case SHT_REL:
/external/llvm/test/MC/ARM/
H A Delf-movt.s41 @ OBJ-NEXT: Type: SHT_REL (0x9)
/external/elfutils/0.153/libdwfl/
H A Dderelocate.c149 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
209 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA))
H A Drelocate.c483 if (shdr->sh_type == SHT_REL)
556 if (shdr->sh_type == SHT_REL)
617 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
/external/llvm/include/llvm/Object/
H A DELFObjectFile.h505 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL)
521 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA)
542 case ELF::SHT_REL: {
605 case ELF::SHT_REL:
619 case ELF::SHT_REL: {
644 case ELF::SHT_REL: {
666 case ELF::SHT_REL: {
688 case ELF::SHT_REL: {
/external/elfutils/0.153/src/
H A Dfindtextrel.c417 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
431 if (shdr->sh_type == SHT_REL)
H A Dobjdump.c508 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
552 if (shdr->sh_type == SHT_REL)
H A Dstrip.c742 if ((shdr_info[cnt].shdr.sh_type == SHT_REL
841 + SHT_REL and SHT_RELA in sh_link to symbol table
1142 /* Handle the SHT_REL, SHT_RELA, and SHF_INFO_LINK flag. */
1390 case SHT_REL:
1404 if (shdr_info[cnt].shdr.sh_type == SHT_REL)
1644 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)
1734 /* When the symbol value is zero then for SHT_REL
1768 /* For SHT_REL sections we have to peek at
1806 if (shdr->sh_type == SHT_REL)
H A Delfcmp.c760 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA)
770 if (shdr->sh_type == SHT_REL)
H A Dld.c436 if (h->type == SHT_REL || h->type == SHT_RELA)
1248 if (h->type == SHT_REL || h->type == SHT_RELA)
/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp82 case ELF::SHT_REL: {
222 assert(Shdr->sh_type == ELF::SHT_REL && "Section type is not SHT_REL");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-x86-x86.c124 YASM_WRITE_32_L(bufp, SHT_REL);
H A Delf.h137 SHT_REL = 9, /* relocations entries w/o explicit addends */ enumerator in enum:__anon16345
371 * for section types SHT_REL, SHT_RELA:
/external/chromium_org/third_party/libvpx/include/
H A Delf.h303 #define SHT_REL 9 macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h275 #define SHT_REL 9 macro
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp660 Section.getType() == ELF::SHT_REL ||
981 Section.getType() == ELF::SHT_REL ||
1139 ELF::SHT_RELA : ELF::SHT_REL, Flags,
1523 case ELF::SHT_REL:
1534 unsigned SecNameLen = (Section.getType() == ELF::SHT_REL) ? 4 : 5;
1712 Section.getType() != ELF::SHT_REL &&
1721 if (Section.getType() == ELF::SHT_REL ||
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp423 LLVM_READOBJ_ENUM_CASE(ELF, SHT_REL );
624 if (SecI->sh_type != ELF::SHT_REL && SecI->sh_type != ELF::SHT_RELA)
642 case ELF::SHT_REL:
H A DARMEHABIPrinter.h371 if (SI->sh_type == ELF::SHT_REL && SI->sh_info == IndexSectionIndex) {
/external/llvm/lib/Object/
H A DELFYAML.cpp312 ECase(SHT_REL)
702 case ELF::SHT_REL:
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp941 case SHT_REL:
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL);
1736 CASE_AND_STREAM(s, SHT_REL , kStrWidth);

Completed in 863 milliseconds

12