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

  /src/external/gpl3/gdb/dist/gdb/
ppc64-tdep.c 84 /* PLT_OFF is the TOC-relative offset of a 64-bit PowerPC PLT entry.
88 ppc64_plt_entry_point (const frame_info_ptr &frame, CORE_ADDR plt_off)
107 return read_memory_unsigned_integer (tocp + plt_off, 8, byte_order);
111 ppc64_plt_pcrel_entry_point (const frame_info_ptr &frame, CORE_ADDR plt_off,
117 /* Execution direction doesn't matter, entry is pc + plt_off either way.
119 return read_memory_unsigned_integer (pc + plt_off, 8, byte_order);
551 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[0]) << 16) local
554 return ppc64_plt_entry_point (frame, plt_off);
560 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[1]) << 16) local
563 return ppc64_plt_entry_point (frame, plt_off);
569 CORE_ADDR plt_off = ppc_insn_ds_field (insn[1]); local
577 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[1]) << 16) local
588 CORE_ADDR plt_off = ppc_insn_prefix_dform (insn[1], insn[2]); local
597 CORE_ADDR plt_off; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ppc64-tdep.c 84 /* PLT_OFF is the TOC-relative offset of a 64-bit PowerPC PLT entry.
88 ppc64_plt_entry_point (const frame_info_ptr &frame, CORE_ADDR plt_off)
107 return read_memory_unsigned_integer (tocp + plt_off, 8, byte_order);
111 ppc64_plt_pcrel_entry_point (const frame_info_ptr &frame, CORE_ADDR plt_off,
117 /* Execution direction doesn't matter, entry is pc + plt_off either way.
119 return read_memory_unsigned_integer (pc + plt_off, 8, byte_order);
551 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[0]) << 16) local
554 return ppc64_plt_entry_point (frame, plt_off);
560 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[1]) << 16) local
563 return ppc64_plt_entry_point (frame, plt_off);
569 CORE_ADDR plt_off = ppc_insn_ds_field (insn[1]); local
577 CORE_ADDR plt_off = ((ppc_insn_d_field (insn[1]) << 16) local
588 CORE_ADDR plt_off = ppc_insn_prefix_dform (insn[1], insn[2]); local
597 CORE_ADDR plt_off; local
    [all...]

Completed in 14 milliseconds