/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | resolve.c | 158 (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() 792 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) && in sym_realtent() 797 if ((ofile == ET_DYN) && (nfile == ET_REL) && (ntent == TRUE) && in sym_realtent() 979 if (nfile == ET_REL) { [all …]
|
H A D | syms.c | 452 if ((etype == ET_REL) && (sdp->sd_isc == NULL)) { in ld_sym_enter() 477 if ((etype == ET_NONE) || (etype == ET_REL)) { in ld_sym_enter() 562 if ((etype == ET_REL) && in ld_sym_enter() 619 } else if (etype == ET_REL) { in ld_sym_enter() 2158 if ((etype == ET_REL) && (local != 0)) { in ld_sym_process() 2354 if (etype == ET_REL) { in ld_sym_process() 2396 if ((etype == ET_REL) && is_gcc_localalias(sdp)) in ld_sym_process() 2494 if ((etype == ET_REL) && (ifl->ifl_flags & FLG_IF_OTOSCAP)) in ld_sym_process() 2877 if ((etype == ET_REL) && (sdp->sd_file == ifl)) { in ld_sym_process() 3246 ifl->ifl_ehdr->e_type = ET_REL; in ld_sym_add_u()
|
H A D | files.c | 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() 3049 if (capinfoisp && (ifl->ifl_ehdr->e_type == ET_REL) && in process_elf() 3264 if (ehdr->e_type == ET_REL) in ld_process_ifl() 3342 case ET_REL: in ld_process_ifl()
|
H A D | ldmain.c | 307 etype = ET_REL; in ld_main()
|
H A D | version.c | 635 if (ifl->ifl_ehdr->e_type == ET_REL) in ld_vers_def_process()
|
H A D | map_support.c | 179 ifl->ifl_ehdr->e_type = ET_REL; in ld_map_ifl()
|
H A D | README.XLINK | 37 calls dlopen() on a relocatable object (ET_REL).
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_elf_defines.h | 168 #ifndef ET_REL 169 #define ET_REL 1 macro
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 8 #define ET_REL 1 /* Relocatable file */ macro
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 488 case ET_REL: in obj_elf_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()
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 279 ehdr->e_type = ET_REL; in output()
|
/illumos-gate/usr/src/cmd/sgs/ldd/common/ |
H A D | ldd.c | 443 (ehdr.e_type != ET_REL)) { in elf_check()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_disasm.c | 318 leh.e_type == ET_REL) { in libdisasm_ins2str()
|
H A D | mdb_gelf.c | 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()
|
/illumos-gate/usr/src/cmd/dis/ |
H A D | dis_main.c | 581 if (ehdr.e_type == ET_REL) in dis_file()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 136 #define ET_REL 1 macro
|
/illumos-gate/usr/src/boot/common/ |
H A D | load_elf_obj.c | 121 hdr->e_type != ET_REL) { in __elfN()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 189 #define ET_REL 1 /* Relocatable. */ macro
|
/illumos-gate/usr/src/tools/find_elf/ |
H A D | find_elf.c | 420 case ET_REL: in print_entry()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 487 elf_file.ehdr.e_type = ET_REL; in dump_elf32() 624 elf_file.ehdr.e_type = ET_REL; in dump_elf64()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.msg | 461 @ MSG_ET_REL_CF "ET_REL" # 2
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 489 if (ehdr->e_type == ET_REL) { in sections() 711 (ehdr->e_type != ET_REL)) { in unwind_eh_frame() 1327 if (state->ehdr->e_type != ET_REL) in output_symbol() 3156 if ((pt_dynamic == NULL) && (ehdr->e_type != ET_REL)) { in dynamic() 4378 if (ehdr->e_type == ET_REL) { in got()
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 1803 if (ehdr && (ehdr->e_type == ET_REL)) { in load_file() 1848 if (ehdr && (ehdr->e_type == ET_REL)) in load_file()
|
/illumos-gate/usr/src/cmd/file/ |
H A D | file.c | 965 case ET_REL: in print_elf_type()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | mmapobj.c | 1955 if (ehdrp->e_type == ET_REL || ehdrp->e_type == ET_CORE) { in doelfwork()
|