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

/haiku-fatelf/src/bin/gdb/bfd/
H A Dsection.c582 static const asymbol global_syms[] = variable
591 const asymbol * const SYM = (asymbol *) &global_syms[IDX]; \
624 (struct bfd_symbol *) &global_syms[IDX], \
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c876 struct partial_symbol **global_syms; /* We'll be filling in the "global" */
1002 global_syms = objfile->global_psymbols.list;
1065 global_syms,
1079 global_syms = objfile->global_psymbols.next;
1166 global_syms,
1247 global_syms = objfile->global_psymbols.next;
1394 global_syms,
1476 global_syms = objfile->global_psymbols.next;
1506 global_syms,
2395 struct partial_symbol **global_syms,
868 struct partial_symbol **global_syms; /* We'll be filling in the "global" */ local
2382 hpread_start_psymtab(struct objfile *objfile, char *filename, CORE_ADDR textlow, int ldsymoff, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
[all...]
H A Ddbxread.c2141 int ldsymoff, struct partial_symbol **global_syms,
2146 filename, textlow, global_syms, static_syms);
2132 start_psymtab(struct objfile *objfile, char *filename, CORE_ADDR textlow, int ldsymoff, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
H A Dxcoffread.c1946 struct partial_symbol **global_syms,
1954 global_syms, static_syms);
1937 xcoff_start_psymtab(struct objfile *objfile, char *filename, int first_symnum, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument
H A Dsymfile.c2571 CORE_ADDR textlow, struct partial_symbol **global_syms,
2580 psymtab->globals_offset = global_syms - objfile->global_psymbols.list;
2561 start_psymtab_common(struct objfile *objfile, struct section_offsets *section_offsets, char *filename, CORE_ADDR textlow, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument

Completed in 138 milliseconds