Home | History | Annotate | Download | only in src

Lines Matching refs:sec

1168 		    Elf32_Word sec;
1205 sec = shdr_info[sym->st_shndx].idx;
1210 sec = shdr_info[xshndx].idx;
1213 if (sec != 0)
1218 if (sec < SHN_LORESERVE)
1220 nshndx = sec;
1226 nxshndx = sec;
1229 assert (sec < SHN_LORESERVE || shndxdata != NULL);