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

  /src/sys/lib/libunwind/
AddressSpace.hpp 39 uintptr_t start_ip; // Start address of function member in struct:_Unwind::unw_proc_info_t
229 result += ctx->start_ip;
AddressSpace.hpp 39 uintptr_t start_ip; // Start address of function member in struct:_Unwind::unw_proc_info_t
229 result += ctx->start_ip;
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 375 int32_t start_ip, end_ip; local
395 start_ip = start_ip_offset + func_start_addr;
397 ret = ((start_ip <= pc) && (end_ip >= pc));
1148 /* First FRE's start_ip must be more than pc for regular SFrame FDEs. */
sframe.c 375 int32_t start_ip, end_ip; local
395 start_ip = start_ip_offset + func_start_addr;
397 ret = ((start_ip <= pc) && (end_ip >= pc));
1148 /* First FRE's start_ip must be more than pc for regular SFrame FDEs. */
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 375 int32_t start_ip, end_ip; local
395 start_ip = start_ip_offset + func_start_addr;
397 ret = ((start_ip <= pc) && (end_ip >= pc));
1148 /* First FRE's start_ip must be more than pc for regular SFrame FDEs. */
sframe.c 375 int32_t start_ip, end_ip; local
395 start_ip = start_ip_offset + func_start_addr;
397 ret = ((start_ip <= pc) && (end_ip >= pc));
1148 /* First FRE's start_ip must be more than pc for regular SFrame FDEs. */

Completed in 46 milliseconds