Searched refs:sect_addr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1509 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 1514 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpCstringSection() 1516 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpCstringSection() 1542 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 1547 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpLiteral4Section() 1549 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpLiteral4Section() 1586 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 1591 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpLiteral8Section() 1593 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpLiteral8Section() 1618 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 266 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); in getModuleFileSize() local 274 sect_addr; in getModuleFileSize() 276 lldb::addr_t next_sect_addr = sect_addr + sect_size; in getModuleFileSize()
|