Home
last modified time | relevance | path

Searched refs:sect_size (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp166 lldb::addr_t sect_size = sect_sp->GetByteSize(); in getModuleFileSize() local
172 SizeOfImage = sect_size - base_sect_offset; in getModuleFileSize()
173 lldb::addr_t next_sect_addr = sect_addr + sect_size; in getModuleFileSize()
179 sect_size = sect_sp->GetByteSize(); in getModuleFileSize()
180 SizeOfImage += sect_size; in getModuleFileSize()
181 next_sect_addr += sect_size; in getModuleFileSize()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp1310 for (uint32_t i = 0; i < sect_size; i++) { in DumpCstringSection()
1317 for (; i < sect_size && sect[i] != '\0'; i++) in DumpCstringSection()
1319 if (i < sect_size && sect[i] == '\0') in DumpCstringSection()
1343 for (uint32_t i = 0; i < sect_size; i += sizeof(float)) { in DumpLiteral4Section()
1387 for (uint32_t i = 0; i < sect_size; i += sizeof(double)) { in DumpLiteral8Section()
1419 for (uint32_t i = 0; i < sect_size; i += 16) { in DumpLiteral16Section()
1486 for (uint32_t i = 0; i < sect_size; i += lp_size) { in DumpLiteralPointerSection()
1635 for (uint32_t i = 0; i < sect_size; i += stride) { in DumpInitTermPointerSection()
1775 uint32_t sect_size = BytesStr.size(); in DumpSectionContents() local
1793 DumpProtocolSection(O, sect, sect_size, sect_addr); in DumpSectionContents()
[all …]