Home
last modified time | relevance | path

Searched defs:imageBase (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DExportTrie.h36 uint64_t imageBase = 0; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DMapFile.cpp67 sortUniqueSymbols(std::vector<Defined * > & syms,uint64_t imageBase) sortUniqueSymbols() argument
H A DChunks.cpp445 uint64_t imageBase = file->ctx.config.imageBase; in applyRelocation() local
H A DConfig.h282 uint64_t imageBase = -1; member
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h358 std::optional<uint64_t> imageBase; member