Home
last modified time | relevance | path

Searched defs:elf_secthead (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf.h33 typedef struct elf_secthead elf_secthead; typedef
350 struct elf_secthead { struct
351 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 …]