Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Delf.h256 typedef struct elf64_shdr { struct
257 Elf64_Word sh_name;
258 Elf64_Word sh_type;
259 Elf64_Xword sh_flags;
260 Elf64_Addr sh_addr;
261 Elf64_Off sh_offset;
262 Elf64_Xword sh_size;
263 Elf64_Word sh_link;
264 Elf64_Word sh_info;
265 Elf64_Xword sh_addralign;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Delf.h320 typedef struct elf64_shdr { struct
321 Elf64_Word sh_name; /* Section name, index in string tbl */
322 Elf64_Word sh_type; /* Type of section */
323 Elf64_Xword sh_flags; /* Miscellaneous section attributes */
324 Elf64_Addr sh_addr; /* Section virtual addr at execution */
325 Elf64_Off sh_offset; /* Section file offset */
326 Elf64_Xword sh_size; /* Size of section in bytes */
327 Elf64_Word sh_link; /* Index of another section */
328 Elf64_Word sh_info; /* Additional section information */
329 Elf64_Xword sh_addralign; /* Section alignment */
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Delf.h269 typedef struct elf64_shdr { struct
270 Elf64_Word sh_name;
271 Elf64_Word sh_type;
272 Elf64_Xword sh_flags;
273 Elf64_Addr sh_addr;
274 Elf64_Off sh_offset;
275 Elf64_Xword sh_size;
276 Elf64_Word sh_link;
277 Elf64_Word sh_info;
278 Elf64_Xword sh_addralign;
[all …]