Searched refs:ifl_ehdr (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 150 (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 D | relocate.c | 108 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 D | machsym.sparc.c | 141 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 D | files.c | 105 ifl->ifl_ehdr = ehdr; in ifl_setup() 148 if (ifl->ifl_ehdr->e_type == ET_DYN) { in ifl_setup() 272 if (ifl && (ifl->ifl_ehdr->e_type == ET_REL)) { in sf1_cap() 314 if (ifl->ifl_ehdr->e_type != ET_REL) { in sf1_cap() 987 if (ifl->ifl_ehdr->e_type != ET_REL) in process_cap() 1032 if (ifl->ifl_ehdr->e_type != ET_REL) in process_cap() 1342 if (ifl->ifl_ehdr->e_type == ET_REL) { in process_reloc() 1422 conv_sec_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in invalid_section() 1423 ifl->ifl_ehdr->e_machine, shdr->sh_type, CONV_FMT_ALT_CF, in invalid_section() 2412 conv_sec_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in rel_process() [all …]
|
H A D | syms.c | 381 etype = ifl->ifl_ehdr->e_type; in ld_sym_enter() 2079 uchar_t osabi = ifl->ifl_ehdr->e_ident[EI_OSABI]; in ld_sym_process() 2080 Half mach = ifl->ifl_ehdr->e_machine; in ld_sym_process() 2081 Half etype = ifl->ifl_ehdr->e_type; in ld_sym_process() 3244 if ((ifl->ifl_ehdr = libld_calloc(1, sizeof (Ehdr))) == NULL) in ld_sym_add_u() 3246 ifl->ifl_ehdr->e_type = ET_REL; in ld_sym_add_u()
|
H A D | support.c | 289 Ehdr *ehdr = ifl->ifl_ehdr; in ld_sup_input_section()
|
H A D | map_support.c | 177 if ((ifl->ifl_ehdr = libld_calloc(1, sizeof (Ehdr))) == NULL) in ld_map_ifl() 179 ifl->ifl_ehdr->e_type = ET_REL; in ld_map_ifl()
|
H A D | version.c | 635 if (ifl->ifl_ehdr->e_type == ET_REL) in ld_vers_def_process()
|
H A D | update.c | 1849 (sdp->sd_file->ifl_ehdr->e_type == ET_DYN) && in update_osym() 3854 Ehdr *ehdr = sdp->sd_file->ifl_ehdr; in check_mapfile_assertions()
|
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 652 conv_ehdr_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in Dbg_file_generic() 653 ifl->ifl_ehdr->e_type, 0, &inv_buf)); in Dbg_file_generic()
|
H A D | syms.c | 251 conv_ehdr_type(ifl->ifl_ehdr->e_ident[EI_OSABI], in Dbg_syms_process() 252 ifl->ifl_ehdr->e_type, 0, &inv_buf)); in Dbg_syms_process()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | libld.h | 847 Ehdr *ifl_ehdr; /* elf header describing this file */ member
|