| /src/external/gpl3/gdb/dist/gdb/ |
| tilegx-tdep.c | 728 CORE_ADDR func_start, end_pc; local 744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES; 746 end_pc = std::min (end_pc, s->endaddr ()); 751 end_pc,
|
| disasm.c | 116 CORE_ADDR end_pc; member in struct:deprecated_dis_line_entry 490 int how_many, gdb_disassembly_flags flags, CORE_ADDR *end_pc) 515 if (end_pc != NULL) 516 *end_pc = insn.addr; 565 structure, creating end_pc's and setting out_of_order as 587 mle[newlines].end_pc = le[i + 1].pc (objfile); 599 mle[newlines].end_pc = sal.end; 659 mle[i].start_pc, mle[i].end_pc, 781 CORE_ADDR end_pc; local 897 end_pc = std::min (sal.end, high) [all...] |
| source.c | 1525 CORE_ADDR start_pc, end_pc; 1579 && find_line_pc_range (sal, &start_pc, &end_pc)) 1583 if (start_pc == end_pc) 1608 print_address (gdbarch, end_pc, gdb_stdout); 1519 CORE_ADDR start_pc, end_pc; local
|
| hppa-tdep.c | 1925 CORE_ADDR pc, start_pc, end_pc; 1958 end_pc = get_frame_pc (this_frame); 1960 if (prologue_end != 0 && end_pc > prologue_end) 1961 end_pc = prologue_end; 1969 && pc < end_pc); 1922 CORE_ADDR pc, start_pc, end_pc; local
|
| ia64-tdep.c | 1276 CORE_ADDR end_pc; local 1280 if (find_pc_partial_function (pc, NULL, NULL, &end_pc) && end_pc < lim_pc) 1281 lim_pc = end_pc;
|
| tracepoint.c | 2349 CORE_ADDR start_pc, end_pc; local 2350 if (sal.line > 0 && find_line_pc_range (sal, &start_pc, &end_pc)) 2352 if (start_pc == end_pc) 2365 && find_line_pc_range (sal, &start_pc, &end_pc) 2366 && start_pc != end_pc) 2385 tfind_1 (tfind_range, 0, start_pc, end_pc - 1, from_tty); 2387 tfind_1 (tfind_outside, 0, start_pc, end_pc - 1, from_tty);
|
| xtensa-tdep.c | 2362 CORE_ADDR end_pc; /* The PC for the lust function insn. */ local 2379 end_pc = 0; 2390 find_pc_partial_function (start, 0, NULL, &end_pc); 2391 body_pc = std::min (end_pc, body_pc);
|
| symtab.c | 3846 CORE_ADDR start_pc, end_pc; 3848 if (!find_pc_partial_function (func_addr, nullptr, &start_pc, &end_pc)) 3862 = unrelocated_addr (end_pc - objfile->text_section_offset ()); 4093 CORE_ADDR end_pc; 4097 find_pc_partial_function (func_addr, NULL, &start_pc, &end_pc); 4132 if (prologue_sal.end >= end_pc) 4135 while (prologue_sal.end < end_pc) 4180 if (prologue_sal.end < end_pc) 4185 /* Don't return END_PC, which is past the end of the function. */ 4194 CORE_ADDR start_pc, end_pc; 3838 CORE_ADDR start_pc, end_pc; local 4085 CORE_ADDR end_pc; local 4186 CORE_ADDR start_pc, end_pc; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tilegx-tdep.c | 728 CORE_ADDR func_start, end_pc; local 744 end_pc = start_pc + 8 * TILEGX_BUNDLE_SIZE_IN_BYTES; 746 end_pc = std::min (end_pc, s->endaddr ()); 751 end_pc,
|
| disasm.c | 115 CORE_ADDR end_pc; member in struct:deprecated_dis_line_entry 532 int how_many, gdb_disassembly_flags flags, CORE_ADDR *end_pc) 557 if (end_pc != NULL) 558 *end_pc = insn.addr; 607 structure, creating end_pc's and setting out_of_order as 629 mle[newlines].end_pc = le[i + 1].pc (objfile); 641 mle[newlines].end_pc = sal.end; 701 mle[i].start_pc, mle[i].end_pc, 823 CORE_ADDR end_pc; local 938 end_pc = std::min (sal.end, high) [all...] |
| source.c | 1501 CORE_ADDR start_pc, end_pc; 1555 && find_line_pc_range (sal, &start_pc, &end_pc)) 1559 if (start_pc == end_pc) 1580 print_address (gdbarch, end_pc, gdb_stdout); 1495 CORE_ADDR start_pc, end_pc; local
|
| hppa-tdep.c | 1926 CORE_ADDR pc, start_pc, end_pc; 1959 end_pc = get_frame_pc (this_frame); 1961 if (prologue_end != 0 && end_pc > prologue_end) 1962 end_pc = prologue_end; 1970 && pc < end_pc); 1923 CORE_ADDR pc, start_pc, end_pc; local
|
| ia64-tdep.c | 1276 CORE_ADDR end_pc; local 1280 if (find_pc_partial_function (pc, NULL, NULL, &end_pc) && end_pc < lim_pc) 1281 lim_pc = end_pc;
|
| tracepoint.c | 2349 CORE_ADDR start_pc, end_pc; local 2350 if (sal.line > 0 && find_line_pc_range (sal, &start_pc, &end_pc)) 2352 if (start_pc == end_pc) 2364 && find_line_pc_range (sal, &start_pc, &end_pc) 2365 && start_pc != end_pc) 2383 tfind_1 (tfind_range, 0, start_pc, end_pc - 1, from_tty); 2385 tfind_1 (tfind_outside, 0, start_pc, end_pc - 1, from_tty);
|
| xtensa-tdep.c | 2362 CORE_ADDR end_pc; /* The PC for the lust function insn. */ local 2379 end_pc = 0; 2390 find_pc_partial_function (start, 0, NULL, &end_pc); 2391 body_pc = std::min (end_pc, body_pc);
|
| symtab.c | 3814 CORE_ADDR start_pc, end_pc; 3816 if (!find_pc_partial_function (func_addr, nullptr, &start_pc, &end_pc)) 3830 = unrelocated_addr (end_pc - objfile->text_section_offset ()); 4061 CORE_ADDR end_pc; 4065 find_pc_partial_function (func_addr, NULL, &start_pc, &end_pc); 4100 if (prologue_sal.end >= end_pc) 4103 while (prologue_sal.end < end_pc) 4148 if (prologue_sal.end < end_pc) 4153 /* Don't return END_PC, which is past the end of the function. */ 4162 CORE_ADDR start_pc, end_pc; 3806 CORE_ADDR start_pc, end_pc; local 4053 CORE_ADDR end_pc; local 4154 CORE_ADDR start_pc, end_pc; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-main.c | 2401 CORE_ADDR start_pc, end_pc; 2402 if (sal.line > 0 && find_line_pc_range (sal, &start_pc, &end_pc)) 2403 tfind_1 (tfind_range, 0, start_pc, end_pc - 1, 0); 2400 CORE_ADDR start_pc, end_pc; local
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-main.c | 2407 CORE_ADDR start_pc, end_pc; 2408 if (sal.line > 0 && find_line_pc_range (sal, &start_pc, &end_pc)) 2409 tfind_1 (tfind_range, 0, start_pc, end_pc - 1, 0); 2406 CORE_ADDR start_pc, end_pc; local
|