Home | History | Annotate | Download | only in Object

Lines Matching defs:Elf_Addr

28 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
54 <uint32_t, target_endianness, support::aligned> Elf_Addr;
64 <uint64_t, target_endianness, support::aligned> Elf_Addr;
73 ELFDataTypeTypedefHelper<target_endianness, is64Bits>::Elf_Addr Elf_Addr; \
98 Elf_Addr sh_addr; // Address where section is to be loaded
113 Elf_Addr sh_addr; // Address where section is to be loaded
144 Elf_Addr st_value; // Value or address associated with the symbol
158 Elf_Addr st_value; // Value or address associated with the symbol
191 Elf_Addr e_entry; // Address to jump to in order to start program