Searched defs:elf64_shdr (Results 1 – 2 of 2) sorted by relevance
329 typedef struct elf64_shdr { struct330 Elf64_Word sh_name; /* Section name, index in string tbl */331 Elf64_Word sh_type; /* Type of section */332 Elf64_Xword sh_flags; /* Miscellaneous section attributes */333 Elf64_Addr sh_addr; /* Section virtual addr at execution */334 Elf64_Off sh_offset; /* Section file offset */335 Elf64_Xword sh_size; /* Size of section in bytes */336 Elf64_Word sh_link; /* Index of another section */337 Elf64_Word sh_info; /* Additional section information */338 Elf64_Xword sh_addralign; /* Section alignment */[all …]
339 typedef struct elf64_shdr { struct340 Elf64_Word sh_name; /* Section name, index in string tbl */341 Elf64_Word sh_type; /* Type of section */342 Elf64_Xword sh_flags; /* Miscellaneous section attributes */343 Elf64_Addr sh_addr; /* Section virtual addr at execution */344 Elf64_Off sh_offset; /* Section file offset */345 Elf64_Xword sh_size; /* Size of section in bytes */346 Elf64_Word sh_link; /* Index of another section */347 Elf64_Word sh_info; /* Additional section information */348 Elf64_Xword sh_addralign; /* Section alignment */[all …]