Searched refs:sechdr (Results 1 – 1 of 1) sorted by relevance
326 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data_by_offset() local329 offset -= sechdr->sh_addr; in sym_get_data_by_offset()331 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset()340 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name() argument343 sechdr->sh_name); in sech_name()906 Elf_Shdr *sechdr) in check_section() argument908 const char *sec = sech_name(elf, sechdr); in check_section()910 if (sechdr->sh_type == SHT_PROGBITS && in check_section()911 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()1754 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument[all …]