Lines Matching refs:highpc

478     CORE_ADDR highpc;  member
555 CORE_ADDR lowpc, highpc; member
749 CORE_ADDR *lowpc, CORE_ADDR *highpc,
1410 CORE_ADDR lowpc, highpc, baseaddr; in dwarf2_build_psymtabs_hard() local
1518 highpc = ((CORE_ADDR) 0); in dwarf2_build_psymtabs_hard()
1522 scan_partial_symbols (first_die, &lowpc, &highpc, &cu); in dwarf2_build_psymtabs_hard()
1527 lowpc = highpc; in dwarf2_build_psymtabs_hard()
1534 comp_unit_die.highpc = highpc; in dwarf2_build_psymtabs_hard()
1538 pst->texthigh = comp_unit_die.highpc + baseaddr; in dwarf2_build_psymtabs_hard()
1688 CORE_ADDR *highpc, struct dwarf2_cu *cu) in scan_partial_symbols() argument
1720 if (pdi->highpc > *highpc) in scan_partial_symbols()
1722 *highpc = pdi->highpc; in scan_partial_symbols()
1756 add_partial_namespace (pdi, lowpc, highpc, cu); in scan_partial_symbols()
2054 CORE_ADDR *lowpc, CORE_ADDR *highpc, in add_partial_namespace() argument
2066 scan_partial_symbols (pdi->die_child, lowpc, highpc, cu); in add_partial_namespace()
2565 CORE_ADDR lowpc, highpc; in process_full_comp_unit() local
2612 get_scope_pc_bounds (cu->dies, &lowpc, &highpc, cu); in process_full_comp_unit()
2614 symtab = end_symtab (highpc + baseaddr, objfile, SECT_OFF_TEXT (objfile)); in process_full_comp_unit()
2744 CORE_ADDR highpc = ((CORE_ADDR) 0); in read_file_scope() local
2755 get_scope_pc_bounds (die, &lowpc, &highpc, cu); in read_file_scope()
2760 lowpc = highpc; in read_file_scope()
2762 highpc += baseaddr; in read_file_scope()
2853 add_to_cu_func_list (const char *name, CORE_ADDR lowpc, CORE_ADDR highpc, in add_to_cu_func_list() argument
2862 thisfn->highpc = highpc; in add_to_cu_func_list()
2880 CORE_ADDR highpc; in read_func_scope() local
2894 if (name == NULL || !dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu)) in read_func_scope()
2933 highpc += baseaddr; in read_func_scope()
2936 add_to_cu_func_list (name, lowpc, highpc, cu); in read_func_scope()
2971 lowpc, highpc, objfile); in read_func_scope()
2998 CORE_ADDR lowpc, highpc; in read_lexical_block_scope() local
3009 if (!dwarf2_get_pc_bounds (die, &lowpc, &highpc, cu)) in read_lexical_block_scope()
3012 highpc += baseaddr; in read_lexical_block_scope()
3029 highpc, objfile); in read_lexical_block_scope()
3039 CORE_ADDR *highpc, struct dwarf2_cu *cu) in dwarf2_get_pc_bounds() argument
3189 *highpc = high; in dwarf2_get_pc_bounds()
3199 CORE_ADDR *lowpc, CORE_ADDR *highpc, in get_scope_pc_bounds() argument
3252 *highpc = best_high; in get_scope_pc_bounds()
5400 part_die->highpc = DW_ADDR (&attr); in read_partial_die()
5463 && part_die->lowpc < part_die->highpc in read_partial_die()
6417 if (fn->lowpc <= address && fn->highpc > address) in check_cu_functions()
6424 if (fn->lowpc <= address && fn->highpc > address) in check_cu_functions()