Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/beos/
Dnm.c20 void *symloc; in main() local
44 &symtype, &symloc)) { in main()
46 … ((B_SYMBOL_TYPE_ANY == symtype) || (B_SYMBOL_TYPE_TEXT == symtype)) ? "FUNC" : "VAR ", symloc); in main()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dxcoffread.c64 struct symloc struct
572 ((struct symloc *) this_symtab_psymtab->read_symtab_private)->lineno_off; in process_linenos()
952 symnum = ((struct symloc *) pst->read_symtab_private)->first_symnum; in read_xcoff_symtab()
954 symnum + ((struct symloc *) pst->read_symtab_private)->numsyms; in read_xcoff_symtab()
1759 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0) in xcoff_psymtab_to_symtab_1()
1795 if (((struct symloc *) pst->read_symtab_private)->numsyms != 0 in xcoff_psymtab_to_symtab()
1947 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in xcoff_start_psymtab()
1948 ((struct symloc *) result->read_symtab_private)->first_symnum = first_symnum; in xcoff_start_psymtab()
1979 ((struct symloc *) pst->read_symtab_private)->numsyms = in xcoff_end_psymtab()
1981 - ((struct symloc *) pst->read_symtab_private)->first_symnum; in xcoff_end_psymtab()
[all …]
Ddbxread.c70 struct symloc struct
97 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff) argument
98 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
99 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2143 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in start_psymtab()
2282 sizeof (struct symloc)); in end_psymtab()
Dmdebugread.c86 struct symloc struct
102 #define PST_PRIVATE(p) ((struct symloc *)(p)->read_symtab_private) argument
2594 sizeof (struct symloc))); in parse_partial_symbols()
2595 memset (pst->read_symtab_private, 0, sizeof (struct symloc)); in parse_partial_symbols()
4626 sizeof (struct symloc))); in new_psymtab()
4627 memset (psymtab->read_symtab_private, 0, sizeof (struct symloc)); in new_psymtab()
Dhpread.c97 struct symloc struct
113 #define LDSYMOFF(p) (((struct symloc *)((p)->read_symtab_private))->ldsymoff) argument
114 #define LDSYMLEN(p) (((struct symloc *)((p)->read_symtab_private))->ldsymlen)
115 #define SYMLOC(p) ((struct symloc *)((p)->read_symtab_private))
2395 obstack_alloc (&objfile->objfile_obstack, sizeof (struct symloc)); in hpread_start_psymtab()
2472 sizeof (struct symloc)); in hpread_end_psymtab()