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

  /bionic/libc/kernel/uapi/asm-x86/asm/
a.out.h 23 unsigned a_text; member in struct:exec
  /external/kernel-headers/original/uapi/asm-x86/asm/
a.out.h 8 unsigned a_text; /* length of text, in bytes */ member in struct:exec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
a.out.h 7 unsigned a_text; /* length of text, in bytes */ member in struct:exec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
a.out.h 7 unsigned a_text; /* length of text, in bytes */ member in struct:exec
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 4 unsigned long a_text; /* text segment size */ member in struct:exec
41 mid = (((start + astate.head.a_text) + 4095) & ~4095) + astate.head.a_data;
104 astate.toread = astate.head.a_text;
  /toolchain/binutils/binutils-2.27/include/aout/
hp.h 35 unsigned long a_text; /* length of text, in bytes */ member in struct:exec
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 90 unsigned long a_text; /* size of text segment */ 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 11 unsigned int a_text; /* Length of text, in bytes. */ member in struct:exec
69 #define N_DATOFF(x) (N_TXTOFF(x) + (x).a_text)
82 #define _N_TXTENDADDR(x) (N_TXTADDR(x)+(x).a_text)
  /toolchain/binutils/binutils-2.27/bfd/
libaout.h 224 bfd_vma a_text; /* Length of text, in bytes. */
675 3. The image is demand-pageable (otherwise, a_text in the header
222 bfd_vma a_text; \/* Length of text, in bytes. *\/ member in struct:internal_exec
  /toolchain/binutils/binutils-2.27/gas/config/
aout_gnu.h 78 unsigned char a_text[4]; member in struct:exec_bytes
95 unsigned a_text; /* length of text, in bytes */ member in struct:exec
188 #define N_DATOFF(x) ( N_TXTOFF(x) + (x)->a_text )
214 (N_MAGIC(x)==OMAGIC? (N_TXTADDR(x)+(x)->a_text) \
215 : (N_SEGSIZE(x) + ((N_TXTADDR(x)+(x)->a_text-1) & ~(N_SEGSIZE(x)-1))))

Completed in 475 milliseconds