Searched refs:sechdr (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | rxkad.c | 181 void *sechdr, in rxkad_secure_packet_auth() argument 196 memcpy(sechdr, &hdr, sizeof(hdr)); in rxkad_secure_packet_auth() 201 sg_init_one(&sg, sechdr, 8); in rxkad_secure_packet_auth() 218 void *sechdr, in rxkad_secure_packet_encrypt() argument 238 memcpy(sechdr, &rxkhdr, sizeof(rxkhdr)); in rxkad_secure_packet_encrypt() 244 sg_init_one(&sg[0], sechdr, sizeof(rxkhdr)); in rxkad_secure_packet_encrypt() 279 void *sechdr) in rxkad_secure_packet() argument 332 ret = rxkad_secure_packet_auth(call, skb, data_size, sechdr, in rxkad_secure_packet() 337 sechdr, req); in rxkad_secure_packet() 356 struct rxkad_level1_hdr sechdr; in rxkad_verify_packet_1() local [all …]
|
D | insecure.c | 24 void *sechdr) in none_secure_packet() argument
|
/kernel/linux/linux-5.10/scripts/mod/ |
D | modpost.c | 321 Elf_Shdr *sechdr = &info->sechdrs[secindex]; in sym_get_data_by_offset() local 324 offset -= sechdr->sh_addr; in sym_get_data_by_offset() 326 return (void *)info->hdr + sechdr->sh_offset + offset; in sym_get_data_by_offset() 335 static const char *sech_name(const struct elf_info *info, Elf_Shdr *sechdr) in sech_name() argument 338 sechdr->sh_name); in sech_name() 902 Elf_Shdr *sechdr) in check_section() argument 904 const char *sec = sech_name(elf, sechdr); in check_section() 906 if (sechdr->sh_type == SHT_PROGBITS && in check_section() 907 !(sechdr->sh_flags & SHF_ALLOC) && in check_section() 1745 Elf_Shdr *sechdr, Elf_Rela *r) in reloc_location() argument [all …]
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() argument 173 ret = ALIGN(*size, sechdr->sh_addralign ? : 1); in get_offset() 174 *size = ret + sechdr->sh_size; in get_offset()
|
/kernel/linux/linux-5.10/kernel/ |
D | kexec_file.c | 1120 Elf_Shdr *sechdr; in kexec_purgatory_get_symbol_addr() local 1126 sechdr = &pi->sechdrs[sym->st_shndx]; in kexec_purgatory_get_symbol_addr() 1132 return (void *)(sechdr->sh_addr + sym->st_value); in kexec_purgatory_get_symbol_addr()
|
D | module.c | 2457 Elf_Shdr *sechdr, unsigned int section) in get_offset() argument 2462 ret = ALIGN(*size, sechdr->sh_addralign ?: 1); in get_offset() 2463 *size = ret + sechdr->sh_size; in get_offset()
|