HomeSort by relevance Sort by last modified time
    Searched refs:elf_secthead_create (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf-objfmt.c 834 esdn = elf_secthead_create(NULL, SHT_NULL, 0, 0, 0);
839 esdn = elf_secthead_create(elf_shstrtab_name, SHT_STRTAB, 0,
845 esdn = elf_secthead_create(elf_strtab_name, SHT_STRTAB, 0,
851 esdn = elf_secthead_create(elf_symtab_name, SHT_SYMTAB, 0,
903 esd = elf_secthead_create(name, type, 0, 0, 0);
    [all...]
elf.h 478 elf_secthead *elf_secthead_create(elf_strtab_entry *name,
elf.c 588 elf_secthead_create(elf_strtab_entry *name, function

Completed in 50 milliseconds