Home
last modified time | relevance | path

Searched refs:texthigh (Results 1 – 21 of 21) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Ddbxread.c1367 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 Dsymmisc.c414 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 Dmdebugread.c2591 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 Dhpread.c1780 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 Dsymtab.h910 CORE_ADDR texthigh; member
H A Dxcoffread.c2016 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 Dobjfiles.c586 p->texthigh += ANOFFSET (delta, SECT_OFF_TEXT (objfile)); in objfile_relocate()
H A Dsymtab.c732 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 Ddwarfread.c2799 pst->texthigh = di.at_high_pc; in scan_compilation_units()
H A Dsymfile.c2579 psymtab->texthigh = psymtab->textlow; /* default */ in start_psymtab_common()
H A Ddwarf2read.c1334 subpst->texthigh = 0; in dwarf2_create_include_psymtab()
1525 pst->texthigh = comp_unit_die.highpc + baseaddr; in dwarf2_build_psymtabs_hard()
H A DChangeLog-20012213 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 DChangeLog-19953836 (hpread_build_psymtabs): Adjust texthigh as we read each function
3837 debug symbol. Fix computation of texthigh.
H A DChangeLog-19941291 and reset state variables have_name & texthigh if pst is NULL.
5196 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
H A DChangeLog-19982102 the texthigh adress as well.
5329 * dbxread.c (read_dbx_symtab): Don't lower texthigh for last psymtab.
H A DChangeLog-19923714 * 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 DChangeLog-19993166 A psymtab's texthigh element, and a block's endaddr element, are
3441 calculating the value of the texthigh field.
H A DChangeLog-1996314 Relocate pst->textlow and pst->texthigh with baseaddr.
H A DChangeLog-19911429 setting pst->texthigh.
H A DChangeLog-20023863 texthigh and textlow to reader-specific structs caused
13717 data symbols, since we search based on textlow and texthigh.
H A DChangeLog-19932154 (objfile_relocate): Relocate textlow and texthigh in psymtabs.