Home
last modified time | relevance | path

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

/kernel/module/
Dkallsyms.c224 const Elf_Shdr *sechdr; in init_build_id() local
228 sechdr = &info->sechdrs[i]; in init_build_id()
229 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()
230 !build_id_parse_buf((void *)sechdr->sh_addr, mod->build_id, in init_build_id()
231 sechdr->sh_size)) in init_build_id()
Dinternal.h104 long module_get_offset(struct module *mod, unsigned int *size, Elf_Shdr *sechdr,
Dmain.c1438 Elf_Shdr *sechdr, unsigned int section) in module_get_offset() argument
1443 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in module_get_offset()
1444 *size = ret + sechdr->sh_size; in module_get_offset()
/kernel/
Dkexec_file.c1095 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr() local
1101 sechdr = &pi->sechdrs[sym->st_shndx]; in kexec_purgatory_get_symbol_addr()
1107 return (void *)(sechdr->sh_addr + sym->st_value); in kexec_purgatory_get_symbol_addr()