Searched defs:elf_strtab_head (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h35 typedef struct elf_strtab_head elf_strtab_head; typedef in typeref:struct:elf_strtab_head
397 STAILQ_HEAD(elf_strtab_head, elf_strtab_entry);
448 elf_strtab_head *elf_strtab_create(void);
449 elf_strtab_entry *elf_strtab_append_str(elf_strtab_head *head, const char *str);
450 void elf_strtab_destroy(elf_strtab_head *head);
451 unsigned long elf_strtab_output_to_file(FILE *f, elf_strtab_head *head);

Completed in 264 milliseconds