Home
last modified time | relevance | path

Searched refs:function_start (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/devel/aws-c-common/aws-c-common-0.6.15/source/posix/
H A Dsystem_info.c230 const char *function_start = strstr(addr_end, " ") + 1; in s_parse_symbol() local
231 const char *function_end = strstr(function_start, " "); in s_parse_symbol()
233 size_t function_len = function_end - function_start; in s_parse_symbol()
237 strncpy(frame->function, function_start, function_end - function_start); in s_parse_symbol()
281 const char *function_start = open_paren + 1; in s_parse_symbol() local
282 const char *plus = strstr(function_start, "+"); in s_parse_symbol()
284 if (function_end > function_start) { in s_parse_symbol()
285 function_len = function_end - function_start; in s_parse_symbol()
286 strncpy(frame->function, function_start, function_len); in s_parse_symbol()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target);
111 if (function_start == LLDB_INVALID_ADDRESS)
112 function_start = sym_addr.GetFileAddress();
114 if (function_start)
115 current_offset = addr - function_start;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp109 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
110 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
111 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
113 if (function_start) in GetBreakableLoadAddress()
114 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp108 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
109 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
110 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
112 if (function_start) in GetBreakableLoadAddress()
113 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Architecture/Mips/
H A DArchitectureMips.cpp110 addr_t function_start = sym_addr.GetLoadAddress(&target); in GetBreakableLoadAddress() local
111 if (function_start == LLDB_INVALID_ADDRESS) in GetBreakableLoadAddress()
112 function_start = sym_addr.GetFileAddress(); in GetBreakableLoadAddress()
114 if (function_start) in GetBreakableLoadAddress()
115 current_offset = addr - function_start; in GetBreakableLoadAddress()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.arch/
H A Di386-bp_permanent.exp58 set function_start $expect_out(1,string);
70 gdb_breakpoint "*$function_start"
74 gdb_test "continue" "Breakpoint .*, $function_start in $function.*" \
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.arch/
H A Di386-bp_permanent.exp66 set function_start $expect_out(1,string);
78 gdb_breakpoint "*$function_start"
82 gdb_test "continue" "Breakpoint .*, $function_start in $function.*" \
/dports/print/trueprint/trueprint-5.4/src/
H A Dlang_perl.c467 static int function_start = 0; in get_perl_char() local
475 if (function_start && status != MYCHAR_FUNCTION) { in get_perl_char()
477 add_function(function_name, function_start, char_number, in get_perl_char()
479 function_start = 0; in get_perl_char()
486 if (! function_start) { in get_perl_char()
487 function_start = char_number; in get_perl_char()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
40 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py40 function_start = symbol.GetStartAddress().GetLoadAddress(target)
41 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
40 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
40 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py40 function_start = symbol.GetStartAddress().GetLoadAddress(target)
41 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py40 function_start = symbol.GetStartAddress().GetLoadAddress(target)
41 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py40 function_start = symbol.GetStartAddress().GetLoadAddress(target)
41 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py39 function_start = symbol.GetStartAddress().GetLoadAddress(target)
40 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/functionalities/unwind/noreturn/module-end/
H A DTestNoReturnModuleEnd.py40 function_start = symbol.GetStartAddress().GetLoadAddress(target)
41 self.assertEquals(function_start + backtrace[i][1], frame.GetPC())
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c470 void print_encoding_x86_64(struct baton baton, uint8_t *function_start, in print_encoding_x86_64() argument
519 if (mode == UNWIND_X86_64_MODE_STACK_IND && function_start) { in print_encoding_x86_64()
686 void print_encoding_i386(struct baton baton, uint8_t *function_start, in print_encoding_i386() argument
735 if (mode == UNWIND_X86_MODE_STACK_IND && function_start) { in print_encoding_i386()
902 void print_encoding_arm64(struct baton baton, uint8_t *function_start, in print_encoding_arm64() argument
1007 void print_encoding_armv7(struct baton baton, uint8_t *function_start, in print_encoding_armv7() argument
1145 void print_encoding(struct baton baton, uint8_t *function_start, in print_encoding() argument
1149 print_encoding_x86_64(baton, function_start, encoding); in print_encoding()
1151 print_encoding_i386(baton, function_start, encoding); in print_encoding()
1153 print_encoding_arm64(baton, function_start, encoding); in print_encoding()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c470 void print_encoding_x86_64(struct baton baton, uint8_t *function_start, in print_encoding_x86_64() argument
519 if (mode == UNWIND_X86_64_MODE_STACK_IND && function_start) { in print_encoding_x86_64()
686 void print_encoding_i386(struct baton baton, uint8_t *function_start, in print_encoding_i386() argument
735 if (mode == UNWIND_X86_MODE_STACK_IND && function_start) { in print_encoding_i386()
902 void print_encoding_arm64(struct baton baton, uint8_t *function_start, in print_encoding_arm64() argument
1007 void print_encoding_armv7(struct baton baton, uint8_t *function_start, in print_encoding_armv7() argument
1145 void print_encoding(struct baton baton, uint8_t *function_start, in print_encoding() argument
1149 print_encoding_x86_64(baton, function_start, encoding); in print_encoding()
1151 print_encoding_i386(baton, function_start, encoding); in print_encoding()
1153 print_encoding_arm64(baton, function_start, encoding); in print_encoding()
[all …]

1234567