Home
last modified time | relevance | path

Searched refs:m_rel_sht_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c1485 ld_targ.t_m.m_rel_sht_type, (void *)reloc, isname, isscnndx, in ld_process_sym_reloc()
1949 ld_targ.t_m.m_mach, ld_targ.t_m.m_rel_sht_type, in process_reld()
2590 ld_targ.t_m.m_rel_sht_type)); in do_sorted_outrelocs()
H A Dsections.c887 ld_targ.t_m.m_rel_sht_type)); in make_array()
2467 if (ld_targ.t_m.m_rel_sht_type == SHT_REL) { in make_reloc()
2502 if (new_section(ofl, ld_targ.t_m.m_rel_sht_type, sectname, 0, &isec, in make_reloc()
H A D_libld.h90 Word m_rel_sht_type; /* Either SHT_REL or SHT_RELA */ member
H A Dmap.c649 enp->ec_type = ld_targ.t_m.m_rel_sht_type; in map_colon()
H A Dfiles.c2409 if (shdr->sh_type != ld_targ.t_m.m_rel_sht_type) { in rel_process()