Searched refs:sect64 (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1696 llvm::MachO::section_64 sect64; in ProcessSegmentCommand() local 1697 ::memset(§64, 0, sizeof(sect64)); in ProcessSegmentCommand() 1701 m_mach_sections.push_back(sect64); in ProcessSegmentCommand() 1721 sect64.offset = sect64.addr - m_text_address; in ProcessSegmentCommand() 1730 sect64.sectname, strnlen(sect64.sectname, sizeof(sect64.sectname))); in ProcessSegmentCommand() 1767 if (sect64.offset) { in ProcessSegmentCommand() 1803 sect64.offset ? sect64.size : 0, // Size in bytes of in ProcessSegmentCommand() 1806 sect64.align, in ProcessSegmentCommand() 1822 sect_type, sect64.addr - segment_sp->GetFileAddress(), sect64.size, in ProcessSegmentCommand() 1823 sect64.offset, sect64.offset == 0 ? 0 : sect64.size, sect64.align, in ProcessSegmentCommand() [all …]
|