Home | History | Annotate | Download | only in src

Lines Matching full:nplt

156   return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
710 ++ld_state.nplt;
734 --ld_state.nplt;
774 ++ld_state.nplt;
2489 if (ld_state.nplt > 0)
2604 + (ld_state.nplt > 0 ? 4 : 0)
4354 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot
4405 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot
5504 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt;
5508 assert (ld_state.nfrom_dso >= ld_state.nplt);
5573 assert (plt_idx == ld_state.nplt);
6754 if (ld_state.nplt > 0)