Searched defs:sect_addr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1513 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 1546 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 1590 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 1622 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument 1649 DumpLiteralPointerSection(MachOObjectFile * O,const SectionRef & Section,const char * sect,uint32_t sect_size,uint64_t sect_addr,bool print_addresses) DumpLiteralPointerSection() argument 1817 DumpInitTermPointerSection(MachOObjectFile * O,const SectionRef & Section,const char * sect,uint32_t sect_size,uint64_t sect_addr,SymbolAddressMap * AddrMap,bool verbose) DumpInitTermPointerSection() argument 1974 uint64_t sect_addr = Section.getAddress(); DumpSectionContents() local 2836 uint32_t sect_addr = info->S.getAddress(); SymbolizerGetOpInfo() local 2948 uint64_t sect_addr = info->S.getAddress(); SymbolizerGetOpInfo() local 3014 uint32_t sect_addr = info->S.getAddress(); SymbolizerGetOpInfo() local 3151 uint64_t sect_addr = info->S.getAddress(); SymbolizerGetOpInfo() local 6726 uint64_t sect_addr = info->S.getAddress(); GuessLiteralPointer() local [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/ |
H A D | MinidumpFileBuilder.cpp | 164 lldb::addr_t sect_addr = sect_sp->GetLoadBaseAddress(&target); getModuleFileSize() local
|