Home
last modified time | relevance | path

Searched refs:FLG_REL_NOINFO (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.amd.c300 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
795 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1208 else if (flags & FLG_REL_NOINFO) in ld_add_outrel()
H A Dmachrel.intel.c241 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
782 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1209 else if (flags & FLG_REL_NOINFO) in ld_add_outrel()
H A Dmachrel.sparc.c630 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
1095 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1528 else if (flags & FLG_REL_NOINFO) in ld_add_outrel()
H A Drelocate.c2164 flags |= FLG_REL_NOINFO; in reloc_section()
H A Dsections.c374 FLG_REL_NOINFO | FLG_REL_PLT)) in ignore_section_processing()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h755 #define FLG_REL_NOINFO 0x00000200 /* Relocation comes from a section */ macro