Searched refs:writeELF (Results 1 – 1 of 1) sorted by relevance
154 static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc);497 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF() function in ELFState575 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()577 return ELFState<BE64>::writeELF(Out, Doc); in yaml2elf()580 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()582 return ELFState<BE32>::writeELF(Out, Doc); in yaml2elf()