Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dalternative.c202 const struct elf64_shdr *shdr; in apply_alternatives_vdso()
203 const struct elf64_shdr *alt; in apply_alternatives_vdso()
/linux-6.12.1/include/linux/
Delf.h55 #define elf_shdr elf64_shdr
/linux-6.12.1/arch/s390/kernel/
Dvdso.c252 const struct elf64_shdr *alt, *shdr; in vdso_apply_alternatives()
/linux-6.12.1/include/uapi/linux/
Delf.h321 typedef struct elf64_shdr { struct
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
Dr535.c2466 const struct elf64_shdr *shdr = (const struct elf64_shdr *)&img[ehdr->e_shoff]; in r535_gsp_elf_section()