Searched defs:elf_secthead (Results 1 – 1 of 1) sorted by relevance
33 typedef struct elf_secthead elf_secthead; typedef350 struct elf_secthead { struct351 elf_section_type type;352 elf_section_flags flags;353 elf_address offset;354 yasm_intnum *size;355 elf_section_index link;356 elf_section_info info; /* see note ESD1 */357 unsigned long align;358 elf_size entsize;[all …]