HomeSort by relevance Sort by last modified time
    Searched defs:Elf_Addr (Results 1 - 4 of 4) sorted by null

  /art/compiler/debug/
elf_debug_frame_writer.h 173 typedef typename ElfTypes::Addr Elf_Addr;
215 const Elf_Addr code_address = mi->code_address +
  /art/libelffile/elf/
elf_debug_reader.h 41 typedef typename ElfTypes::Addr ALIGNED(1) Elf_Addr;
58 Elf_Addr sym_addr;
59 Elf_Addr sym_size;
  /external/llvm/include/llvm/Object/
ELFTypes.h 88 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
110 value_type, TargetEndianness, 2> Elf_Addr;
121 value_type, TargetEndianness, 2> Elf_Addr;
128 typedef typename ELFDataTypeTypedefHelper<ELFType<E, W>>::Elf_Addr Elf_Addr; \
151 Elf_Addr sh_addr; // Address where section is to be loaded
166 Elf_Addr sh_addr; // Address where section is to be loaded
194 Elf_Addr st_value; // Value or address associated with the symbol
208 Elf_Addr st_value; // Value or address associated with the symbol
346 Elf_Addr d_ptr
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Object/
ELFObjectFile.cpp 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
    [all...]

Completed in 114 milliseconds