Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
Delf.h316 typedef struct elf32_shdr { struct
317 Elf32_Word sh_name;
318 Elf32_Word sh_type;
319 Elf32_Word sh_flags;
320 Elf32_Addr sh_addr;
321 Elf32_Off sh_offset;
322 Elf32_Word sh_size;
323 Elf32_Word sh_link;
324 Elf32_Word sh_info;
325 Elf32_Word sh_addralign;
[all …]
/linux-6.15/include/uapi/linux/
Delf.h326 typedef struct elf32_shdr { struct
327 Elf32_Word sh_name;
328 Elf32_Word sh_type;
329 Elf32_Word sh_flags;
330 Elf32_Addr sh_addr;
331 Elf32_Off sh_offset;
332 Elf32_Word sh_size;
333 Elf32_Word sh_link;
334 Elf32_Word sh_info;
335 Elf32_Word sh_addralign;
[all …]