HomeSort by: relevance | last modified time | path
    Searched defs:best_highpc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read.c 16249 unrelocated_addr best_lowpc = {}, best_highpc = {};
16254 = dwarf2_get_pc_bounds (reader->comp_unit_die, &best_lowpc, &best_highpc,
16256 if (cu_bounds_kind == PC_BOUNDS_HIGH_LOW && best_lowpc < best_highpc)
16262 (CORE_ADDR) best_highpc - 1,
16239 unrelocated_addr best_lowpc = {}, best_highpc = {}; local

Completed in 29 milliseconds