Searched defs:elf64_shdr (Results 1 – 3 of 3) sorted by relevance
256 typedef struct elf64_shdr { struct257 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 …]
320 typedef struct elf64_shdr { struct321 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 …]
269 typedef struct elf64_shdr { struct270 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 …]