Home
last modified time | relevance | path

Searched refs:ET_REL (Results 1 – 25 of 27) sorted by relevance

12

/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dresolve.c158 (ifl->ifl_ehdr->e_type == ET_REL)) { in sym_visibility()
329 (ifl->ifl_ehdr->e_type == ET_REL)) { in sym_promote()
412 if (ifl->ifl_ehdr->e_type == ET_REL) { in sym_override()
567 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind != STB_WEAK) && in sym_tworeals()
632 } else if ((nfile == ET_REL) && ((ofile == ET_DYN) || in sym_tworeals()
681 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind == nbind) && in sym_realtent()
748 if (((ofile == ET_REL) && (nfile == ET_REL) in sym_realtent()
[all...]
H A Dsyms.c414 if ((etype == ET_REL) && (sdp->sd_isc == NULL)) { in ld_sym_enter()
439 if ((etype == ET_NONE) || (etype == ET_REL)) { in ld_sym_enter()
524 if ((etype == ET_REL) && in ld_sym_enter()
581 } else if (etype == ET_REL) { in ld_sym_enter()
2022 etype_rel = (etype == ET_REL); in ld_sym_process()
2344 if ((etype == ET_REL) && (ifl->ifl_flags & FLG_IF_OTOSCAP)) in ld_sym_process()
3064 ifl->ifl_ehdr->e_type = ET_REL; in ld_sym_add_u()
H A Dfiles.c255 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()
2315 * Process a progbits section from a relocatable object (ET_REL).
2474 /* ET_REL ET_DYN */
2500 /* ET_REL ET_DYN */
2780 * column == ET_REL in process_elf()
3007 if (capinfoisp && (ifl->ifl_ehdr->e_type == ET_REL) in process_elf()
[all...]
H A Dldmain.c306 etype = ET_REL; in ld_main()
H A Dversion.c635 if (ifl->ifl_ehdr->e_type == ET_REL) in ld_vers_def_process()
H A Dmap_support.c180 ifl->ifl_ehdr->e_type = ET_REL; in ld_map_ifl()
H A DREADME.XLINK37 calls dlopen() on a relocatable object (ET_REL).
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h8 #define ET_REL 1 /* Relocatable file */ macro
/titanic_51/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c488 case ET_REL: in obj_elf_hdr()
568 /* e_type == ET_REL meaning Relocatable file */ in obj_prog_hdr()
569 if (c->obj->ehdr->e_type == ET_REL) in obj_prog_hdr()
793 if (c->obj->ehdr->e_type == ET_REL) { in obj_app_symtab()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_disasm.c314 /* check for ELF ET_REL type; turn on NOIMMSYM if so */ in libdisasm_ins2str()
319 leh.e_type == ET_REL) { in libdisasm_ins2str()
H A Dmdb_gelf.c85 npbit++; /* Keep count for ET_REL code below */ in gelf_sect_init()
89 * If the file is of type ET_REL, we would still like to provide file in gelf_sect_init()
100 if (gf->gf_ehdr.e_type == ET_REL && npbit != 0) { in gelf_sect_init()
976 if (gst->gst_ehdr->e_type == ET_REL && gst->gst_file != NULL) { in gelf32_symtab_init()
1073 if (gst->gst_ehdr->e_type == ET_REL && gst->gst_file != NULL) { in gelf64_symtab_init()
/titanic_51/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c280 ehdr->e_type = ET_REL; in output()
/titanic_51/usr/src/cmd/sgs/ldd/common/
H A Dldd.c465 (ehdr.e_type != ET_REL)) { in elf_check()
/titanic_51/usr/src/cmd/dis/
H A Ddis_main.c588 * If ET_REL (.o), printing immediate symbols is likely to in dis_file()
593 if (ehdr.e_type == ET_REL) in dis_file()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h135 #define ET_REL 1 macro
/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c121 hdr->e_type != ET_REL) { in __elfN()
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h189 #define ET_REL 1 /* Relocatable. */ macro
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.msg461 @ MSG_ET_REL_CF "ET_REL" # 2
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_link.c487 elf_file.ehdr.e_type = ET_REL; in dump_elf32()
624 elf_file.ehdr.e_type = ET_REL; in dump_elf64()
/titanic_51/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c483 if (ehdr->e_type == ET_REL) { in sections()
697 (ehdr->e_type != ET_REL)) { in unwind_eh_frame()
1255 * section for non-ET_REL files, we subtract the in output_symbol()
1262 if (state->ehdr->e_type != ET_REL) in output_symbol()
4225 if (ehdr->e_type == ET_REL) { in got()
4841 * any program headers (i.e. ET_REL), then we can't do it. in regular()
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1806 * The only ELF files we can handle are ET_EXEC, ET_DYN, and ET_REL. in load_file()
1808 * ET_REL must be processed by ld(1) to create an in-memory ET_DYN. in load_file()
1813 if (ehdr && (ehdr->e_type == ET_REL)) { in load_file()
1858 if (ehdr && (ehdr->e_type == ET_REL)) in load_file()
H A Delf.c266 if ((ehdr->e_type != ET_REL) && (ehdr->e_type != ET_EXEC) && in elf_verify()
/titanic_51/usr/src/cmd/file/
H A Dfile.c962 case ET_REL: in print_elf_type()
/titanic_51/usr/src/uts/common/os/
H A Dmmapobj.c1945 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()
/titanic_51/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README1297 6684577 ld should propagate SHF_LINK_ORDER flag to ET_REL objects
1586 6929607 ld generates incorrect VERDEF entries for ET_REL output objects

12