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