Searched refs:SHT_FINI_ARRAY (Results 1 – 9 of 9) sorted by relevance
/titanic_52/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 86 @ MSG_SHT_FINI_ARRAY "[ SHT_FINI_ARRAY ]" # 15 88 @ MSG_SHT_FINI_ARRAY_CF "SHT_FINI_ARRAY"
|
/titanic_52/usr/src/cmd/sgs/liblddbg/common/ |
H A D | util.c | 137 else if (shtype == SHT_FINI_ARRAY) in Dbg_util_call_array()
|
/titanic_52/usr/src/uts/common/sys/ |
H A D | elf.h | 574 #define SHT_FINI_ARRAY 15 macro
|
/titanic_52/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 391 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
/titanic_52/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 551 case SHT_FINI_ARRAY: in new_section() 856 else if ((ofl->ofl_osfiniarray == NULL) && (shtype == SHT_FINI_ARRAY)) in make_array() 3144 if (make_array(ofl, SHT_FINI_ARRAY, MSG_ORIG(MSG_SCN_FINIARRAY), in ld_make_sections()
|
H A D | files.c | 1665 if ((shdr->sh_type == SHT_FINI_ARRAY) && in array_process() 2491 /* SHT_FINI_ARRAY */ process_array, NULL, 2517 /* SHT_FINI_ARRAY */ array_process, NULL,
|
/titanic_52/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 263 { MSG_ORIG(MSG_PHDRNAM_FINIARR), SHT_FINI_ARRAY, SHF_ALLOC,
|
H A D | elfdump.c | 3011 GRAB(SHT_FINI_ARRAY, fini_array); in dynamic() 3233 TEST_ADDR(SHT_FINI_ARRAY, fini_array); in dynamic() 3237 TEST_SIZE(SHT_FINI_ARRAY, fini_array); in dynamic()
|
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | util.c | 668 if (shtype == SHT_FINI_ARRAY) { in call_array() 818 SHT_FINI_ARRAY); in call_fini()
|