Home | History | Annotate | Download | only in switchback

Lines Matching refs:secno

1212          int   secno   = stab[j].st_shndx;
1217 if (secno == SHN_COMMON) {
1248 assert(secno > 0 && secno < ehdr->e_shnum);
1250 if (shdr[secno].sh_type == SHT_NOBITS) {
1255 ad = ehdrC + shdr[ secno ].sh_offset + stab[j].st_value;