Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h247 Hex64 entryAddress = 0; member
H A DMachONormalizedFileFromAtoms.cpp726 nFile.entryAddress = 0; in copyEntryPointAddress()
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()
734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()
H A DMachONormalizedFileYAML.cpp724 io.mapOptional("entry-point", file.entryAddress, Hex64(0)); in mapping()
H A DMachONormalizedFileBinaryWriter.cpp946 ep.entryoff = _file.entryAddress - _seg1addr; in writeLoadCommands()