Home
last modified time | relevance | path

Searched defs:Elf_Rel_Base (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp186 struct Elf_Rel_Base<target_endianness, false, false> { struct
189 Elf_Word r_info; // Symbol table index and type of relocation to apply
193 struct Elf_Rel_Base<target_endianness, true, false> { struct
196 Elf_Xword r_info; // Symbol table index and type of relocation to apply
200 struct Elf_Rel_Base<target_endianness, false, true> { struct
203 Elf_Word r_info; // Symbol table index and type of relocation to apply
204 Elf_Sword r_addend; // Compute value for relocatable field by adding this
208 struct Elf_Rel_Base<target_endianness, true, true> { struct
211 Elf_Xword r_info; // Symbol table index and type of relocation to apply
212 Elf_Sxword r_addend; // Compute value for relocatable field by adding this.