Lines Matching refs:dynsym
94 * It simplifies this code if the dynamic, dynstr, dynsym, and ldynsym
1092 SINFO dynsym;
1229 sec.dynsym.type = SINFO_T_DYNSYM;
1230 sec.dynsym.vaddr = dyn->d_un.d_ptr;
1369 * without them. For instance, even if a .dynsym exists,
1371 * fan out: Disqualifying the .dynsym will disqualify the hash
1382 sec.dynsym.type = SINFO_T_NULL;
1383 sec.dynsym.type = SINFO_T_NULL;
1390 * elements (nbucket, and nchain). The length of the dynsym,
1408 sec.dynsym.size = nchain * sizeof (Sym);
1413 * value, which is the combined size of .dynsym
1414 * and .ldynsym. Now that we have the dynsym size,
1417 if (sec.ldynsym.size > sec.dynsym.size)
1418 sec.ldynsym.size -= sec.dynsym.size;
1427 sec.dynsym.type = SINFO_T_NULL;
1451 if (sec.dynsym.type != SINFO_T_DYNSYM) {