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

Overridden By

tools/lld/ELF/AArch64ErrataFix.cpp
  407 void Patch843419Section::writeTo(uint8_t *buf) {
tools/lld/ELF/ARMErrataFix.cpp
  167 void Patch657417Section::writeTo(uint8_t *buf) {
tools/lld/ELF/SyntheticSections.cpp
   97 template <class ELFT> void MipsAbiFlagsSection<ELFT>::writeTo(uint8_t *buf) {
  156 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) {
  217 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) {
  304 void GnuPropertySection::writeTo(uint8_t *buf) {
  326 void BuildIdSection::writeTo(uint8_t *buf) {
  573 void EhFrameSection::writeTo(uint8_t *buf) {
  651 void GotSection::writeTo(uint8_t *buf) {
 1017 void MipsGotSection::writeTo(uint8_t *buf) {
 1103 void GotPltSection::writeTo(uint8_t *buf) {
 1147 void IgotPltSection::writeTo(uint8_t *buf) {
 1177 void StringTableSection::writeTo(uint8_t *buf) {
 1499 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) {
 1598 template <class ELFT> void RelocationSection<ELFT>::writeTo(uint8_t *buf) {
 2111 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) {
 2205 void SymtabShndxSection::writeTo(uint8_t *buf) {
 2292 void GnuHashTableSection::writeTo(uint8_t *buf) {
 2421 void HashTableSection::writeTo(uint8_t *buf) {
 2462 void PltSection::writeTo(uint8_t *buf) {
 2736 void GdbIndexSection::writeTo(uint8_t *buf) {
 2809 void EhFrameHeader::writeTo(uint8_t *buf) {
 2896 void VersionDefinitionSection::writeTo(uint8_t *buf) {
 2930 void VersionTableSection::writeTo(uint8_t *buf) {
 2991 template <class ELFT> void VersionNeedSection<ELFT>::writeTo(uint8_t *buf) {
 3044 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); }
 3066 void MergeNoTailSection::writeTo(uint8_t *buf) {
 3314 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) {
 3365 void ThunkSection::writeTo(uint8_t *buf) {
 3441 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) {
 3540 void PartitionElfHeaderSection<ELFT>::writeTo(uint8_t *buf) {
 3558 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) {
 3574 void PartitionIndexSection::writeTo(uint8_t *buf) {
tools/lld/ELF/SyntheticSections.h
  150   void writeTo(uint8_t *buf) override {}
  184   void writeTo(uint8_t *) override {
  471   void writeTo(uint8_t *buf) override;
  516   void writeTo(uint8_t *buf) override;
  532   void writeTo(uint8_t *buf) override {
  566   void writeTo(uint8_t *buf) override {
  608   void writeTo(uint8_t *buf) override;
  829   void writeTo(uint8_t *buf) override;
  902   void writeTo(uint8_t *buf) override;
  917   void writeTo(uint8_t *buf) override;
  936   void writeTo(uint8_t *buf) override;
  950   void writeTo(uint8_t *buf) override {}
 1054   void writeTo(uint8_t *buf) override {}
 1081   void writeTo(uint8_t *buf) override;
 1089   void writeTo(uint8_t *buf) override;

References

tools/lld/ELF/InputSection.cpp
 1099     s->writeTo(buf + outSecOff);