Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Delf.h257 typedef struct elf32_shdr { struct
258 Elf32_Word sh_name;
259 Elf32_Word sh_type;
260 Elf32_Word sh_flags;
261 Elf32_Addr sh_addr;
262 Elf32_Off sh_offset;
263 Elf32_Word sh_size;
264 Elf32_Word sh_link;
265 Elf32_Word sh_info;
266 Elf32_Word sh_addralign;
[all …]
/kernel/linux/linux-4.19/include/uapi/linux/
Delf.h303 typedef struct elf32_shdr { struct
304 Elf32_Word sh_name;
305 Elf32_Word sh_type;
306 Elf32_Word sh_flags;
307 Elf32_Addr sh_addr;
308 Elf32_Off sh_offset;
309 Elf32_Word sh_size;
310 Elf32_Word sh_link;
311 Elf32_Word sh_info;
312 Elf32_Word sh_addralign;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Delf.h304 typedef struct elf32_shdr { struct
305 Elf32_Word sh_name;
306 Elf32_Word sh_type;
307 Elf32_Word sh_flags;
308 Elf32_Addr sh_addr;
309 Elf32_Off sh_offset;
310 Elf32_Word sh_size;
311 Elf32_Word sh_link;
312 Elf32_Word sh_info;
313 Elf32_Word sh_addralign;
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Delf.h244 typedef struct elf32_shdr { struct
245 Elf32_Word sh_name;
246 Elf32_Word sh_type;
247 Elf32_Word sh_flags;
248 Elf32_Addr sh_addr;
249 Elf32_Off sh_offset;
250 Elf32_Word sh_size;
251 Elf32_Word sh_link;
252 Elf32_Word sh_info;
253 Elf32_Word sh_addralign;
[all …]