Searched refs:sect_addr (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1288 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() argument 1293 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpCstringSection() 1295 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpCstringSection() 1321 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() argument 1326 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpLiteral4Section() 1328 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpLiteral4Section() 1365 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() argument 1370 outs() << format("%016" PRIx64, sect_addr + i) << " "; in DumpLiteral8Section() 1372 outs() << format("%08" PRIx64, sect_addr + i) << " "; in DumpLiteral8Section() 1397 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() argument [all …]
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2011 | 2223 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2011 | 2223 initialize them from target PT_PHDR p_vaddr, relocate sect_addr by
|