Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4984 const MachO::linkedit_data_command &DyldChainedFixups = in getChainedFixupsLoadCommand() local
4989 if (!DyldChainedFixups.dataoff) in getChainedFixupsLoadCommand()
4991 return DyldChainedFixups; in getChainedFixupsLoadCommand()
5004 uint64_t CFHeaderOffset = DyldChainedFixups.dataoff; in getChainedFixupsHeader()
5005 uint64_t CFSize = DyldChainedFixups.datasize; in getChainedFixupsHeader()
5064 const char *Contents = getPtr(*this, DyldChainedFixups.dataoff); in getChainedFixupsSegments()
5077 if (SegOffsEnd > Contents + DyldChainedFixups.datasize) in getChainedFixupsSegments()
5184 const char *Contents = getPtr(*this, DyldChainedFixups.dataoff); in getDyldChainedFixupTargets()
5190 const char *SymbolsEnd = Contents + DyldChainedFixups.datasize; in getDyldChainedFixupTargets()
5195 Twine(DyldChainedFixups.datasize)); in getDyldChainedFixupTargets()
[all …]