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

  /bionic/libc/kernel/uapi/asm-x86/asm/
a.out.h 29 unsigned a_drsize; member in struct:exec
32 #define N_DRSIZE(a) ((a).a_drsize)
  /external/kernel-headers/original/uapi/asm-x86/asm/
a.out.h 14 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
18 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
a.out.h 13 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
17 #define N_DRSIZE(a) ((a).a_drsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
a.out.h 13 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
17 #define N_DRSIZE(a) ((a).a_drsize)
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 10 unsigned long a_drsize; /* data relocation size */ member in struct:exec
  /toolchain/binutils/binutils-2.27/include/aout/
hp.h 39 unsigned long a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 96 unsigned long a_drsize; /* size of data relocation */ member in struct:exec
108 (N_TXTOFF(x) + (x).a_text+(x).a_data + (x).a_trsize+(x).a_drsize)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 17 unsigned int a_drsize;/* Length of relocation info for data, in bytes. */ member in struct:exec
60 #define N_DRSIZE(a) ((a).a_drsize)
  /toolchain/binutils/binutils-2.27/bfd/
libaout.h 230 bfd_vma a_drsize; /* Length of data's relocation info, in bytes. */
637 execp->a_drsize = ((obj_datasec (abfd)->reloc_count) * \
228 bfd_vma a_drsize; \/* Length of data's relocation info, in bytes. *\/ member in struct:internal_exec
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 84 unsigned char a_drsize[4]; member in struct:exec_bytes
101 unsigned a_drsize; /* length of relocation info for data, in bytes */ member in struct:exec
200 #define N_SYMOFF(x) ( N_DRELOFF(x) + (x)->a_drsize )

Completed in 437 milliseconds