Searched refs:sechdr (Results 1 – 1 of 1) sorted by relevance
770 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument774 sechdr->sh_name; in sech_name()850 Elf_Shdr *sechdr) in check_section() argument852 const char *sec = sech_name(elf, sechdr); in check_section()854 if (sechdr->sh_type == SHT_PROGBITS && in check_section()855 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()1698 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument1701 int section = sechdr->sh_info; in reloc_location()1707 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument1710 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel()[all …]