Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DTarget.cpp102 Out::bufferStart in getErrorPlace()
103 ? (Out::bufferStart + isec->getParent()->offset + isec->outSecOff) in getErrorPlace()
H A DWriter.cpp2820 writeEhdr<ELFT>(Out::bufferStart, *mainPart); in writeHeader()
2821 writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart); in writeHeader()
2823 auto *eHdr = reinterpret_cast<Elf_Ehdr *>(Out::bufferStart); in writeHeader()
2837 auto *sHdrs = reinterpret_cast<Elf_Shdr *>(Out::bufferStart + eHdr->e_shoff); in writeHeader()
2885 Out::bufferStart = buffer->getBufferStart(); in openFile()
2892 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSectionsBinary()
2911 fillTrap(Out::bufferStart + in writeTrapInstr()
2913 Out::bufferStart + in writeTrapInstr()
2942 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()
2948 sec->writeTo<ELFT>(Out::bufferStart + sec->offset, tg); in writeSections()
[all …]
H A DOutputSections.h149 static uint8_t *bufferStart; member
H A DOutputSections.cpp39 uint8_t *Out::bufferStart; member in Out
H A DSyntheticSections.cpp524 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in getFdeData()
2995 uint8_t *buf = Out::bufferStart + getParent()->offset + outSecOff; in write()
/openbsd-src/gnu/llvm/lld/MachO/
H A DRelocations.cpp88 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportRangeError()
H A DSyntheticSections.h791 const uint8_t *bufferStart = nullptr; member
H A DWriter.cpp1144 in.bufferStart = buffer->getBufferStart(); in openFile()
/openbsd-src/gnu/llvm/lld/MachO/Arch/
H A DARM64Common.cpp143 uint64_t off = reinterpret_cast<const uint8_t *>(loc) - in.bufferStart; in reportUnalignedLdrStr()