Home
last modified time | relevance | path

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

/openbmc/linux/kernel/module/
H A Dsysfs.c81 if (!sect_empty(&info->sechdrs[i])) in add_sect_attrs()
100 if (sect_empty(sec)) in add_sect_attrs()
185 if (!sect_empty(&info->sechdrs[i]) && in add_notes_attrs()
200 if (sect_empty(&info->sechdrs[i])) in add_notes_attrs()
H A Dinternal.h352 static inline bool sect_empty(const Elf_Shdr *sect) in sect_empty() function
H A Dkallsyms.c235 if (!sect_empty(sechdr) && sechdr->sh_type == SHT_NOTE && in init_build_id()