Searched refs:sechdr (Results 1 – 4 of 4) sorted by relevance
224 const Elf_Shdr *sechdr; in init_build_id() local228 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()
104 long module_get_offset(struct module *mod, unsigned int *size, Elf_Shdr *sechdr,
1438 Elf_Shdr *sechdr, unsigned int section) in module_get_offset() argument1443 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in module_get_offset()1444 *size = ret + sechdr->sh_size; in module_get_offset()
1095 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr() local1101 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()