Searched refs:Elf_Shdr (Results 1 – 4 of 4) sorted by relevance
13 const Elf_Shdr *sec; /* Hooked up in elf_resolve_sections.*/49 static inline bool livepatch_elf_ignore_section(const Elf_Shdr *sec) in livepatch_elf_ignore_section()
562 #define Elf_Shdr Elf32_Shdr macro590 #define Elf_Shdr Elf64_Shdr macro
28 const Elf_Shdr *s; in elf_verify_strtab()482 if ( elf->hdr->e_shentsize < sizeof(Elf_Shdr) ) in livepatch_header_check()485 elf->name, elf->hdr->e_shentsize, sizeof(Elf_Shdr)); in livepatch_header_check()
308 const Elf_Shdr *s = sec->sec; in calc_section()
Completed in 9 milliseconds