Home
last modified time | relevance | path

Searched refs:Elf32_Off (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/boot/
H A Delf.h8 typedef unsigned int Elf32_Off; typedef
61 Elf32_Off e_phoff;
62 Elf32_Off e_shoff;
97 Elf32_Off p_offset;
/linux/include/linux/
H A Delf.h45 #define elf_addr_t Elf32_Off
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgh100.c202 Elf32_Off section_begin = ehdr->e_shoff + ehdr->e_shnum * ehdr->e_shentsize; in elf_validate_sections()