Home
last modified time | relevance | path

Searched refs:pc_offset (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cpp171 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 Dsanitizer_interface_internal.h92 void **pc_offset);
H A Dsanitizer_common.h776 uptr *pc_offset);
/freebsd/sys/dev/usb/
H A Dusb_busdma.h139 usb_frlength_t pc_offset, usb_frlength_t len);
H A Dusb_busdma.c251 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def44 size_t module_path_len,void **pc_offset), false);