Searched defs:Elf_Addr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
H A DELFTypes.h37 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
59 value_type, TargetEndianness, 2> Elf_Addr; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
70 value_type, TargetEndianness, 2> Elf_Addr; typedef in struct:llvm::object::ELFDataTypeTypedefHelper
77 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Addr Elf_Addr; \
100 Elf_Addr sh_addr; // Address where section is to be loaded
115 Elf_Addr sh_addr; // Address where section is to be loaded
143 Elf_Addr st_value; // Value or address associated with the symbol
157 Elf_Addr st_value; // Value or address associated with the symbol
295 Elf_Addr d_pt
[all...]
/external/valgrind/VEX/unused/
H A Dlinker.c115 #define Elf_Addr Elf64_Addr macro
130 #define Elf_Addr Elf32_Addr macro
437 Elf_Addr offset = rtab[j].r_offset;
438 Elf_Addr info = rtab[j].r_info;
440 Elf_Addr P = ((Elf_Addr)targ) + offset;
442 Elf_Addr A = *pP;
443 Elf_Addr S;
444 Elf_Addr value;
458 S = (Elf_Addr)
[all...]

Completed in 274 milliseconds