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

/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp834 uint64_t SectAddress = Sect->getAddress(); local
858 for (uint64_t i = lp - SectAddress; i < SectSize && Contents[i] != '\0';
866 memcpy(&f, Contents + (lp - SectAddress), sizeof(float));
868 memcpy(&l, Contents + (lp - SectAddress), sizeof(uint32_t));
877 memcpy(&d, Contents + (lp - SectAddress), sizeof(double));
879 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
880 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
892 memcpy(&l0, Contents + (lp - SectAddress), sizeof(uint32_t));
893 memcpy(&l1, Contents + (lp - SectAddress) + sizeof(uint32_t),
895 memcpy(&l2, Contents + (lp - SectAddress)
2365 uint64_t SectAddress = ((*(info->Sections))[SectIdx]).getAddress(); local
6068 uint64_t SectAddress = Sections[SectIdx].getAddress(); local
6266 uint64_t SectAddress = Sections[SectIdx].getAddress(); local
[all...]

Completed in 65 milliseconds