Home
last modified time | relevance | path

Searched refs:SHT_REL (Results 1 – 15 of 15) sorted by relevance

/third_party/uboot/u-boot-2020.01/tools/
Dmips-relocs.c319 if ((sh_type != SHT_REL) && (sh_type != SHT_RELA)) in main()
350 if (sh_type == SHT_REL) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h832 if (S->sh_type != ELF::SHT_RELA && S->sh_type != ELF::SHT_REL) in section_rel_end()
854 if (Type != ELF::SHT_REL && Type != ELF::SHT_RELA) in getRelocatedSection()
874 if (sec->sh_type == ELF::SHT_REL) in getRelocationSymbol()
891 if (sec->sh_type == ELF::SHT_REL) in getRelocationOffset()
900 if (sec->sh_type == ELF::SHT_REL) in getRelocationType()
929 assert(getRelSection(Rel)->sh_type == ELF::SHT_REL); in getRel()
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h201 #define SHT_REL 9 /* relocation section - no addends */ macro
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h201 #define SHT_REL 9 /* relocation section - no addends */ macro
/third_party/uboot/u-boot-2020.01/include/
Delf.h280 #define SHT_REL 9 /* relation section without addends */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp240 STRINGIFY_ENUM_CASE(ELF, SHT_REL); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h675 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h825 SHT_REL = 9, // Relocation entries; no explicit addends. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp802 RelaSectionName, hasRelocationAddend() ? ELF::SHT_RELA : ELF::SHT_REL, in createRelocationSection()
1000 case ELF::SHT_REL: in writeSection()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp113 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL; in createRelocationSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp453 ECase(SHT_REL); in enumeration()
1203 case ELF::SHT_REL: in mapping()
DELFEmitter.cpp794 assert((Section.Type == llvm::ELF::SHT_REL || in writeSectionContent()
/third_party/musl/include/
Delf.h380 #define SHT_REL 9 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h380 #define SHT_REL 9 macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp694 else if(sectionHeader[i].sh_type == SHT_REL) in loadImage()