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

  /src/external/gpl3/gdb/dist/gdb/
blockframe.c 97 return bl->entry_pc ();
256 || (f->value_block ()->entry_pc ()
394 CORE_ADDR entry_pc = block->entry_pc ();
398 if (range.start () <= entry_pc && entry_pc < range.end ())
425 if (sym != NULL && sym->value_block ()->entry_pc () == pc)
393 CORE_ADDR entry_pc = block->entry_pc (); local
block.h 186 CORE_ADDR entry_pc () const function in struct:block
384 default entry-pc. See entry_pc() for how this offset is used. */
  /src/external/gpl3/gdb.old/dist/gdb/
blockframe.c 98 return bl->entry_pc ();
257 || (f->value_block ()->entry_pc ()
395 CORE_ADDR entry_pc = block->entry_pc ();
399 if (range.start () <= entry_pc && entry_pc < range.end ())
426 if (sym != NULL && sym->value_block ()->entry_pc () == pc)
394 CORE_ADDR entry_pc = block->entry_pc (); local
block.h 190 Once support for DW_AT_entry_pc is added, I expect that an entry_pc
192 the entry_pc field can be set from the dwarf reader (and other readers
193 too). ENTRY_PC can then be redefined to be less DWARF-centric. */
195 CORE_ADDR entry_pc () const function in struct:block
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
frame.c 901 CORE_ADDR entry_pc;
959 if (get_frame_func_if_available (this_frame, &entry_pc)
960 && fde->initial_location <= (unrelocated_addr) (entry_pc - text_offset)
961 && (unrelocated_addr) (entry_pc - text_offset) < fde->end_addr ())
965 entry_pc, &fs, text_offset);
896 CORE_ADDR entry_pc; local
read.c 11439 CORE_ADDR entry_pc = entry.value ();
11450 if (dwarf2_addr_in_block_ranges (entry_pc, block))
11451 block->set_entry_pc (entry_pc);
11457 paddress (per_objfile->objfile->arch (), entry_pc),
11430 CORE_ADDR entry_pc = entry.value (); local
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
frame.c 903 CORE_ADDR entry_pc;
961 if (get_frame_func_if_available (this_frame, &entry_pc)
962 && fde->initial_location <= (unrelocated_addr) (entry_pc - text_offset)
963 && (unrelocated_addr) (entry_pc - text_offset) < fde->end_addr ())
967 entry_pc, &fs, text_offset);
898 CORE_ADDR entry_pc; local
  /src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c 287 static unsigned __int64 entry_pc; variable
2279 && pc == entry_pc
2280 && entry_pc != 0)
2286 page_set_rw (entry_pc, 16, &entry_prot);
2288 ots$move ((void *)entry_pc, 16, entry_saved);
2289 __fc (entry_pc);
2290 page_restore_rw (entry_pc, 16, entry_prot);
2435 entry_pc = 0;
2437 entry_pc = progxfer[i];
2441 if (entry_pc == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c 287 static unsigned __int64 entry_pc; variable
2279 && pc == entry_pc
2280 && entry_pc != 0)
2286 page_set_rw (entry_pc, 16, &entry_prot);
2288 ots$move ((void *)entry_pc, 16, entry_saved);
2289 __fc (entry_pc);
2290 page_restore_rw (entry_pc, 16, entry_prot);
2435 entry_pc = 0;
2437 entry_pc = progxfer[i];
2441 if (entry_pc == 0
    [all...]

Completed in 48 milliseconds