Home
last modified time | relevance | path

Searched refs:object_offset (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleSpec.h259 SetObjectOffset (uint64_t object_offset) in SetObjectOffset() argument
261 m_object_offset = object_offset; in SetObjectOffset()
HDModule.h91 lldb::offset_t object_offset = 0,
/NextBSD/contrib/gcc/
HDggc-page.c1083 size_t order, word, bit, object_offset, object_size; in ggc_alloc_stat() local
1138 object_offset = 0; in ggc_alloc_stat()
1170 object_offset = hint * object_size; in ggc_alloc_stat()
1200 result = entry->page + object_offset; in ggc_alloc_stat()
HDtree-data-ref.c1601 tree object_offset = ssize_int (0), object_misalign = ssize_int (0); in object_analysis() local
1656 && !analyze_offset_expr (poffset, loop, &object_offset, in object_analysis()
1679 object_offset = size_binop (PLUS_EXPR, bit_pos_in_bytes, object_offset); in object_analysis()
1851 *offset = size_binop (PLUS_EXPR, object_offset, address_offset); in object_analysis()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARFDebugMap.cpp185 off_t object_offset, in DebugMapModule() argument
187 Module (file_spec, arch, object_name, object_offset, object_mod_time_ptr), in DebugMapModule()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDModule.cpp238 lldb::offset_t object_offset, in Module() argument
249 m_object_offset (object_offset), in Module()
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp2105 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local
2109 if (object_offset < object_size) { in GuessCstringPointer()
2110 const char *name = object_addr + object_offset; in GuessCstringPointer()
2126 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local
2130 if (object_offset < object_size) { in GuessCstringPointer()
2131 const char *name = object_addr + object_offset; in GuessCstringPointer()
2322 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer() local
2326 if (object_offset < object_size) { in GuessPointerPointer()
2328 memcpy(&pointer_value, object_addr + object_offset, in GuessPointerPointer()
2340 memcpy(&pointer_value, object_addr + object_offset + 8, in GuessPointerPointer()