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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pmu.h 25 u32 code_addr; member in struct:nvbios_pmuR
  /src/external/gpl3/gdb/dist/gdb/
frame-id.h 83 CORE_ADDR code_addr; member in struct:frame_id
alpha-tdep.c 955 CORE_ADDR stack_addr, code_addr;
967 code_addr = get_frame_pc (this_frame);
968 offset = tdep->dynamic_sigtramp_offset (gdbarch, code_addr);
970 code_addr -= offset;
972 code_addr = 0;
975 code_addr = get_frame_func (this_frame);
983 *this_id = frame_id_build (stack_addr, code_addr);
948 CORE_ADDR stack_addr, code_addr; local
arc-tdep.c 1736 /* There are 4 possible situation which decide how frame_id->code_addr is
1746 frame code_addr properly. This case is covered by call to
1757 CORE_ADDR code_addr = get_frame_func (this_frame); local
1758 if (code_addr == 0)
1759 code_addr = get_frame_register_unsigned (this_frame,
1762 *this_id = frame_id_build (stack_addr, code_addr);
1869 CORE_ADDR code_addr local
1871 *this_id = frame_id_build (stack_addr, code_addr);
  /src/external/gpl3/gdb.old/dist/gdb/
frame-id.h 83 CORE_ADDR code_addr; member in struct:frame_id
alpha-tdep.c 955 CORE_ADDR stack_addr, code_addr;
967 code_addr = get_frame_pc (this_frame);
968 offset = tdep->dynamic_sigtramp_offset (gdbarch, code_addr);
970 code_addr -= offset;
972 code_addr = 0;
975 code_addr = get_frame_func (this_frame);
983 *this_id = frame_id_build (stack_addr, code_addr);
948 CORE_ADDR stack_addr, code_addr; local
arc-tdep.c 1736 /* There are 4 possible situation which decide how frame_id->code_addr is
1746 frame code_addr properly. This case is covered by call to
1757 CORE_ADDR code_addr = get_frame_func (this_frame); local
1758 if (code_addr == 0)
1759 code_addr = get_frame_register_unsigned (this_frame,
1762 *this_id = frame_id_build (stack_addr, code_addr);
1869 CORE_ADDR code_addr local
1871 *this_id = frame_id_build (stack_addr, code_addr);

Completed in 36 milliseconds