Searched refs:elf_secthead_write_to_file (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c713 if(elf_secthead_write_to_file(info->f, shead, info->sindex+1))
836 elf_secthead_write_to_file(f, esdn, 0);
842 elf_secthead_write_to_file(f, esdn, 1);
848 elf_secthead_write_to_file(f, esdn, 2);
856 elf_secthead_write_to_file(f, esdn, 3);
H A Delf.h484 unsigned long elf_secthead_write_to_file(FILE *f, elf_secthead *esd,
H A Delf.c668 elf_secthead_write_to_file(FILE *f, elf_secthead *shead, function

Completed in 278 milliseconds