Home | History | Annotate | Download | only in unused

Lines Matching refs:secno

1052          int   secno   = stab[j].st_shndx;
1057 if (secno == SHN_COMMON) {
1083 assert(secno > 0 && secno < ehdr->e_shnum);
1085 if (shdr[secno].sh_type == SHT_NOBITS) {
1090 ad = ehdrC + shdr[ secno ].sh_offset + stab[j].st_value;