Searched defs:Elf_Rel_Base (Results 1 – 1 of 1) sorted by relevance
186 struct Elf_Rel_Base<target_endianness, false, false> { struct189 Elf_Word r_info; // Symbol table index and type of relocation to apply193 struct Elf_Rel_Base<target_endianness, true, false> { struct196 Elf_Xword r_info; // Symbol table index and type of relocation to apply200 struct Elf_Rel_Base<target_endianness, false, true> { struct203 Elf_Word r_info; // Symbol table index and type of relocation to apply204 Elf_Sword r_addend; // Compute value for relocatable field by adding this208 struct Elf_Rel_Base<target_endianness, true, true> { struct211 Elf_Xword r_info; // Symbol table index and type of relocation to apply212 Elf_Sxword r_addend; // Compute value for relocatable field by adding this.