HomeSort by relevance Sort by last modified time
    Searched full:a_syms (Results 76 - 100 of 111) sorted by null

1 2 34 5

  /prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/asm/
a.out.h 31 __u32 a_syms; member in struct:exec
41 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/asm/
a.out.h 31 __u32 a_syms; member in struct:exec
41 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/asm/
a.out.h 31 __u32 a_syms; member in struct:exec
41 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/asm/
a.out.h 29 unsigned a_syms; member in struct:exec
37 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
a.out.h 14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member in struct:exec
61 #define N_SYMSIZE(a) ((a).a_syms)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 14 unsigned int a_syms; /* Length of symbol table data in file, in bytes. */ member in struct:exec
61 #define N_SYMSIZE(a) ((a).a_syms)
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 7 unsigned long a_syms; /* symbol table size */ member in struct:exec
  /toolchain/binutils/binutils-2.25/bfd/
i386dynix.c 74 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
hp300hpux.c 265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
268 bfd_get_symcount (abfd) = execp->a_syms / 12;
292 execp->a_syms = 0;
459 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
488 execp->a_syms = syms;
540 symbol_bytes = exec_hdr (abfd)->a_syms;
aout-adobe.c 44 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
64 PUT_WORD (abfd, execp->a_syms , bytes->e_syms);
303 exec_hdr (abfd)->a_syms = bfd_get_symcount (abfd)
i386os9k.c 41 execp->a_syms = 0;
riscix.c 90 #define N_STROFF(x) (N_SYMOFF (x) + (x).a_syms)
119 execp->a_syms = bfd_get_symcount (abfd) * EXTERNAL_NLIST_SIZE; \
518 if (execp->a_syms)
555 bfd_get_symcount (abfd) = execp->a_syms / sizeof (struct external_nlist);
  /toolchain/binutils/binutils-2.25/include/aout/
dynix3.h 77 #define N_STROFF(x) (N_SYMOFF(x) + (x).a_syms)
hp.h 46 unsigned long a_syms; /* length of symbol table data in file, in bytes */ member in struct:exec
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 93 unsigned long a_syms; /* size of symbol table */ member in struct:exec
331 ss = sa + buf.a_syms + arch_offset;
332 n = buf.a_syms;
  /toolchain/binutils/binutils-2.25/gas/config/
aout_gnu.h 81 unsigned char a_syms[4]; member in struct:exec_bytes
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member in struct:exec
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )

Completed in 664 milliseconds

1 2 34 5