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 ELFState569 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()571 return ELFState<BE64>::writeELF(Out, Doc); in yaml2elf()574 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()576 return ELFState<BE32>::writeELF(Out, Doc); in yaml2elf()