Home
last modified time | relevance | path

Searched refs:SHT_RELA (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/include/llvm/Object/
DELFObjectFile.h522 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()
563 case ELF::SHT_RELA: { in getRelocationSymbol()
624 case ELF::SHT_RELA: in getROffset()
640 case ELF::SHT_RELA: { in getRelocationType()
665 case ELF::SHT_RELA: { in getRelocationTypeName()
687 case ELF::SHT_RELA: { in getRelocationAddend()
711 case ELF::SHT_RELA: { in getRelocationValueString()
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
/external/elfutils/src/libebl/
Deblsectionstripp.c49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
/external/elfutils/src/libelf/
Delf-knowledge.h61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
Delf32_updatenull.c212 case SHT_RELA: in __elfw2()
Delf_getdata.c58 [SHT_RELA] = ELF_T_RELA,
/external/elfutils/src/libdwfl/
Dderelocate.c128 && (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()
Drelocate.c645 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in __libdwfl_relocate()
/external/elfutils/src/src/
Dfindtextrel.c415 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file()
452 else if (shdr->sh_type == SHT_RELA) in process_file()
Dld.c428 if (h->type == SHT_REL || h->type == SHT_RELA) in main()
1240 if (h->type == SHT_REL || h->type == SHT_RELA) in collect_sections()
Dstrip.c754 || shdr_info[cnt].shdr.sh_type == SHT_RELA) in handle_elf()
1416 case SHT_RELA: in handle_elf()
1669 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in handle_elf()
Dobjdump.c502 if (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in show_relocs()
Dunstrip.c421 case SHT_RELA: in adjust_relocs()
1125 || (sec->shdr.sh_type == SHT_RELA in find_alloc_sections_prelink()
1796 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in copy_elided_sections()
Delfcmp.c753 if ((shdr->sh_type != SHT_REL && shdr->sh_type != SHT_RELA) in search_for_copy_reloc()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp78 case ELF::SHT_RELA: { in dump()
251 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA"); in dumpRelaSection()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp348 Section.Type != llvm::ELF::SHT_RELA) { in writeSectionContent()
353 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent()
/external/kernel-headers/original/uapi/linux/
Delf.h270 #define SHT_RELA 4 macro
/external/llvm/lib/MC/
DELFObjectWriter.cpp953 Section.getType() == ELF::SHT_RELA) 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()
1478 case ELF::SHT_RELA: { in writeSection()
/external/llvm/lib/Object/
DELFYAML.cpp312 ECase(SHT_RELA) in enumeration()
544 case ELF::SHT_RELA: in mapping()
/external/lldb/source/Plugins/ObjectFile/ELF/
DObjectFileELF.cpp940 case SHT_RELA: in CreateSections()
1371 assert(rel_hdr->sh_type == SHT_RELA || rel_hdr->sh_type == SHT_REL); in ParseTrampolineSymbols()
1731 CASE_AND_STREAM(s, SHT_RELA , kStrWidth); in DumpELFSectionHeader_sh_type()
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp421 LLVM_READOBJ_ENUM_CASE(ELF, SHT_RELA ); in getElfSectionType()
627 if (SecI->sh_type != ELF::SHT_REL && SecI->sh_type != ELF::SHT_RELA) in printRelocations()
656 case ELF::SHT_RELA: in printRelocations()
/external/llvm/test/Object/
Dobj2yaml.test317 ELF-MIPS64EL-NEXT: Type: SHT_RELA
385 ELF-X86-64-NEXT: Type: SHT_RELA
/external/valgrind/VEX/unused/
Dlinker.c745 if (shdr[shnum].sh_type == SHT_RELA) { in ocResolve_ELF()
853 } else if (shdr[i].sh_type == SHT_RELA) { in ocVerifyImage_ELF()
/external/valgrind/VEX/switchback/
Dlinker.c905 if (shdr[shnum].sh_type == SHT_RELA) {
1016 } else if (shdr[i].sh_type == SHT_RELA) {
/external/llvm/include/llvm/Support/
DELF.h588 SHT_RELA = 4, // Relocation entries; explicit addends. enumerator

12