Searched refs:end_symtab (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/gdb/gdb/
H A Dbuildsym.h252 extern struct symtab *end_symtab (CORE_ADDR end_addr,
H A Dxcoffread.c387 sort_linevec = 1 to end_symtab. */
461 following `IncludeChain'. At the end of each symtab (end_symtab),
1044 end_symtab (cur_src_end_addr, objfile, SECT_OFF_TEXT (objfile));
1101 end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile));
1228 end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile));
1418 s = end_symtab (file_end_addr, objfile, SECT_OFF_TEXT (objfile));
H A Dbuildsym.c813 Note that it is possible for end_symtab() to return NULL. In
822 end_symtab (CORE_ADDR end_addr, struct objfile *objfile, int section)
848 "Context stack not empty in end_symtab");
815 end_symtab (CORE_ADDR end_addr, struct objfile *objfile, int section) function
H A Ddbxread.c2632 pst->symtab = end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile));
2653 It is used in end_symtab. */
2891 end_symtab (valu, objfile, SECT_OFF_TEXT (objfile));
H A Dcoffread.c366 subfiles->name, which end_symtab frees; that's why
404 symtab = end_symtab (current_source_end_addr, objfile, SECT_OFF_TEXT (objfile));
H A Ddwarfread.c325 pass the appropriate section number to end_symtab). */
1905 symtab = end_symtab (dip->at_high_pc, objfile, 0);
H A Dmdebugread.c3918 st = end_symtab (valu, pst->objfile,
3980 st = end_symtab (pst->texthigh, pst->objfile, SECT_OFF_TEXT (pst->objfile));
H A Dhpread.c2894 return end_symtab (text_offset + text_size, objfile, SECT_OFF_TEXT (objfile));
5173 * "end_symtab" clears it.
5177 * to "end_symtab()" was made to close out the previous
5243 * made a call to end_symtab() to close out the previous module.
5579 * Calling end_symtab() has the side effect of clearing the
5593 * (void) end_symtab (valu, objfile, 0);
H A Ddwarf2read.c2599 symtab = end_symtab (highpc + baseaddr, objfile, SECT_OFF_TEXT (objfile));

Completed in 124 milliseconds