Home
last modified time | relevance | path

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

/linux/arch/powerpc/boot/
H A Delf.h16 typedef unsigned long long Elf64_Off; typedef
78 Elf64_Off e_phoff; /* Program header table file offset */
79 Elf64_Off e_shoff; /* Section header table file offset */
109 Elf64_Off p_offset; /* Segment file offset */
/linux/include/linux/
H A Delf.h57 #define elf_addr_t Elf64_Off
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c231 static inline Elf64_Shdr *section_by_off(Elf64_Off off) in section_by_off()