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

/freebsd-11-stable/contrib/binutils/bfd/
H A Dsection.c693 static const asymbol global_syms[] = variable
702 asection SEC = BFD_FAKE_SECTION(SEC, FLAGS, &global_syms[IDX], \
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c2148 int ldsymoff, struct partial_symbol **global_syms,
2153 filename, textlow, global_syms, static_syms);
2139 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 Dhpread.c878 struct partial_symbol **global_syms; /* We'll be filling in the "global" */
1004 global_syms = objfile->global_psymbols.list;
1067 global_syms,
1081 global_syms = objfile->global_psymbols.next;
1168 global_syms,
1249 global_syms = objfile->global_psymbols.next;
1396 global_syms,
1478 global_syms = objfile->global_psymbols.next;
1508 global_syms,
2397 struct partial_symbol **global_syms,
870 struct partial_symbol **global_syms; /* We'll be filling in the "global" */ local
2384 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 Dsymfile.c2545 CORE_ADDR textlow, struct partial_symbol **global_syms,
2554 psymtab->globals_offset = global_syms - objfile->global_psymbols.list;
2535 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
H A Dxcoffread.c1947 struct partial_symbol **global_syms,
1955 global_syms, static_syms);
1938 xcoff_start_psymtab(struct objfile *objfile, char *filename, int first_symnum, struct partial_symbol **global_syms, struct partial_symbol **static_syms) argument

Completed in 158 milliseconds