reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lld/ELF/SyntheticSections.h
 1107 template <typename ELFT> void writePhdrs(uint8_t *buf, Partition &part);

References

tools/lld/ELF/SyntheticSections.cpp
 3559   writePhdrs<ELFT>(buf, getPartition());
tools/lld/ELF/Writer.cpp
 2550   writePhdrs<ELFT>(Out::bufferStart + sizeof(Elf_Ehdr), *mainPart);