Searched refs:Elf_Addr (Results 1 - 5 of 5) 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/switchback/
H A Dlinker.c181 #define Elf_Addr Elf64_Addr
196 #define Elf_Addr Elf32_Addr
533 Elf_Addr offset = rtab[j].r_offset;
534 Elf_Addr info = rtab[j].r_info;
536 Elf_Addr P = ((Elf_Addr)targ) + offset;
538 Elf_Addr A = *pP;
539 Elf_Addr S;
540 Elf_Addr value;
554 S = (Elf_Addr)
[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...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_freebsd.h116 Elf_Addr dlpi_addr;
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1697 typedef typename ELFO::Elf_Addr GOTEntry;

Completed in 677 milliseconds