Home
last modified time | relevance | path

Searched defs:writeEhdr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2022 template <class ELFT> void ELFWriter<ELFT>::writeEhdr() { writeEhdr() function in ELFWriter
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4364 template <typename ELFT> void elf::writeEhdr(uint8_t *buf, Partition &part) { writeEhdr() function in elf