HomeSort by relevance Sort by last modified time
    Searched refs:Elf_Addr (Results 1 - 25 of 70) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/elfcpp/
elfcpp_internal.h 53 typename Elf_types<size>::Elf_Addr e_entry;
73 typename Elf_types<size>::Elf_Addr sh_addr;
116 Elf_types<32>::Elf_Addr p_vaddr;
117 Elf_types<32>::Elf_Addr p_paddr;
130 Elf_types<64>::Elf_Addr p_vaddr;
131 Elf_types<64>::Elf_Addr p_paddr;
148 Elf_types<32>::Elf_Addr st_value;
162 Elf_types<64>::Elf_Addr st_value;
171 typename Elf_types<size>::Elf_Addr r_offset;
178 typename Elf_types<size>::Elf_Addr r_offset
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
tls.h 52 typename elfcpp::Elf_types<size>::Elf_Addr rel_offset,
55 typename elfcpp::Elf_types<size>::Elf_Addr offset = rel_offset + off;
56 // Elf_Addr is unsigned, so this also tests for signed offset < 0.
68 typename elfcpp::Elf_types<size>::Elf_Addr rel_offset,
copy-relocs.h 75 typename elfcpp::Elf_types<size>::Elf_Addr r_offset,
96 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
97 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend;
149 typename elfcpp::Elf_types<size>::Elf_Addr r_offset,
x86_64.cc 222 typename elfcpp::Elf_types<size>::Elf_Addr got_address,
223 typename elfcpp::Elf_types<size>::Elf_Addr plt_address)
230 typename elfcpp::Elf_types<size>::Elf_Addr got_address,
231 typename elfcpp::Elf_types<size>::Elf_Addr plt_address,
243 typename elfcpp::Elf_types<size>::Elf_Addr got_address,
244 typename elfcpp::Elf_types<size>::Elf_Addr plt_address,
245 typename elfcpp::Elf_types<size>::Elf_Addr got_base,
258 typename elfcpp::Elf_types<size>::Elf_Addr got_addr,
259 typename elfcpp::Elf_types<size>::Elf_Addr plt_addr)
264 typename elfcpp::Elf_types<size>::Elf_Addr got_address
    [all...]
sparc.cc 119 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
163 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
334 unsigned char*, typename elfcpp::Elf_types<size>::Elf_Addr,
345 typename elfcpp::Elf_types<size>::Elf_Addr,
543 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
564 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
608 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
612 typename elfcpp::Elf_types<size>::Elf_Addr address)
632 typename elfcpp::Elf_types<size>::Elf_Addr address)
651 typename elfcpp::Elf_types<size>::Elf_Addr addend
    [all...]
  /external/syslinux/com32/include/sys/i386/
module.h 25 typedef Elf32_Addr Elf_Addr;
  /external/syslinux/com32/include/sys/x86_64/
module.h 25 typedef Elf64_Addr Elf_Addr;
  /art/runtime/
elf_file_impl.h 34 using Elf_Addr = typename ElfTypes::Addr;
97 Elf_Addr FindSymbolAddress(Elf_Word section_type,
120 bool Fixup(Elf_Addr base_address);
121 bool FixupDynamic(Elf_Addr base_address);
122 bool FixupSectionHeaders(Elf_Addr base_address);
123 bool FixupProgramHeaders(Elf_Addr base_address);
124 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
125 bool FixupRelocations(Elf_Addr base_address);
126 bool FixupDebugSections(Elf_Addr base_address_delta);
127 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta)
    [all...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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;
129 typedef typename ELFT::Addr Elf_Addr; \
150 Elf_Addr sh_addr; // Address where section is to be loaded
165 Elf_Addr sh_addr; // Address where section is to be loaded
193 Elf_Addr st_value; // Value or address associated with the symbol
207 Elf_Addr st_value; // Value or address associated with the symbol
345 Elf_Addr d_ptr;
355 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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;
129 typedef typename ELFT::Addr Elf_Addr; \
150 Elf_Addr sh_addr; // Address where section is to be loaded
165 Elf_Addr sh_addr; // Address where section is to be loaded
193 Elf_Addr st_value; // Value or address associated with the symbol
207 Elf_Addr st_value; // Value or address associated with the symbol
345 Elf_Addr d_ptr;
355 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
ELFTypes.h 93 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
114 using Elf_Addr = support::detail::packed_endian_specific_integral<
125 using Elf_Addr = support::detail::packed_endian_specific_integral<
134 using Elf_Addr = typename ELFT::Addr; \
155 Elf_Addr sh_addr; // Address where section is to be loaded
170 Elf_Addr sh_addr; // Address where section is to be loaded
198 Elf_Addr st_value; // Value or address associated with the symbol
212 Elf_Addr st_value; // Value or address associated with the symbol
356 Elf_Addr d_ptr;
366 Elf_Addr d_ptr
    [all...]
  /external/syslinux/com32/include/sys/
module.h 101 Elf_Addr base_addr; // The base address of the module
337 static inline void *module_get_absolute(Elf_Addr addr, struct elf_module *module) {
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object-elf.c 250 of the field in the struct: Elf_Half, Elf_Word, or Elf_Addr. */
259 Elf_Word, or Elf_Addr. */
282 Elf_Addr. */
291 Elf_Word, or Elf_Addr. */
425 e_shoff, Elf_Addr);
450 shdr, sh_size, Elf_Addr);
532 shstrhdr, sh_size, Elf_Addr);
534 shstrhdr, sh_offset, Elf_Addr);
566 shdr, sh_offset, Elf_Addr);
568 shdr, sh_size, Elf_Addr);
    [all...]

Completed in 491 milliseconds

1 2 3