Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachrel.intel.c241 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
753 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1167 else if (flags & FLG_REL_NOINFO) in ld_add_outrel()
H A Dmachrel.amd.c300 (FLG_REL_GOT | FLG_REL_BSS | FLG_REL_PLT | FLG_REL_NOINFO)) == 0) && in ld_perform_outreloc()
781 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1181 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()
1075 FLG_REL_PLT | FLG_REL_NOINFO)) == 0)) { in ld_do_activerelocs()
1494 else if (flags & FLG_REL_NOINFO) in ld_add_outrel()
H A Drelocate.c2164 flags |= FLG_REL_NOINFO; in reloc_section()
H A Dsections.c371 FLG_REL_NOINFO | FLG_REL_PLT)) in ignore_section_processing()
/titanic_50/usr/src/cmd/sgs/include/
H A Dlibld.h746 #define FLG_REL_NOINFO 0x00000200 /* Relocation comes from a section */ macro