Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1506 uint64_t SectAddress = Sect->getAddress(); in DumpLiteralPointerSection() local
1543 memcpy(&f, Contents + (lp - SectAddress), sizeof(float)); in DumpLiteralPointerSection()
1545 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
1554 memcpy(&d, Contents + (lp - SectAddress), sizeof(double)); in DumpLiteralPointerSection()
1556 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t)); in DumpLiteralPointerSection()
3291 if (Address >= SectAddress && Address < SectAddress + SectSize) { in get_pointer_64()
3293 offset = Address - SectAddress; in get_pointer_64()
7450 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
7606 uint64_t PC = SectAddress + Index; in DisassembleMachO()
7689 uint64_t SectAddress = Sections[SectIdx].getAddress(); in DisassembleMachO() local
[all …]