HomeSort by relevance Sort by last modified time
    Searched refs:N_DATADDR (Results 51 - 56 of 56) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
a.out.h 84 #define N_DATADDR(x) \
87 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 84 #define N_DATADDR(x) \
87 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
a.out.h 84 #define N_DATADDR(x) \
87 #define N_BSSADDR(x) (N_DATADDR(x) + (x).a_data)
  /external/qemu/
loader.c 206 #define N_DATADDR(x) \
240 if (N_DATADDR(e) + e.a_data > max_sz)
246 ret = read_targphys(fd, addr + N_DATADDR(e), e.a_data);
  /external/grub/stage2/
imgact_aout.h 92 #define N_DATADDR(ex) \
  /external/strace/
util.c     [all...]

Completed in 1297 milliseconds

1 23