Lines Matching defs:highpc

321     CORE_ADDR highpc;
385 CORE_ADDR lowpc, highpc;
649 CORE_ADDR *lowpc, CORE_ADDR *highpc,
1159 CORE_ADDR lowpc, highpc, baseaddr;
1290 highpc = ((CORE_ADDR) 0);
1292 info_ptr = scan_partial_symbols (info_ptr, &lowpc, &highpc,
1295 /* If we didn't find a lowpc, set it to highpc to avoid
1298 lowpc = highpc;
1305 comp_unit_die.highpc = highpc;
1309 pst->texthigh = comp_unit_die.highpc + baseaddr;
1337 CORE_ADDR *highpc, struct dwarf2_cu *cu,
1372 if (pdi.highpc > *highpc)
1374 *highpc = pdi.highpc;
1419 info_ptr = add_partial_namespace (&pdi, info_ptr, lowpc, highpc,
1623 CORE_ADDR *lowpc, CORE_ADDR *highpc,
1653 info_ptr = scan_partial_symbols (info_ptr, lowpc, highpc, cu, full_name);
1828 CORE_ADDR lowpc, highpc;
1911 get_scope_pc_bounds (dies, &lowpc, &highpc, &cu);
1913 symtab = end_symtab (highpc + baseaddr, objfile, SECT_OFF_TEXT (objfile));
2041 CORE_ADDR highpc = ((CORE_ADDR) 0);
2052 get_scope_pc_bounds (die, &lowpc, &highpc, cu);
2054 /* If we didn't find a lowpc, set it to highpc to avoid complaints
2057 lowpc = highpc;
2059 highpc += baseaddr;
2082 objfile->ei.entry_point < highpc)
2085 objfile->ei.deprecated_entry_file_highpc = highpc;
2153 add_to_cu_func_list (const char *name, CORE_ADDR lowpc, CORE_ADDR highpc,
2162 thisfn->highpc = highpc;
2180 CORE_ADDR highpc;
2194 if (name == NULL || !dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu))
2232 highpc += baseaddr;
2235 add_to_cu_func_list (name, lowpc, highpc, cu);
2238 objfile->ei.entry_point < highpc)
2241 objfile->ei.entry_func_highpc = highpc;
2277 lowpc, highpc, objfile);
2304 CORE_ADDR lowpc, highpc;
2315 if (!dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu))
2318 highpc += baseaddr;
2335 highpc, objfile);
2345 CORE_ADDR *highpc, struct dwarf2_cu *cu)
2495 *highpc = high;
2505 CORE_ADDR *lowpc, CORE_ADDR *highpc,
2558 *highpc = best_high;
4429 part_die->highpc = DW_ADDR (&attr);
4508 && part_die->lowpc < part_die->highpc
5314 if (fn->lowpc <= address && fn->highpc > address)
5321 if (fn->lowpc <= address && fn->highpc > address)