Searched refs:SHT_PREINIT_ARRAY (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | sections.msg | 90 @ MSG_SHT_PREINIT_ARRAY "[ SHT_PREINIT_ARRAY ]" # 16 92 @ MSG_SHT_PREINIT_ARRAY_CF "SHT_PREINIT_ARRAY"
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 575 #define SHT_PREINIT_ARRAY 16 macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 392 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | sections.c | 552 case SHT_PREINIT_ARRAY: in new_section() 854 if ((ofl->ofl_ospreinitarray == NULL) && (shtype == SHT_PREINIT_ARRAY)) in make_array() 3148 if (make_array(ofl, SHT_PREINIT_ARRAY, MSG_ORIG(MSG_SCN_PREINITARRAY), in ld_make_sections()
|
H A D | files.c | 1671 else if ((shdr->sh_type == SHT_PREINIT_ARRAY) && in array_process() 2492 /* SHT_PREINIT_ARRAY */ process_array, NULL, 2518 /* SHT_PREINIT_ARRAY */ array_process, NULL,
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | setup.c | 1211 SHT_PREINIT_ARRAY); in setup()
|
/titanic_51/usr/src/cmd/sgs/elfdump/common/ |
H A D | fake_shdr.c | 255 { MSG_ORIG(MSG_PHDRNAM_PREINITARR), SHT_PREINIT_ARRAY, SHF_ALLOC,
|
H A D | elfdump.c | 3015 GRAB(SHT_PREINIT_ARRAY, preinit_array); in dynamic() 3272 TEST_ADDR(SHT_PREINIT_ARRAY, preinit_array); in dynamic() 3276 TEST_SIZE(SHT_PREINIT_ARRAY, preinit_array); in dynamic()
|