Lines Matching refs:ld_targ

387 		if (rsp->rel_rtype == ld_targ.t_m.m_r_relative)
463 info_s.align = ld_targ.t_m.m_word_align; \
766 if (ident == ld_targ.t_id.id_tlsbss) {
771 } else if (ident == ld_targ.t_id.id_bss) {
776 } else if ((ld_targ.t_m.m_mach == EM_AMD64) &&
777 (ident == ld_targ.t_id.id_lbss)) {
799 if (ident == ld_targ.t_id.id_tlsbss)
846 if (ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_array, NULL) ==
871 reld.rel_rtype = ld_targ.t_m.m_r_arrayaddr;
880 reloc.r_info = ELF_R_INFO(0, ld_targ.t_m.m_r_arrayaddr);
884 ld_targ.t_m.m_rel_sht_type));
924 ld_targ.t_id.id_note, NULL));
986 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynamic, NULL);
1280 (*ld_targ.t_mr.mr_mach_make_dynamic)(ofl, &cnt);
1328 size_t size = (size_t)ofl->ofl_gotcnt * ld_targ.t_m.m_got_entsize;
1339 shdr->sh_entsize = ld_targ.t_m.m_got_entsize;
1342 ld_targ.t_id.id_got, NULL);
1386 iname = ofl->ofl_interp = ld_targ.t_m.m_def_interp;
1399 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_interp, NULL);
1526 capmask->cm_val, ld_targ.t_m.m_mach));
1528 capmask->cm_exc, ld_targ.t_m.m_mach));
1533 capmask->cm_val, ld_targ.t_m.m_mach));
1885 ld_targ.t_id.id_capinfo)) == (Os_desc *)S_ERROR)
1901 NULL, ld_targ.t_id.id_capchain, NULL);
1920 size_t size = ld_targ.t_m.m_plt_reservsz +
1922 ld_targ.t_m.m_plt_entsize);
1928 if (ld_targ.t_m.m_mach == LD_TARG_BYCLASS(EM_SPARC, EM_SPARCV9))
1936 data->d_align = ld_targ.t_m.m_plt_align;
1938 shdr->sh_flags = ld_targ.t_m.m_plt_shf_flags;
1940 shdr->sh_addralign = ld_targ.t_m.m_plt_align;
1941 shdr->sh_entsize = ld_targ.t_m.m_plt_entsize;
1944 ld_targ.t_id.id_plt, NULL);
1981 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_hash, NULL);
2039 ld_targ.t_id.id_symtab, NULL)) == (Os_desc *)S_ERROR)
2057 ld_targ.t_id.id_symtab_ndx, NULL)) == (Os_desc *)S_ERROR)
2141 ld_targ.t_id.id_ldynsym, NULL)) == (Os_desc *)S_ERROR))
2144 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynsym, NULL);
2198 ld_targ.t_id.id_dynsort, NULL)) == (Os_desc *)S_ERROR)
2210 ld_targ.t_id.id_dynsort, NULL)) == (Os_desc *)S_ERROR)
2240 ld_targ.t_id.id_dynsym_ndx, NULL)) == (Os_desc *)S_ERROR)
2293 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_note, NULL);
2337 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_strtab, NULL);
2416 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_dynstr, NULL);
2441 if (ld_targ.t_m.m_rel_sht_type == SHT_REL) {
2476 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec,
2494 rosp = ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_rel, NULL);
2561 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_version, NULL);
2608 ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_version, NULL);
2644 osp = ld_place_section(ofl, isec, NULL, ld_targ.t_id.id_data, NULL);
3137 ld_targ.t_id.id_cap) == S_ERROR)
3235 ld_targ.t_id.id_version)) == (Os_desc*)S_ERROR))
3245 ld_targ.t_id.id_syminfo)) == (Os_desc *)S_ERROR)
3448 if (size < ld_targ.t_nf.nf_size)
3449 size = ld_targ.t_nf.nf_size;
3466 (void) memcpy(data->d_buf, ld_targ.t_nf.nf_template,
3467 ld_targ.t_nf.nf_size);
3474 if ((ld_targ.t_ff.ff_execfill != NULL) && (size > ld_targ.t_nf.nf_size))
3475 ld_targ.t_ff.ff_execfill(data->d_buf, ld_targ.t_nf.nf_size,
3476 size - ld_targ.t_nf.nf_size);