Searched refs:a_trsize (Results 1 - 25 of 66) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Da.out.h12 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
16 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Da.out.h12 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
16 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/include/asm/
H A Da.out.h12 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
16 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/include/asm/
H A Da.out.h12 unsigned a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
16 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Da.out.h15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Da.out.h15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/asm/
H A Da.out.h15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/asm/
H A Da.out.h15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/asm/
H A Da.out.h15 __u32 a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
24 #define N_TRSIZE(a) ((a).a_trsize)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/aout/
H A Dhp300hpux.h105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
111 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h37 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/aout/
H A Dhp300hpux.h105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
111 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h37 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/aout/
H A Dhp300hpux.h105 #define N_DRELOFF(x) ( N_TRELOFF(x) + (x).a_trsize )
111 #define N_GNU_DRELOFF(x) (N_GNU_TRELOFF(x) + (x).a_trsize)
H A Ddynix3.h73 #define N_DRELOFF(x) (N_TRELOFF(x) + (x).a_trsize)
H A Dhp.h37 unsigned long a_trsize; /* length of relocation info for text, in bytes */ member in struct:exec
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Di386dynix.c77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
H A Daout-adobe.c48 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
68 PUT_WORD (abfd, execp->a_trsize, bytes->e_trsize);
172 sect->reloc_count = execp->a_trsize;
284 exec_hdr (abfd)->a_trsize = 0;
292 exec_hdr (abfd)->a_trsize += sect->reloc_count *
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/
H A Dbout.h94 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Di386dynix.c77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/
H A Dbout.h94 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Di386dynix.c77 execp->a_trsize = GET_WORD (abfd, bytes->e_trsize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/
H A Dbout.h94 #define N_DROFF(x) ( N_TROFF(x) + (x).a_trsize )

Completed in 108 milliseconds

123