Home | History | Annotate | Download | only in src

Lines Matching refs:nplt

164   return (ld_state.file_type == dso_file_type || ld_state.nplt > 0
720 ++ld_state.nplt;
744 --ld_state.nplt;
784 ++ld_state.nplt;
2499 if (ld_state.nplt > 0)
2614 + (ld_state.nplt > 0 ? 4 : 0)
4364 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot
4415 nsym_allocated = (1 + ld_state.nsymtab + ld_state.nplt + ld_state.ngot
5514 size_t plt_base = nsym + ld_state.nfrom_dso - ld_state.nplt;
5518 assert (ld_state.nfrom_dso >= ld_state.nplt);
5583 assert (plt_idx == ld_state.nplt);
6765 if (ld_state.nplt > 0)