Searched defs:ctors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dload_elf.c312 Elf_Addr ctors; local
501 * Get the section headers. We need this for finding the .ctors
519 * Read the section string table and look for the .ctors section.
521 * ctors.
528 if (strcmp(shstr + shdr[i].sh_name, ".ctors") != 0)
530 ctors = shdr[i].sh_addr;
531 file_addmetadata(fp, MODINFOMD_CTORS_ADDR, sizeof(ctors),
532 &ctors);

Completed in 61 milliseconds