Home
last modified time | relevance | path

Searched refs:ifl_ehdr (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/cmd/sgs/libld/common/
H A Dresolve.c150 (ifl->ifl_ehdr->e_type == ET_DYN)) { in sym_visibility()
158 (ifl->ifl_ehdr->e_type == ET_REL)) { in sym_visibility()
329 (ifl->ifl_ehdr->e_type == ET_REL)) { in sym_promote()
383 (ifl->ifl_ehdr->e_type == ET_DYN)) in sym_override()
412 if (ifl->ifl_ehdr->e_type == ET_REL) { in sym_override()
559 Half ofile = sdp->sd_file->ifl_ehdr->e_type; in sym_tworeals()
560 Half nfile = ifl->ifl_ehdr->e_type; in sym_tworeals()
662 Half ofile = sdp->sd_file->ifl_ehdr->e_type; in sym_realtent()
663 Half nfile = ifl->ifl_ehdr->e_type; in sym_realtent()
836 Half ofile = sdp->sd_file->ifl_ehdr->e_type;
[all …]
H A Drelocate.c108 conv_reloc_type(ifl->ifl_ehdr->e_machine, in is_disp_copied()
166 conv_reloc_type(ifl->ifl_ehdr->e_machine, in is_disp_copied()
195 conv_reloc_type(ifl->ifl_ehdr->e_machine, in is_disp_copied()
349 conv_reloc_type(ifl->ifl_ehdr->e_machine, rsp->rel_rtype, in ld_disp_errmsg()
1082 conv_sym_info_type(sdp->sd_file->ifl_ehdr->e_machine, in reloc_exec()
1275 conv_reloc_type(_sdp->sd_file->ifl_ehdr->e_machine, in reloc_exec()
1297 conv_reloc_type(ifl->ifl_ehdr->e_machine, rsp->rel_rtype, in reloc_generic()
1357 conv_reloc_type(ifl->ifl_ehdr->e_machine, in reloc_relobj()
1402 Half mach = ifl->ifl_ehdr->e_machine; in reloc_TLS()
1612 conv_reloc_type(ifl->ifl_ehdr->e_machine, rtype, in ld_process_sym_reloc()
[all …]
H A Dmachsym.sparc.c141 sdp->sd_file->ifl_ehdr->e_machine, otype, in ld_mach_sym_typecheck_sparc()
143 conv_sym_info_type(ifl->ifl_ehdr->e_machine, in ld_mach_sym_typecheck_sparc()
H A Dfiles.c104 ifl->ifl_ehdr = ehdr; in ifl_setup()
147 if (ifl->ifl_ehdr->e_type == ET_DYN) { in ifl_setup()
255 if (ifl && (ifl->ifl_ehdr->e_type == ET_REL)) { in sf1_cap()
297 if (ifl->ifl_ehdr->e_type != ET_REL) { in sf1_cap()
955 if (ifl->ifl_ehdr->e_type != ET_REL) in process_cap()
1000 if (ifl->ifl_ehdr->e_type != ET_REL) in process_cap()
1302 if (ifl->ifl_ehdr->e_type == ET_REL) { in process_reloc()
1382 conv_sec_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in invalid_section()
1383 ifl->ifl_ehdr->e_machine, shdr->sh_type, 0, &inv_buf)); in invalid_section()
2371 conv_sec_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in rel_process()
[all …]
H A Dsyms.c343 etype = ifl->ifl_ehdr->e_type; in ld_sym_enter()
1942 uchar_t osabi = ifl->ifl_ehdr->e_ident[EI_OSABI]; in ld_sym_process()
1943 Half mach = ifl->ifl_ehdr->e_machine; in ld_sym_process()
1944 Half etype = ifl->ifl_ehdr->e_type; in ld_sym_process()
3062 if ((ifl->ifl_ehdr = libld_calloc(sizeof (Ehdr), 1)) == NULL) in ld_sym_add_u()
3064 ifl->ifl_ehdr->e_type = ET_REL; in ld_sym_add_u()
H A Dsupport.c290 Ehdr *ehdr = ifl->ifl_ehdr; in ld_sup_input_section()
H A Dmap_support.c178 if ((ifl->ifl_ehdr = libld_calloc(sizeof (Ehdr), 1)) == NULL) in ld_map_ifl()
180 ifl->ifl_ehdr->e_type = ET_REL; in ld_map_ifl()
H A Dversion.c635 if (ifl->ifl_ehdr->e_type == ET_REL) in ld_vers_def_process()
H A Dupdate.c1783 (sdp->sd_file->ifl_ehdr->e_type == ET_DYN) && in update_osym()
/titanic_44/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c665 conv_ehdr_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in Dbg_file_generic()
666 ifl->ifl_ehdr->e_type, 0, &inv_buf)); in Dbg_file_generic()
H A Dsyms.c258 conv_ehdr_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in Dbg_syms_process()
259 ifl->ifl_ehdr->e_type, 0, &inv_buf)); in Dbg_syms_process()
/titanic_44/usr/src/cmd/sgs/include/
H A Dlibld.h838 Ehdr *ifl_ehdr; /* elf header describing this file */ member