Home
last modified time | relevance | path

Searched refs:a_syms (Results 26 – 50 of 324) sorted by relevance

12345678910>>...13

/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/include/arch/sparc32/
H A Da.out.h16 unsigned long a_syms; /* length of symbol table, in bytes */ member
42 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/include/arch/sparc32/
H A Da.out.h16 unsigned long a_syms; /* length of symbol table, in bytes */ member
42 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/include/arch/sparc32/
H A Da.out.h16 unsigned long a_syms; /* length of symbol table, in bytes */ member
42 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/hatari/hatari-2.2.1/tools/debugger/
H A Dgst2ascii.c718 Uint32 a_text, a_data, a_bss, a_syms, a_entry, a_trsize, a_drsize; in symbols_load_binary() local
735 reads += fread(&a_syms, sizeof(a_syms), 1, fp); in symbols_load_binary()
736 a_syms = SDL_SwapBE32(a_syms); in symbols_load_binary()
767 strsize = tablesize - a_syms; in symbols_load_binary()
768 tablesize = a_syms; in symbols_load_binary()
769 stroff = a_syms; in symbols_load_binary()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/include/arch/sparc64/
H A Da.out.h18 unsigned int a_syms; /* length of symbol table, in bytes */ member
46 #define N_SYMSIZE(a) ((a).a_syms)
/dports/emulators/gxemul/gxemul-0.6.3/src/include/thirdparty/
H A Dexec_bout.h90 uint32_t a_syms; /* Length of symbol table */ member
125 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4]; member
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4]; member
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4]; member
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x)->a_syms )
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4]; member
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4];
98 unsigned a_syms; /* length of symbol table data in file, in bytes */
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/dports/devel/djgpp-binutils/binutils-2.17/gas/config/
H A Daout_gnu.h81 unsigned char a_syms[4]; member
98 unsigned a_syms; /* length of symbol table data in file, in bytes */ member
204 #define N_STROFF(x) ( N_SYMOFF(x) + (x).a_syms )
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dhp300hpux.c265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY()
268 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY()
290 execp->a_syms = 0; in MY()
457 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
486 execp->a_syms = syms; in NAME()
538 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dhp300hpux.c265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY()
268 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY()
290 execp->a_syms = 0; in MY()
457 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
486 execp->a_syms = syms; in NAME()
538 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dhp300hpux.c266 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY()
269 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY()
293 execp->a_syms = 0; in MY()
460 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
489 execp->a_syms = syms; in NAME()
541 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dhp300hpux.c265 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms); in MY()
268 bfd_get_symcount (abfd) = execp->a_syms / 12; in MY()
290 execp->a_syms = 0; in MY()
457 execp->a_syms = GET_WORD (abfd, bytes->e_syms); in NAME()
486 execp->a_syms = syms; in NAME()
538 symbol_bytes = exec_hdr (abfd)->a_syms; in MY()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dhp300hpux.c274 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
277 bfd_get_symcount (abfd) = execp->a_syms / 12;
303 execp->a_syms = 0;
472 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
501 execp->a_syms = syms;
554 symbol_bytes = exec_hdr (abfd)->a_syms;
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Dhp300hpux.c273 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
276 bfd_get_symcount (abfd) = execp->a_syms / 12;
302 execp->a_syms = 0;
471 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
500 execp->a_syms = syms;
553 symbol_bytes = exec_hdr (abfd)->a_syms;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dhp300hpux.c273 obj_str_filepos (abfd) = (obj_sym_filepos (abfd) + execp->a_syms);
276 bfd_get_symcount (abfd) = execp->a_syms / 12;
302 execp->a_syms = 0;
471 execp->a_syms = GET_WORD (abfd, bytes->e_syms);
500 execp->a_syms = syms;
553 symbol_bytes = exec_hdr (abfd)->a_syms;

12345678910>>...13