Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dreadelf.c78 static int get_sh(unsigned i, struct sh *s) in get_sh() function
126 if (!errno && !*end && i < TT.shnum) return get_sh(i, s); in find_section()
130 if (get_sh(i, s) && !strcmp(s->name, spec)) return 1; in find_section()
422 if (!get_sh(shstrndx, &shstr) || shstr.type != 3 /*SHT_STRTAB*/) { in scan_elf()
447 if (!get_sh(i, &s)) continue; in scan_elf()
505 if (!get_sh(j, &s)) continue; in scan_elf()
577 if (!get_sh(i, &s)) continue; in scan_elf()