Searched refs:pc_offset (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cc | 87 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 D | sanitizer_interface_internal.h | 76 __sanitizer::uptr module_path_len, __sanitizer::uptr *pc_offset);
|
| /freebsd-12.1/sys/dev/ubsec/ |
| H A D | ubsecreg.h | 129 u_int16_t pc_offset; /* crypto offset */ member 143 volatile u_int16_t pc_offset; /* crypto/auth offset */ member
|
| H A D | ubsec.c | 1181 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 D | common_interface_defs.h | 203 void **pc_offset);
|
| /freebsd-12.1/sys/dev/usb/ |
| H A D | usb_busdma.h | 144 usb_frlength_t pc_offset, usb_frlength_t len);
|
| H A D | usb_busdma.c | 259 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 D | FuzzerExtFunctions.def | 44 size_t module_path_len,void **pc_offset), false);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugLine.cpp | 303 uint16_t pc_offset = debug_line_data.GetU16(&offset); in DumpStatementOpcodes() local 305 pc_offset); in DumpStatementOpcodes() 306 row.address += pc_offset; in DumpStatementOpcodes()
|