Home
last modified time | relevance | path

Searched refs:SHT_RELR (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def78 // Experimental support for SHT_RELR sections. For details, see proposal
96 // Android's experimental support for SHT_RELR sections.
DELF.h835 SHT_RELR = 19, // Relocation entries; only offsets. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp248 STRINGIFY_ENUM_CASE(ELF, SHT_RELR); in getELFSectionTypeName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp461 ECase(SHT_RELR); in enumeration()
1209 case ELF::SHT_RELR: in mapping()
/third_party/musl/porting/linux/user/include/
Delf.h388 #define SHT_RELR 19 macro
/third_party/elfutils/libelf/
Delf.h447 #define SHT_RELR 19 /* RELR relative relocations */ macro