Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp298 uint64_t entryAddress = 0; in writeMapFile() local
305 entryAddress = in writeMapFile()
310 os << format("%04x:%08llx", entrySecIndex, entryAddress); in writeMapFile()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h246 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.cpp723 io.mapOptional("entry-point", file.entryAddress, Hex64(0)); in mapping()
H A DMachONormalizedFileBinaryWriter.cpp952 ep.entryoff = _file.entryAddress - _seg1addr; in writeLoadCommands()