Searched refs:SHT_NOBITS (Results 1 – 4 of 4) sorted by relevance
261 #define SHT_NOBITS 8 macro
913 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
481 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
323 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro