Home
last modified time | relevance | path

Searched refs:Relr (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDynamicTags.def80 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table.
81 DYNAMIC_TAG(RELR, 36) // Address of relocation table (Relr entries).
82 DYNAMIC_TAG(RELRENT, 37) // Size of a Relr relocation entry.
98 DYNAMIC_TAG(ANDROID_RELR, 0x6FFFE000) // Address of relocation table (Relr entries).
99 DYNAMIC_TAG(ANDROID_RELRSZ, 0x6FFFE001) // Size of Relr relocation table.
100 DYNAMIC_TAG(ANDROID_RELRENT, 0x6FFFE003) // Size of a Relr relocation entry.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h141 Relr, enumerator
448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection()
451 return S->Kind == ChunkKind::Relr; in classof()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h64 using Relr = packed<uint>; member
82 using RelrRange = ArrayRef<Relr>;
DELF.h83 using Elf_Relr = typename ELFT::Relr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp111 typedef typename ELFT::Relr Elf_Relr;