Home
last modified time | relevance | path

Searched refs:FLG_RT_FIXED (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c269 if (!(FLAGS(nlmp) & FLG_RT_FIXED) && in elf_bndr()
290 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in elf_bndr()
439 if (!(FLAGS(lmp) & FLG_RT_FIXED) && in elf_reloc()
489 (FLAGS(lmp) & FLG_RT_FIXED)) in elf_reloc()
508 ((FLAGS(lmp) & FLG_RT_FIXED) == 0) && (DBG_ENABLED == 0)) { in elf_reloc()
528 if (!(FLAGS(lmp) & FLG_RT_FIXED)) { in elf_reloc()
742 if (!(FLAGS(_lmp) & FLG_RT_FIXED) && in elf_reloc()
959 if (!(FLAGS(rlmp) & FLG_RT_FIXED)) in _elf_copy_reloc()
962 if (!(FLAGS(sr.sr_dmap) & FLG_RT_FIXED)) in _elf_copy_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c290 if (!(FLAGS(nlmp) & FLG_RT_FIXED) && in elf_bndr()
311 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in elf_bndr()
461 if (!(FLAGS(lmp) & FLG_RT_FIXED) && in elf_reloc()
511 (FLAGS(lmp) & FLG_RT_FIXED)) in elf_reloc()
530 ((FLAGS(lmp) & FLG_RT_FIXED) == 0) && (DBG_ENABLED == 0)) { in elf_reloc()
550 if (!(FLAGS(lmp) & FLG_RT_FIXED)) { in elf_reloc()
766 if (!(FLAGS(_lmp) & FLG_RT_FIXED) && in elf_reloc()
H A Ddlamd64getunwind.c90 if (FLAGS(lmp) & FLG_RT_FIXED) in getunwind_core()
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c441 if (!(FLAGS(nlmp) & FLG_RT_FIXED) && in elf_bndr()
461 if (FLAGS(lmp) & FLG_RT_FIXED) in elf_bndr()
659 ((FLAGS(lmp) & FLG_RT_FIXED) == 0) && (DBG_ENABLED == 0)) { in elf_reloc()
697 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in elf_reloc()
896 if (!(FLAGS(_lmp) & FLG_RT_FIXED) && in elf_reloc()
1039 if (FLAGS(lmp) & FLG_RT_FIXED) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c582 if (!(FLAGS(nlmp) & FLG_RT_FIXED) && in elf_bndr()
603 if (FLAGS(lmp) & FLG_RT_FIXED) in elf_bndr()
889 ((FLAGS(lmp) & FLG_RT_FIXED) == 0) && (DBG_ENABLED == 0)) { in elf_reloc()
927 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in elf_reloc()
1125 if (!(FLAGS(_lmp) & FLG_RT_FIXED) && in elf_reloc()
1272 if (FLAGS(lmp) & FLG_RT_FIXED) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dtls.c140 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in tls_modaddrem()
319 if (!(FLAGS(lmp) & FLG_RT_FIXED)) { in tls_statmod()
H A Dmove.c113 if ((FLAGS(lmp) & FLG_RT_FIXED) == 0) in move_data()
H A Delf.c465 if ((FLAGS(lmp) & FLG_RT_FIXED) == 0) in elf_entry_point()
1719 FLAGS(lmp) |= FLG_RT_FIXED;
2507 if (FLAGS(lmp) & FLG_RT_FIXED)
H A Ddlfcns.c1383 if (!(FLAGS(*dlmp) & FLG_RT_FIXED)) in dlsym_core()
1696 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in dldump_core()
H A Danalyze.c243 if ((FLAGS(dlmp) & FLG_RT_FIXED) == 0) in are_bits_zero()
402 if ((FLAGS(nlmp) & FLG_RT_FIXED) && (nlmp == LIST(nlmp)->lm_head) && in _relocate_lmc()
H A Daudit.c1338 if (!(FLAGS(lmp) & FLG_RT_FIXED)) in audit_symget()
H A Dutil.c3588 if (!(FLAGS(dlmp) & FLG_RT_FIXED)) in set_environ()
/illumos-gate/usr/src/cmd/sgs/librtld/i386/
H A D_relocate.c126 if (FLAGS(lmp) & FLG_RT_FIXED) in apply_reloc()
/illumos-gate/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c124 if (FLAGS(lmp) & FLG_RT_FIXED) in apply_reloc()
/illumos-gate/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c124 if (FLAGS(lmp) & FLG_RT_FIXED) in apply_reloc()
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c134 if (FLAGS(lmp) & FLG_RT_FIXED) in apply_reloc()
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c389 if ((!(FLAGS(_lmp) & FLG_RT_FIXED)) && in count_reloc()
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h832 #define FLG_RT_FIXED 0x00001000 /* image location is fixed */ macro
/illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.c59 { MSG_ORIG(MSG_FLG_FIXED), FLG_RT_FIXED, FLG_RT_FIXED},