Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_libcdep.cc87 uptr module_name_len, uptr *pc_offset) { in GetModuleAndOffsetForPc() argument
90 pc, &found_module_name, pc_offset); in GetModuleAndOffsetForPc()
153 uptr pc, char *module_name, uptr module_name_len, uptr *pc_offset) { in __sanitizer_get_module_and_offset_for_pc() argument
155 pc_offset); in __sanitizer_get_module_and_offset_for_pc()
H A Dsanitizer_interface_internal.h76 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
/freebsd-12.1/sys/dev/ubsec/
H A Dubsecreg.h129 u_int16_t pc_offset; /* crypto offset */ member
143 volatile u_int16_t pc_offset; /* crypto/auth offset */ member
H A Dubsec.c1181 ctx.pc_offset = htole16(coffset >> 2); in ubsec_process()
1442 ctxl->pc_offset = ctx.pc_offset; in ubsec_process()
/freebsd-12.1/contrib/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h203 void **pc_offset);
/freebsd-12.1/sys/dev/usb/
H A Dusb_busdma.h144 usb_frlength_t pc_offset, usb_frlength_t len);
H A Dusb_busdma.c259 usb_frlength_t pc_offset, usb_frlength_t len) in usb_uiomove() argument
266 usbd_get_page(pc, pc_offset, &res); in usb_uiomove()
280 pc_offset += res.length; in usb_uiomove()
/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctions.def44 size_t module_path_len,void **pc_offset), false);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp303 uint16_t pc_offset = debug_line_data.GetU16(&offset); in DumpStatementOpcodes() local
305 pc_offset); in DumpStatementOpcodes()
306 row.address += pc_offset; in DumpStatementOpcodes()