Searched refs:sect (Results 1 – 1 of 1) sorted by relevance
251 static inline bool sect_empty(const Elf_Shdr *sect) in sect_empty() argument253 return !(sect->sh_flags & SHF_ALLOC) || sect->sh_size == 0; in sect_empty()