• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/lld/ELF/

Lines Matching defs:writeTo

100 template <class ELFT> void MipsAbiFlagsSection<ELFT>::writeTo(uint8_t *buf) {
159 template <class ELFT> void MipsOptionsSection<ELFT>::writeTo(uint8_t *buf) {
220 template <class ELFT> void MipsReginfoSection<ELFT>::writeTo(uint8_t *buf) {
307 void GnuPropertySection::writeTo(uint8_t *buf) {
329 void BuildIdSection::writeTo(uint8_t *buf) {
576 void EhFrameSection::writeTo(uint8_t *buf) {
654 void GotSection::writeTo(uint8_t *buf) {
1020 void MipsGotSection::writeTo(uint8_t *buf) {
1106 void GotPltSection::writeTo(uint8_t *buf) {
1150 void IgotPltSection::writeTo(uint8_t *buf) {
1180 void StringTableSection::writeTo(uint8_t *buf) {
1503 template <class ELFT> void DynamicSection<ELFT>::writeTo(uint8_t *buf) {
1602 template <class ELFT> void RelocationSection<ELFT>::writeTo(uint8_t *buf) {
2115 template <class ELFT> void SymbolTableSection<ELFT>::writeTo(uint8_t *buf) {
2209 void SymtabShndxSection::writeTo(uint8_t *buf) {
2296 void GnuHashTableSection::writeTo(uint8_t *buf) {
2425 void HashTableSection::writeTo(uint8_t *buf) {
2428 // See comment in GnuHashTableSection::writeTo.
2471 void PltSection::writeTo(uint8_t *buf) {
2517 void IpltSection::writeTo(uint8_t *buf) {
2548 void PPC32GlinkSection::writeTo(uint8_t *buf) {
2617 void IBTPltSection::writeTo(uint8_t *buf) {
2853 void GdbIndexSection::writeTo(uint8_t *buf) {
2926 void EhFrameHeader::writeTo(uint8_t *buf) {
2929 // below from its writeTo() function. This is necessary because the contents
3013 void VersionDefinitionSection::writeTo(uint8_t *buf) {
3047 void VersionTableSection::writeTo(uint8_t *buf) {
3109 template <class ELFT> void VersionNeedSection<ELFT>::writeTo(uint8_t *buf) {
3162 void MergeTailSection::writeTo(uint8_t *buf) { builder.write(buf); }
3184 void MergeNoTailSection::writeTo(uint8_t *buf) {
3447 void ARMExidxSyntheticSection::writeTo(uint8_t *buf) {
3504 void ThunkSection::writeTo(uint8_t *buf) {
3506 t->writeTo(buf + t->offset);
3547 // PPC32PltCallStub::writeTo(). The purpose of this empty synthetic section is
3589 void PPC64LongBranchTargetSection::writeTo(uint8_t *buf) {
3690 void PartitionElfHeaderSection<ELFT>::writeTo(uint8_t *buf) {
3708 void PartitionProgramHeadersSection<ELFT>::writeTo(uint8_t *buf) {
3724 void PartitionIndexSection::writeTo(uint8_t *buf) {