Searched refs:end_symtab (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/gdb/gdb/ |
| HD | buildsym.h | 251 extern struct symtab *end_symtab (CORE_ADDR end_addr,
|
| HD | xcoffread.c | 1039 end_symtab (cur_src_end_addr, objfile, SECT_OFF_TEXT (objfile)); in read_xcoff_symtab() 1096 end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile)); in read_xcoff_symtab() 1223 end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile)); in read_xcoff_symtab() 1413 s = end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile)); in read_xcoff_symtab()
|
| HD | buildsym.c | 816 end_symtab (CORE_ADDR end_addr, struct objfile *objfile, int section) in end_symtab() function
|
| HD | dbxread.c | 2630 pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in read_ofile_symtab() 2919 end_symtab (valu, objfile, SECT_OFF_TEXT (objfile)); in process_one_symbol()
|
| HD | coffread.c | 409 symtab = end_symtab (current_source_end_addr, objfile, SECT_OFF_TEXT (objfile)); in coff_end_symtab()
|
| HD | mdebugread.c | 3926 st = end_symtab (valu, pst->objfile, in psymtab_to_symtab_1() 3988 st = end_symtab (pst->texthigh, pst->objfile, SECT_OFF_TEXT (pst->objfile)); in psymtab_to_symtab_1()
|
| HD | dwarfread.c | 1906 symtab = end_symtab (dip->at_high_pc, objfile, 0); in read_file_scope()
|
| HD | hpread.c | 2882 return end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile)); in hpread_expand_symtab()
|
| HD | dwarf2read.c | 1913 symtab = end_symtab (highpc + baseaddr, objfile, SECT_OFF_TEXT (objfile)); in psymtab_to_symtab_1()
|