elf.h | 33 typedef struct elf_secthead elf_secthead; typedef in typeref:struct:elf_secthead 350 struct elf_secthead { struct 478 elf_secthead *elf_secthead_create(elf_strtab_entry *name, 483 void elf_secthead_destroy(elf_secthead *esd); 484 unsigned long elf_secthead_write_to_file(FILE *f, elf_secthead *esd, 486 void elf_secthead_append_reloc(yasm_section *sect, elf_secthead *shead, 488 elf_section_type elf_secthead_get_type(elf_secthead *shead); 489 void elf_secthead_set_typeflags(elf_secthead *shead, elf_section_type type, 491 int elf_secthead_is_empty(elf_secthead *shead) [all...] |