Home
last modified time | relevance | path

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

/external/llvm-project/lld/COFF/
DMapFile.cpp298 uint64_t entryAddress = 0; in writeMapFile() local
305 entryAddress = in writeMapFile()
310 os << format("%04x:%08llx", entrySecIndex, entryAddress); in writeMapFile()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFile.h246 Hex64 entryAddress = 0; member
DMachONormalizedFileFromAtoms.cpp726 nFile.entryAddress = 0; in copyEntryPointAddress()
732 nFile.entryAddress = (_atomToAddress[_entryAtom] | 1); in copyEntryPointAddress()
734 nFile.entryAddress = _atomToAddress[_entryAtom]; in copyEntryPointAddress()
DMachONormalizedFileYAML.cpp723 io.mapOptional("entry-point", file.entryAddress, Hex64(0)); in mapping()
DMachONormalizedFileBinaryWriter.cpp952 ep.entryoff = _file.entryAddress - _seg1addr; in writeLoadCommands()