Searched refs:sechdr (Results 1 – 1 of 1) sorted by relevance
746 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument750 sechdr->sh_name; in sech_name()836 Elf_Shdr *sechdr) in check_section() argument838 const char *sec = sech_name(elf, sechdr); in check_section()840 if (sechdr->sh_type == SHT_PROGBITS && in check_section()841 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()1472 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument1475 int section = sechdr->sh_info; in reloc_location()1481 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument1484 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel()[all …]