Home | History | Annotate | Download | only in src

Lines Matching defs:sec

1162 		    Elf32_Word sec;
1199 sec = shdr_info[sym->st_shndx].idx;
1204 sec = shdr_info[xshndx].idx;
1207 if (sec != 0)
1212 if (sec < SHN_LORESERVE)
1214 nshndx = sec;
1220 nxshndx = sec;
1223 assert (sec < SHN_LORESERVE || shndxdata != NULL);