/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dbxread.c | 1367 nlist.n_value > pst->texthigh in read_dbx_symtab() 1368 ? nlist.n_value : pst->texthigh, in read_dbx_symtab() 1491 valu > pst->texthigh ? valu : pst->texthigh, in read_dbx_symtab() 1661 if (pst->texthigh == 0 || valu > pst->texthigh) in read_dbx_symtab() 1662 pst->texthigh = valu; in read_dbx_symtab() 2116 text_end > pst->texthigh ? text_end : pst->texthigh, in read_dbx_symtab() 2177 pst->texthigh = capping_text; in end_psymtab() 2228 pst->textlow = pst->texthigh; in end_psymtab() 2243 p1->texthigh = pst->textlow; in end_psymtab() 2246 p1->textlow = p1->texthigh; in end_psymtab() [all …]
|
H A D | symmisc.c | 414 print_address_numeric (psymtab->texthigh, 1, outfile); in dump_psymtab() 1073 print_address_numeric (psymtab->texthigh, 1, gdb_stdout); in maintenance_info_psymtabs() 1177 if (ps->texthigh < ps->textlow) in maintenance_check_symtabs() 1184 print_address_numeric (ps->texthigh, 1, gdb_stdout); in maintenance_check_symtabs() 1188 if (ps->texthigh == 0) in maintenance_check_symtabs() 1190 if (ps->textlow < BLOCK_START (b) || ps->texthigh > BLOCK_END (b)) in maintenance_check_symtabs() 1197 print_address_numeric (ps->texthigh, 1, gdb_stdout); in maintenance_check_symtabs()
|
H A D | mdebugread.c | 2591 pst->texthigh = pst->textlow; in parse_partial_symbols() 2661 if (high > pst->texthigh) in parse_partial_symbols() 2662 pst->texthigh = high; in parse_partial_symbols() 3233 if (sh.value > save_pst->texthigh) in parse_partial_symbols() 3234 save_pst->texthigh = sh.value; in parse_partial_symbols() 3418 if (high > pst->texthigh) in parse_partial_symbols() 3419 pst->texthigh = high; in parse_partial_symbols() 3594 -1, save_pst->texthigh, in parse_partial_symbols() 3619 && save_pst->textlow < pst->texthigh in parse_partial_symbols() 3620 && save_pst->texthigh > pst->texthigh) in parse_partial_symbols() [all …]
|
H A D | hpread.c | 1780 int texthigh = 0; in hpread_build_psymtabs() local 1994 texthigh, in hpread_build_psymtabs() 2011 texthigh = valu; in hpread_build_psymtabs() 2027 texthigh, in hpread_build_psymtabs() 2047 texthigh = valu; in hpread_build_psymtabs() 2058 if (valu > texthigh) in hpread_build_psymtabs() 2059 texthigh = valu; in hpread_build_psymtabs() 2079 if (valu > texthigh) in hpread_build_psymtabs() 2080 texthigh = valu; in hpread_build_psymtabs() 2432 pst->texthigh = capping_text + offset; in hpread_end_psymtab() [all …]
|
H A D | symtab.h | 910 CORE_ADDR texthigh; member
|
H A D | xcoffread.c | 2016 subpst->texthigh = 0; in xcoff_end_psymtab() 2275 if (highval > pst->texthigh) in scan_xcoff_symtab() 2276 pst->texthigh = highval; in scan_xcoff_symtab()
|
H A D | objfiles.c | 586 p->texthigh += ANOFFSET (delta, SECT_OFF_TEXT (objfile)); in objfile_relocate()
|
H A D | symtab.c | 732 if (pc >= pst->textlow && pc < pst->texthigh) in find_pc_sect_psymtab() 758 if (pc >= tpst->textlow && pc < tpst->texthigh) in find_pc_sect_psymtab()
|
H A D | dwarfread.c | 2799 pst->texthigh = di.at_high_pc; in scan_compilation_units()
|
H A D | symfile.c | 2579 psymtab->texthigh = psymtab->textlow; /* default */ in start_psymtab_common()
|
H A D | dwarf2read.c | 1334 subpst->texthigh = 0; in dwarf2_create_include_psymtab() 1525 pst->texthigh = comp_unit_die.highpc + baseaddr; in dwarf2_build_psymtabs_hard()
|
H A D | ChangeLog-2001 | 2213 Isolate STABS readers' use of the `textlow' and `texthigh' fields 2218 * dbxread.c (struct symloc): Add `textlow' and `texthigh' fields 2224 symbol tables, set each partial symtab's `textlow' and `texthigh' 2228 structure's `textlow' and `texthigh' from the new psymtab's. 2231 the reader-specific `textlow' and `texthigh', not the generic
|
H A D | ChangeLog-1995 | 3836 (hpread_build_psymtabs): Adjust texthigh as we read each function 3837 debug symbol. Fix computation of texthigh.
|
H A D | ChangeLog-1994 | 1291 and reset state variables have_name & texthigh if pst is NULL. 5196 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
|
H A D | ChangeLog-1998 | 2102 the texthigh adress as well. 5329 * dbxread.c (read_dbx_symtab): Don't lower texthigh for last psymtab.
|
H A D | ChangeLog-1992 | 3714 * dbxread.c (end_psymtab): Only reset texthigh if it's not already 3715 set. Don't reset our own texthigh, or dependency-only pst's, in
|
H A D | ChangeLog-1999 | 3166 A psymtab's texthigh element, and a block's endaddr element, are 3441 calculating the value of the texthigh field.
|
H A D | ChangeLog-1996 | 314 Relocate pst->textlow and pst->texthigh with baseaddr.
|
H A D | ChangeLog-1991 | 1429 setting pst->texthigh.
|
H A D | ChangeLog-2002 | 3863 texthigh and textlow to reader-specific structs caused 13717 data symbols, since we search based on textlow and texthigh.
|
H A D | ChangeLog-1993 | 2154 (objfile_relocate): Relocate textlow and texthigh in psymtabs.
|