Searched refs:ifl_ehdr (Results 1 – 12 of 12) sorted by relevance
/titanic_44/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 | 104 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 D | syms.c | 343 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 D | support.c | 290 Ehdr *ehdr = ifl->ifl_ehdr; in ld_sup_input_section()
|
H A D | map_support.c | 178 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 D | version.c | 635 if (ifl->ifl_ehdr->e_type == ET_REL) in ld_vers_def_process()
|
H A D | update.c | 1783 (sdp->sd_file->ifl_ehdr->e_type == ET_DYN) && in update_osym()
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | files.c | 665 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 D | syms.c | 258 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 D | libld.h | 838 Ehdr *ifl_ehdr; /* elf header describing this file */ member
|