Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Delf.h308 typedef struct elf32_shdr { struct
309 Elf32_Word sh_name;
310 Elf32_Word sh_type;
311 Elf32_Word sh_flags;
312 Elf32_Addr sh_addr;
313 Elf32_Off sh_offset;
314 Elf32_Word sh_size;
315 Elf32_Word sh_link;
316 Elf32_Word sh_info;
317 Elf32_Word sh_addralign;
[all …]
/openbmc/qemu/include/
H A Delf.h1601 typedef struct elf32_shdr { struct
1602 Elf32_Word sh_name;
1603 Elf32_Word sh_type;
1604 Elf32_Word sh_flags;
1605 Elf32_Addr sh_addr;
1606 Elf32_Off sh_offset;
1607 Elf32_Word sh_size;
1608 Elf32_Word sh_link;
1609 Elf32_Word sh_info;
1610 Elf32_Word sh_addralign;
[all …]