Home
last modified time | relevance | path

Searched refs:ld_sym_validate (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/cmd/sgs/include/
H A Dlibld.h1527 #define ld_sym_validate ld64_sym_validate macro
1542 #define ld_sym_validate ld32_sym_validate macro
1562 extern uintptr_t ld_sym_validate(Ofl_desc *);
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dldmain.c348 * the upcoming call to ld_sym_validate() in order to issue the in ld_main()
355 if (ld_sym_validate(ofl) == S_ERROR) in ld_main()
375 * ld_sym_validate() will mask this guidance message out unless we are in ld_main()
H A Dsyms.c1148 ld_sym_validate(Ofl_desc *ofl) in ld_sym_validate() function
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Dobject.c256 if (ld_sym_validate(ofl) == S_ERROR) in elf_obj_fini()