Searched refs:object_offset (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 132 void SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() argument 133 m_object_offset = object_offset; in SetObjectOffset()
|
| H A D | Module.h | 154 lldb::offset_t object_offset = 0,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ggc-page.c | 1083 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()
|
| H A D | tree-data-ref.c | 1601 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()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 171 const ConstString *object_name, off_t object_offset, in DebugMapModule() argument 173 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Module.cpp | 220 const ConstString *object_name, lldb::offset_t object_offset, in Module() argument 223 m_file(file_spec), m_object_offset(object_offset), in Module()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 2680 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local 2684 if (object_offset < object_size) { in GuessCstringPointer() 2685 const char *name = object_addr + object_offset; in GuessCstringPointer() 2701 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local 2705 if (object_offset < object_size) { in GuessCstringPointer() 2706 const char *name = object_addr + object_offset; in GuessCstringPointer() 2898 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer() local 2902 if (object_offset < object_size) { in GuessPointerPointer() 2904 memcpy(&pointer_value, object_addr + object_offset, in GuessPointerPointer() 2916 memcpy(&pointer_value, object_addr + object_offset + 8, in GuessPointerPointer()
|