Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dcoffgrok.c56 static struct coff_ptr_struct *rawsyms; variable
67 #define INDEXOF(p) ((struct coff_ptr_struct *)(p)-(rawsyms))
193 idx = ((coff_symbol_type *) (sr->sym_ptr_ptr[0]))->native - rawsyms; in do_sections_p2()
202 struct internal_syment *sym = &rawsyms[i].u.syment; in do_where()
216 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where()
272 if (rawsyms + i == ((coff_symbol_type *) (&(s->lineno[l].u.sym[0])))->native) in do_lines()
278 int start_line = rawsyms[i + 3].u.auxent.x_sym.x_misc.x_lnsz.x_lnno; in do_lines()
290 res->addresses[0] = rawsyms[i].u.syment.n_value - s->vma; in do_lines()
308 struct internal_syment *sym = &rawsyms[i].u.syment; in do_type()
309 union internal_auxent *aux = &rawsyms[i + 1].u.auxent; in do_type()
[all …]