Lines Matching refs:shdr
82 GElf_Shdr *shdr; in handle_section() local
88 shdr = gelf_getshdr (scn, &shdr_mem); in handle_section()
89 if (ehdr == NULL || shdr == NULL) in handle_section()
103 elf_strptr (elf, ehdr->e_shstrndx, shdr->sh_name), in handle_section()
104 shdr->sh_type, in handle_section()
105 shdr->sh_flags, in handle_section()
106 shdr->sh_addr, in handle_section()
107 shdr->sh_offset, in handle_section()
108 shdr->sh_size, in handle_section()
109 shdr->sh_link, in handle_section()
110 shdr->sh_info, in handle_section()
111 shdr->sh_addralign, in handle_section()
112 shdr->sh_entsize); in handle_section()
120 switch (shdr->sh_type) in handle_section()