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

Declarations

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

References

tools/lld/ELF/SyntheticSections.cpp
 3541   writeEhdr<ELFT>(buf, getPartition());
tools/lld/ELF/Writer.cpp
 2549   writeEhdr<ELFT>(Out::bufferStart, *mainPart);