HomeSort by relevance Sort by last modified time
    Searched defs:reloc_count (Results 1 - 25 of 51) sorted by null

1 2 3

  /bionic/libc/kernel/uapi/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /development/ndk/platforms/android-21/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /external/kernel-headers/original/uapi/linux/
flat.h 44 unsigned long reloc_count; /* Number of relocation records */ member in struct:flat_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 44 unsigned long reloc_count; /* Number of relocation records */ member in struct:flat_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 44 unsigned long reloc_count; /* Number of relocation records */ member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
flat.h 35 unsigned long reloc_count; member in struct:flat_hdr
  /toolchain/binutils/binutils-2.25/bfd/
reloc16.c 154 long reloc_count; local
172 reloc_count =
175 if (reloc_count < 0)
196 if (reloc_count > 0)
203 amt = reloc_count + 1;
228 for (j = i + 1; j <= reloc_count; j++)
235 shrink = shrinks[reloc_count];
259 long reloc_count; local
281 reloc_count = bfd_canonicalize_reloc (input_bfd,
285 if (reloc_count < 0
    [all...]
elfxx-sparc.h 27 unsigned int do_relax, reloc_count; member in struct:_bfd_sparc_elf_section_data
33 ((struct _bfd_sparc_elf_section_data *) elf_section_data (sec))->reloc_count

Completed in 444 milliseconds

1 2 3