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

1 2 3 4

  /toolchain/binutils/binutils-2.25/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 91 typedef typename elfcpp::Elf_types<size>::Elf_Addr Address;
92 typedef typename elfcpp::Elf_types<size>::Elf_Addr Addend;
reloc.h 412 typename elfcpp::Elf_types<size>::Elf_Addr address)
425 typename elfcpp::Elf_types<size>::Elf_Addr address)
441 typename elfcpp::Elf_types<size>::Elf_Addr address)
457 typename elfcpp::Elf_types<size>::Elf_Addr address)
472 typename elfcpp::Elf_types<size>::Elf_Addr address)
511 typename elfcpp::Elf_types<size>::Elf_Addr address)
518 typename elfcpp::Elf_types<size>::Elf_Addr address)
525 typename elfcpp::Elf_types<size>::Elf_Addr address)
533 typename elfcpp::Elf_types<size>::Elf_Addr address)
564 typename elfcpp::Elf_types<size>::Elf_Addr address
    [all...]
sparc.cc 115 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
145 typename elfcpp::Elf_types<size>::Elf_Addr view_address,
325 typename elfcpp::Elf_types<size>::Elf_Addr,
336 typename elfcpp::Elf_types<size>::Elf_Addr,
526 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
547 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
591 typename elfcpp::Elf_types<valsize>::Elf_Addr dst_mask,
595 typename elfcpp::Elf_types<size>::Elf_Addr address)
615 typename elfcpp::Elf_types<size>::Elf_Addr address)
634 typename elfcpp::Elf_types<size>::Elf_Addr addend
    [all...]
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...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_internal.h 53 typename Elf_types<size>::Elf_Addr e_entry;
73 typename Elf_types<size>::Elf_Addr sh_addr;
94 Elf_types<32>::Elf_Addr p_vaddr;
95 Elf_types<32>::Elf_Addr p_paddr;
108 Elf_types<64>::Elf_Addr p_vaddr;
109 Elf_types<64>::Elf_Addr p_paddr;
126 Elf_types<32>::Elf_Addr st_value;
140 Elf_types<64>::Elf_Addr st_value;
149 typename Elf_types<size>::Elf_Addr r_offset;
156 typename Elf_types<size>::Elf_Addr r_offset
    [all...]
elfcpp.h 63 typedef uint32_t Elf_Addr;
72 typedef uint64_t Elf_Addr;
1046 typename Elf_types<size>::Elf_Addr
1117 put_e_entry(typename Elf_types<size>::Elf_Addr v)
1188 typename Elf_types<size>::Elf_Addr
1244 put_sh_addr(typename Elf_types<size>::Elf_Addr v)
    [all...]
  /art/runtime/
elf_file_impl.h 38 using Elf_Addr = typename ElfTypes::Addr;
101 Elf_Addr FindSymbolAddress(Elf_Word section_type,
124 bool Fixup(Elf_Addr base_address);
125 bool FixupDynamic(Elf_Addr base_address);
126 bool FixupSectionHeaders(Elf_Addr base_address);
127 bool FixupProgramHeaders(Elf_Addr base_address);
128 bool FixupSymbols(Elf_Addr base_address, bool dynamic);
129 bool FixupRelocations(Elf_Addr base_address);
130 bool FixupDebugSections(Elf_Addr base_address_delta);
131 bool ApplyOatPatchesTo(const char* target_section_name, Elf_Addr base_address_delta)
    [all...]
  /external/llvm/include/llvm/Object/
ELFTypes.h 37 // Templates to choose Elf_Addr and Elf_Off depending on is64Bits.
59 value_type, TargetEndianness, 2> Elf_Addr;
70 value_type, TargetEndianness, 2> Elf_Addr;
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_ptr
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
module.h 56 #define Elf_Addr Elf32_Addr
  /external/valgrind/VEX/switchback/
linker.c 181 #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/
linker.c 115 #define Elf_Addr Elf64_Addr
130 #define Elf_Addr Elf32_Addr
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...]
  /toolchain/binutils/binutils-2.25/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...]
  /art/compiler/debug/
elf_debug_frame_writer.h 176 typedef typename ElfTypes::Addr Elf_Addr;
216 const Elf_Addr cfi_address = cfi_section->GetAddress();
217 const Elf_Addr cie_address = cfi_address;
218 Elf_Addr buffer_address = cfi_address;
227 const Elf_Addr code_address = mi->code_address +
  /toolchain/binutils/binutils-2.25/gold/testsuite/
testfile.cc 62 unsigned char*, typename elfcpp::Elf_types<size>::Elf_Addr,
79 typename elfcpp::Elf_types<size>::Elf_Addr,
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_freebsd.h 116 Elf_Addr dlpi_addr;

Completed in 716 milliseconds

1 2 3 4