Home
last modified time | relevance | path

Searched refs:textlow (Results 1 – 2 of 2) sorted by relevance

/original-bsd/contrib/gdb-4.7.LBL/gdb/
H A Dsymfile.c1349 filename, textlow, global_syms, static_syms) in start_psymtab_common() argument
1353 CORE_ADDR textlow;
1361 psymtab -> textlow = textlow;
1362 psymtab -> texthigh = psymtab -> textlow; /* default */
H A Dsymtab.c375 if (pc >= pst -> textlow && pc < pst -> texthigh)
398 best_pc = psymtab->textlow - 1;
412 if (best_pc == psymtab->textlow - 1)