Searched refs:sechdrs (Results 51 - 57 of 57) sorted by relevance

123

/linux-master/scripts/mod/
H A Dmodpost.h115 Elf_Shdr *sechdrs; member in struct:elf_info
H A Dfile2alias.c1624 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) {
/linux-master/kernel/module/
H A Dinternal.h67 Elf_Shdr *sechdrs; member in struct:load_info
328 int module_enforce_rwx_sections(Elf_Ehdr *hdr, Elf_Shdr *sechdrs,
/linux-master/arch/sh/kernel/
H A Ddwarf.c1089 int module_dwarf_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, argument
1094 char *secstrings = (void *)hdr + sechdrs[hdr->e_shstrndx].sh_offset;
1100 if ((sechdrs[i].sh_flags & SHF_ALLOC)
1101 && !strcmp(secstrings+sechdrs[i].sh_name, ".eh_frame")) {
1102 start = sechdrs[i].sh_addr;
1103 end = start + sechdrs[i].sh_size;
/linux-master/include/linux/
H A Dkexec.h115 * Temporary, modifiable buffer for sechdrs used for relocation.
118 Elf_Shdr *sechdrs; member in struct:purgatory_info
H A Dmodule.h390 * @sechdrs: Section header table
396 Elf_Shdr *sechdrs; member in struct:klp_modinfo
881 const Elf_Shdr *sechdrs,
880 module_bug_finalize(const Elf_Ehdr *hdr, const Elf_Shdr *sechdrs, struct module *mod) argument
/linux-master/arch/sh/include/asm/
H A Ddwarf.h410 #define module_dwarf_finalize(hdr, sechdrs, me) (0)

Completed in 238 milliseconds

123