Home
last modified time | relevance | path

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

123

/external/llvm/test/tools/sanstats/
Delf.test72 Type: SHT_RELA
129 Type: SHT_RELA
152 Type: SHT_RELA
173 Type: SHT_RELA
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/sanstats/
Delf.test72 Type: SHT_RELA
129 Type: SHT_RELA
152 Type: SHT_RELA
173 Type: SHT_RELA
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/
Dbasic-relocations.test41 Type: SHT_RELA
50 Type: SHT_RELA
Ddynamic-relocations.test5 #CHECK-NEXT: Type: SHT_RELA
Dstrip-all-gnu.test43 Type: SHT_RELA
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
/external/llvm/test/MC/PowerPC/
Dppc64-initial-cfa.s42 # STATIC-NEXT: Type: SHT_RELA
83 # PIC-NEXT: Type: SHT_RELA
/external/llvm/test/Object/
Dno-section-header-string-table.test7 CHECK: Type: SHT_RELA (0x4)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dno-section-header-string-table.test7 CHECK: Type: SHT_RELA (0x4)
Dinvalid-alignment.test25 Type: SHT_RELA
Dobj2yaml-invalid-reloc.test17 CHECK-NEXT: Type: SHT_RELA
Dinvalid.test7 RELA: Section is not SHT_RELA
/external/elfutils/libebl/
Deblsectionstripp.c49 if (shdr->sh_type == SHT_RELA || shdr->sh_type == SHT_REL) in ebl_section_strip_p()
/external/elfutils/libelf/
Delf-knowledge.h61 ((Shdr)->sh_type == SHT_REL || (Shdr)->sh_type == SHT_RELA \
/external/elfutils/libdwfl/
Dderelocate.c147 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in cache_sections()
210 && (shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA)) in cache_sections()
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp833 case ELF::SHT_RELA : { in getRelocationSymbol()
861 case ELF::SHT_RELA : { in getRelocationAddress()
883 case ELF::SHT_RELA : { in getRelocationType()
908 case ELF::SHT_RELA : { in getRelocationTypeName()
1019 case ELF::SHT_RELA : { in getRelocationAdditionalInfo()
1044 case ELF::SHT_RELA : { in getRelocationValueString()
1116 if (sh->sh_type == ELF::SHT_REL || sh->sh_type == ELF::SHT_RELA) { in ELFObjectFile()
/external/elfutils/src/
Dfindtextrel.c400 if ((shdr->sh_type == SHT_REL || shdr->sh_type == SHT_RELA) in process_file()
438 else if (shdr->sh_type == SHT_RELA) in process_file()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
DObject.h491 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA; in classof()
526 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA; in classof()
596 return S->Type == ELF::SHT_REL || S->Type == ELF::SHT_RELA; in classof()
/external/llvm/include/llvm/Object/
DELFObjectFile.h641 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end()
663 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection()
732 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
747 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp302 if (Section.getType() == ELF::SHT_RELA || in WriteSymbolTable()
545 Section.getType() == ELF::SHT_RELA) in ComputeIndexMap()
699 ELF::SHT_RELA : ELF::SHT_REL, 0, in CreateRelocationSections()
965 case ELF::SHT_RELA: { in WriteSection()
1134 Section.getType() != ELF::SHT_RELA) in ComputeSectionOrder()
1143 Section.getType() == ELF::SHT_RELA) in ComputeSectionOrder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFObjectFile.h777 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end()
799 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection()
866 if (getRelSection(Rel)->sh_type != ELF::SHT_RELA) in getRelocationAddend()
884 assert(getRelSection(Rela)->sh_type == ELF::SHT_RELA); in getRela()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp92 case ELF::SHT_RELA: { in dump()
300 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA"); in dumpRelaSection()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp368 Section.Type == llvm::ELF::SHT_RELA) && in writeSectionContent()
371 bool IsRela = Section.Type == llvm::ELF::SHT_RELA; in writeSectionContent()
/external/kernel-headers/original/uapi/linux/
Delf.h271 #define SHT_RELA 4 macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp150 case ELF::SHT_RELA: { in dump()
388 assert(Shdr->sh_type == ELF::SHT_RELA && "Section type is not SHT_RELA"); in dumpRelaSection()

123