/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 522 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end() 538 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection() 559 case ELF::SHT_REL: { in getRelocationSymbol() 622 case ELF::SHT_REL: in getROffset() 636 case ELF::SHT_REL: { in getRelocationType() 661 case ELF::SHT_REL: { in getRelocationTypeName() 683 case ELF::SHT_REL: { in getRelocationAddend() 705 case ELF::SHT_REL: { in getRelocationValueString()
|
/external/elfutils/src/libebl/ |
D | eblsectionstripp.c | 49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
|
/external/elfutils/src/libelf/ |
D | elf-knowledge.h | 61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
|
D | elf32_updatenull.c | 232 case SHT_REL: in __elfw2()
|
D | elf_getdata.c | 61 [SHT_REL] = ELF_T_REL,
|
/external/elfutils/src/libdwfl/ |
D | relocate.c | 507 = gelf_fsize (relocated, shdr->sh_type == SHT_REL ? ELF_T_REL : ELF_T_RELA, in relocate_section() 511 if (shdr->sh_type == SHT_REL) in relocate_section() 584 if (shdr->sh_type == SHT_REL) in relocate_section() 645 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in __libdwfl_relocate()
|
D | derelocate.c | 128 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in cache_sections() 188 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in cache_sections()
|
/external/llvm/test/MC/Mips/ |
D | mips-pdr.s | 37 # OBJOUT: Type: SHT_REL (0x9)
|
/external/llvm/test/MC/ARM/ |
D | elf-movt.s | 41 @ OBJ-NEXT: Type: SHT_REL (0x9)
|
/external/elfutils/src/src/ |
D | findtextrel.c | 415 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file() 429 if (shdr->sh_type == SHT_REL) in process_file()
|
D | objdump.c | 502 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs() 550 if (shdr->sh_type == SHT_REL) in show_relocs()
|
D | strip.c | 753 if (shdr_info[cnt].shdr.sh_type == SHT_REL in handle_elf() 1415 case SHT_REL: in handle_elf() 1429 if (shdr_info[cnt].shdr.sh_type == SHT_REL) in handle_elf() 1669 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in handle_elf() 1831 if (shdr->sh_type == SHT_REL) in handle_elf()
|
D | elfcmp.c | 753 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc() 763 if (shdr->sh_type == SHT_REL) in search_for_copy_reloc()
|
D | ld.c | 428 if (h->type == SHT_REL || h->type == SHT_RELA) in main() 1240 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
|
D | ldgeneric.c | 886 && ((shdr->sh_type != SHT_RELA && shdr->sh_type != SHT_REL) in mark_section_group() 1353 || shdr->sh_type == SHT_REL in add_relocatable_file() 2434 int rel_type = REL_TYPE (&ld_state) == DT_REL ? SHT_REL : SHT_RELA; in ld_generic_generate_sections() 2502 rel_type == SHT_REL in ld_generic_generate_sections() 2624 rel_type == SHT_REL in ld_generic_generate_sections() 3131 if ((ld_state.allsections[cnt]->type == SHT_REL in ld_generic_create_sections() 4735 if (head->type == SHT_REL || head->type == SHT_RELA) in ld_generic_create_outfile() 4758 int type = head->type == SHT_REL ? ELF_T_REL : ELF_T_RELA; in ld_generic_create_outfile()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 85 case ELF::SHT_REL: { in dump() 231 assert(Shdr->sh_type == ELF::SHT_REL && "Section type is not SHT_REL"); in dumpRelSection()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf.h | 275 #define SHT_REL 9 macro
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 952 Section.getType() == ELF::SHT_REL || in computeIndexMap() 1134 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection() 1291 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in WriteRelocations() 1477 case ELF::SHT_REL: in writeSection()
|
/external/llvm/lib/Object/ |
D | ELFYAML.cpp | 317 ECase(SHT_REL) in enumeration() 543 case ELF::SHT_REL: in mapping()
|
/external/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 941 case SHT_REL: in CreateSections() 1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols() 1736 CASE_AND_STREAM(s, SHT_REL , kStrWidth); in DumpELFSectionHeader_sh_type()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 426 LLVM_READOBJ_ENUM_CASE(ELF, SHT_REL ); in getElfSectionType() 627 if (SecI->sh_type != ELF::SHT_REL && SecI->sh_type != ELF::SHT_RELA) in printRelocations() 645 case ELF::SHT_REL: in printRelocations()
|
/external/valgrind/VEX/unused/ |
D | linker.c | 739 if (shdr[shnum].sh_type == SHT_REL ) { in ocResolve_ELF() 851 if (shdr[i].sh_type == SHT_REL) { in ocVerifyImage_ELF()
|
/external/valgrind/VEX/switchback/ |
D | linker.c | 899 if (shdr[shnum].sh_type == SHT_REL ) { 1014 if (shdr[i].sh_type == SHT_REL) {
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 593 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 347 if (Section.Type != llvm::ELF::SHT_REL && in writeSectionContent()
|