Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c481 int nobits = sechdrs[i].sh_type == SHT_NOBITS; in parse_elf() local
483 if (!nobits && sechdrs[i].sh_offset > info->size) { in parse_elf()
492 if (nobits) in parse_elf()