Home
last modified time | relevance | path

Searched refs:SHT_NOBITS (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h261 #define SHT_NOBITS 8 macro
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dfile2alias.c913 if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { in handle_moddevtable()
H A Dmodpost.c481 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h323 #define SHT_NOBITS 8 /* Program space with no data (bss) */ macro