Lines Matching defs:writeTo
107 template <class ELFT> void MipsAbiFlagsSection<ELFT>::writeTo(uint8_t *buf) {
168 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) {
230 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) {
327 void GnuPropertySection::writeTo(uint8_t *buf) {
369 void BuildIdSection::writeTo(uint8_t *buf) {
635 void EhFrameSection::writeTo(uint8_t *buf) {
738 void GotSection::writeTo(uint8_t *buf) {
1135 void MipsGotSection::writeTo(uint8_t *buf) {
1225 void GotPltSection::writeTo(uint8_t *buf) {
1269 void IgotPltSection::writeTo(uint8_t *buf) {
1304 void StringTableSection::writeTo(uint8_t *buf) {
1623 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) {
1777 template <class ELFT> void RelocationSection<ELFT>::writeTo(uint8_t *buf) {
2295 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) {
2377 void SymtabShndxSection::writeTo(uint8_t *buf) {
2466 void GnuHashTableSection::writeTo(uint8_t *buf) {
2572 void HashTableSection::writeTo(uint8_t *buf) {
2615 void PltSection::writeTo(uint8_t *buf) {
2663 void IpltSection::writeTo(uint8_t *buf) {
2695 void PPC32GlinkSection::writeTo(uint8_t *buf) {
2765 void IBTPltSection::writeTo(uint8_t *buf) {
2787 void RandomizePaddingSection::writeTo(uint8_t *buf) {
3193 // to relocate string offsets in `writeTo`.
3208 // `writeTo`.
3307 template <class ELFT> void DebugNamesSection<ELFT>::writeTo(uint8_t *buf) {
3621 void GdbIndexSection::writeTo(uint8_t *buf) {
3695 void EhFrameHeader::writeTo(uint8_t *buf) {
3698 // below from its writeTo() function. This is necessary because the contents
3781 void VersionDefinitionSection::writeTo(uint8_t *buf) {
3814 void VersionTableSection::writeTo(uint8_t *buf) {
3886 template <class ELFT> void VersionNeedSection<ELFT>::writeTo(uint8_t *buf) {
3939 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); }
3961 void MergeNoTailSection::writeTo(uint8_t *buf) {
4245 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) {
4306 void ThunkSection::writeTo(uint8_t *buf) {
4308 t->writeTo(buf + t->offset);
4349 // PPC32PltCallStub::writeTo(). The purpose of this empty synthetic section is
4389 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) {
4489 void PartitionElfHeaderSection<ELFT>::writeTo(uint8_t *buf) {
4507 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) {
4524 void PartitionIndexSection::writeTo(uint8_t *buf) {
4564 void MemtagAndroidNote::writeTo(uint8_t *buf) {
4593 void PackageMetadataNote::writeTo(uint8_t *buf) {
4671 void MemtagGlobalDescriptors::writeTo(uint8_t *buf) {