Lines Matching defs:Shdr
400 struct Shdr { struct in __anon9f1770860111::Elf32
401 Word sh_name;
402 Word sh_type;
403 Word sh_flags;
404 Addr sh_addr;
405 Off sh_offset;
406 Word sh_size;
407 Word sh_link;
408 Word sh_info;
409 Word sh_addralign;
410 Word sh_entsize;
441 struct Shdr { struct in __anon9f1770860111::Elf64
442 Word sh_name;
443 Word sh_type;
444 Xword sh_flags;
445 Addr sh_addr;
446 Off sh_offset;
447 Xword sh_size;
448 Word sh_link;
449 Word sh_info;
450 Xword sh_addralign;
451 Xword sh_entsize;
466 typedef typename ELF::Shdr Shdr; typedef in __anon9f1770860111::ElfParser