Home
last modified time | relevance | path

Searched refs:sechdr (Results 1 – 1 of 1) sorted by relevance

/scripts/mod/
Dmodpost.c306 static const char *sech_name(struct elf_info *elf, Elf_Shdr *sechdr) in sech_name() argument
310 sechdr->sh_name; in sech_name()
925 Elf_Shdr *sechdr) in check_section() argument
927 const char *sec = sech_name(elf, sechdr); in check_section()
929 if (sechdr->sh_type == SHT_PROGBITS && in check_section()
930 !(sechdr->sh_flags & SHF_ALLOC) && in check_section()
1773 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument
1776 int section = sechdr->sh_info; in reloc_location()
1782 static int addend_386_rel(struct elf_info *elf, Elf_Shdr *sechdr, Elf_Rela *r) in addend_386_rel() argument
1785 unsigned int *location = reloc_location(elf, sechdr, r); in addend_386_rel()
[all …]