Searched refs:pc_offset (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 171 uptr *pc_offset) { in GetModuleAndOffsetForPc() argument 174 pc, &found_module_name, pc_offset); in GetModuleAndOffsetForPc() 223 void **pc_offset) { in __sanitizer_get_module_and_offset_for_pc() argument 226 reinterpret_cast<uptr *>(pc_offset)); in __sanitizer_get_module_and_offset_for_pc()
|
| H A D | sanitizer_interface_internal.h | 92 void **pc_offset);
|
| H A D | sanitizer_common.h | 776 uptr *pc_offset);
|
| /src/sys/dev/usb/ |
| H A D | usb_busdma.h | 139 usb_frlength_t pc_offset, usb_frlength_t len);
|
| H A D | usb_busdma.c | 251 usb_frlength_t pc_offset, usb_frlength_t len) in usb_uiomove() argument 257 usbd_get_page(pc, pc_offset, &res); in usb_uiomove() 271 pc_offset += res.length; in usb_uiomove()
|
| /src/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| H A D | common_interface_defs.h | 449 void *pc, char *module_path, size_t module_path_len, void **pc_offset);
|
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerExtFunctions.def | 44 size_t module_path_len,void **pc_offset), false);
|