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

  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp_file.h 113 static const int rel_size = Elf_sizes<size>::rel_size; member in class:elfcpp::Elf_file
elfcpp.h 1003 static const int rel_size = sizeof(internal::Rel_data<size>); member in struct:elfcpp::Elf_sizes
    [all...]
  /bionic/tools/relocation_packer/src/
elf_file.cc 728 const size_t rel_size = local
730 const size_t initial_bytes = relocations->size() * rel_size;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
i386.cc 1406 const int rel_size = elfcpp::Elf_sizes<32>::rel_size; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pdp11.c 3029 bfd_size_type rel_size; local
    [all...]
xcofflink.c 6262 bfd_size_type rel_size; local
    [all...]
elf64-ppc.c 9781 unsigned int rel_size = sizeof (Elf64_External_Rela); local
11390 unsigned int rel_size = sizeof (Elf64_External_Rela); local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 778 unsigned long rel_size,
791 rel_size, _("32-bit relocation data"));
795 nrelas = rel_size / sizeof (Elf32_External_Rela);
821 rel_size, _("64-bit relocation data"));
825 nrelas = rel_size / sizeof (Elf64_External_Rela);
876 unsigned long rel_size,
889 rel_size, _("32-bit relocation data"));
893 nrels = rel_size / sizeof (Elf32_External_Rel);
918 rel_size, _("64-bit relocation data"));
922 nrels = rel_size / sizeof (Elf64_External_Rel)
6053 unsigned long rel_size; local
    [all...]
  /external/valgrind/perf/
tinycc.c 19226 unsigned long rel_addr, rel_size; local
    [all...]

Completed in 318 milliseconds