HomeSort by relevance Sort by last modified time
    Searched full:esdn (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 735 elf_secthead *esdn; local
834 esdn = elf_secthead_create(NULL, SHT_NULL, 0, 0, 0);
835 elf_secthead_set_index(esdn, 0);
836 elf_secthead_write_to_file(f, esdn, 0);
837 elf_secthead_destroy(esdn);
839 esdn = elf_secthead_create(elf_shstrtab_name, SHT_STRTAB, 0,
841 elf_secthead_set_index(esdn, 1);
842 elf_secthead_write_to_file(f, esdn, 1);
843 elf_secthead_destroy(esdn);
845 esdn = elf_secthead_create(elf_strtab_name, SHT_STRTAB, 0
    [all...]

Completed in 61 milliseconds