Searched refs:rawsyms (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dcoffgrok.c49 static struct coff_ptr_struct * rawsyms; variable in typeref:struct:coff_ptr_struct
62 #define INDEXOF(p) ((struct coff_ptr_struct *)(p)-(rawsyms))
194 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
217 sym = &rawsyms[i].u.syment;
229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
300 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native)
306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
322 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
353 if (!rawsyms[i].is_sym)
355 sym = &rawsyms[
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dcoffgrok.c49 static struct coff_ptr_struct * rawsyms; variable in typeref:struct:coff_ptr_struct
62 #define INDEXOF(p) ((struct coff_ptr_struct *)(p)-(rawsyms))
194 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
217 sym = &rawsyms[i].u.syment;
229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
300 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native)
306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
322 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
353 if (!rawsyms[i].is_sym)
355 sym = &rawsyms[
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dcoffgrok.c49 static struct coff_ptr_struct * rawsyms; variable in typeref:struct:coff_ptr_struct
62 #define INDEXOF(p) ((struct coff_ptr_struct *)(p)-(rawsyms))
194 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
217 sym = &rawsyms[i].u.syment;
229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
300 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native)
306 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
322 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
353 if (!rawsyms[i].is_sym)
355 sym = &rawsyms[
[all...]

Completed in 120 milliseconds