Home
last modified time | relevance | path

Searched refs:function_offset (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/include/mach-o/
H A Dunwind.h181 unsigned char function_offset[4]; member
188 unsigned char function_offset[4]; member
205 unsigned char function_offset[4]; member
/netbsd-src/external/gpl3/binutils/dist/include/mach-o/
H A Dunwind.h181 unsigned char function_offset[4]; member
188 unsigned char function_offset[4]; member
205 unsigned char function_offset[4]; member
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc144 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown in RenderFrame()
145 ? info.function_offset in RenderFrame()
164 if (!info.file && info.function_offset != AddressInfo::kUnknown) in RenderFrame()
165 buffer->append("+0x%zx", info.function_offset); in RenderFrame()
H A Dsanitizer_symbolizer.cc25 function_offset = kUnknown; in AddressInfo()
33 function_offset = kUnknown; in Clear()
H A Dsanitizer_symbolizer.h38 uptr function_offset; member
H A Dsanitizer_symbolizer_win.cc154 frame->info.function_offset = (uptr)offset; in SymbolizePC()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc140 buffer->append("0x%zx", info.function_offset != AddressInfo::kUnknown in RenderFrame()
141 ? info.function_offset in RenderFrame()
160 if (!info.file && info.function_offset != AddressInfo::kUnknown) in RenderFrame()
161 buffer->append("+0x%zx", info.function_offset); in RenderFrame()
H A Dsanitizer_symbolizer.cc23 function_offset = kUnknown; in AddressInfo()
31 function_offset = kUnknown; in Clear()
H A Dsanitizer_symbolizer.h36 uptr function_offset; member
H A Dsanitizer_symbolizer_win.cc152 frame->info.function_offset = (uptr)offset; in SymbolizePC()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp148 buffer->append("0x%zx", info->function_offset != AddressInfo::kUnknown in RenderFrame()
149 ? info->function_offset in RenderFrame()
167 if (!info->file && info->function_offset != AddressInfo::kUnknown) in RenderFrame()
168 buffer->append("+0x%zx", info->function_offset); in RenderFrame()
H A Dsanitizer_symbolizer.cpp24 function_offset = kUnknown; in AddressInfo()
32 function_offset = kUnknown; in Clear()
H A Dsanitizer_symbolizer_mac.cpp42 stack->info.function_offset = addr - sym_addr; in SymbolizePC()
233 stack->info.function_offset = addr - start_address; in SymbolizePC()
H A Dsanitizer_symbolizer.h38 uptr function_offset; member
H A Dsanitizer_symbolizer_win.cpp157 frame->info.function_offset = (uptr)offset; in SymbolizePC()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc76 info.function_offset = 0x100; in TEST()
120 info.function_offset = 0x100; in TEST()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dod-macho.c2081 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()
2098 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()
2187 en_func = bfd_get_32 (abfd, en->function_offset); in dump_exe_compact_unwind()
2218 j, (unsigned int) bfd_get_32 (abfd, lsda->function_offset), in dump_exe_compact_unwind()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dod-macho.c2080 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()
2097 func_offset = bfd_get_32 (abfd, index_entry->function_offset); in dump_exe_compact_unwind()
2186 en_func = bfd_get_32 (abfd, en->function_offset); in dump_exe_compact_unwind()
2217 j, (unsigned int) bfd_get_32 (abfd, lsda->function_offset), in dump_exe_compact_unwind()