OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawsyms
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
coffgrok.c
49
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
[i].u.syment
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
coffgrok.c
49
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
[i].u.syment
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026