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

/freebsd-11-stable/contrib/binutils/binutils/
H A Dcoffgrok.c57 static struct coff_ptr_struct *rawsyms; variable in typeref:struct:coff_ptr_struct
68 #define INDEXOF(p) ((struct coff_ptr_struct *)(p)-(rawsyms))
193 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms;
202 struct internal_syment *sym = &rawsyms[i].u.syment;
216 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size;
272 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native)
278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno;
290 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma;
308 struct internal_syment *sym = &rawsyms[i].u.syment;
309 union internal_auxent *aux = &rawsyms[
[all...]

Completed in 60 milliseconds