Home | History | Annotate | Download | only in Object

Lines Matching refs:Elf_Addr

31 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
57 <uint32_t, target_endianness, support::aligned> Elf_Addr;
67 <uint64_t, target_endianness, support::aligned> Elf_Addr;
76 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Addr Elf_Addr; \
101 Elf_Addr sh_addr; // Address where section is to be loaded
116 Elf_Addr sh_addr; // Address where section is to be loaded
147 Elf_Addr st_value; // Value or address associated with the symbol
161 Elf_Addr st_value; // Value or address associated with the symbol
188 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
195 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
202 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
210 Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
271 Elf_Addr e_entry; // Address to jump to in order to start program