Home
last modified time | relevance | path

Searched refs:MAC_CONSTRUCTOR_NAME (Results 1 – 3 of 3) sorted by relevance

/dports/devel/objconv/objconv-2.52/source/
H A Dmacho.h783 #define MAC_CONSTRUCTOR_NAME "__mod_init_func" // Name of constructors section macro
H A Delf2mac.cpp872 strcpy(NewHeader.sectname, MAC_CONSTRUCTOR_NAME); in MakeSections()
H A Dmac2elf.cpp240 if (strcmp(SecName, MAC_CONSTRUCTOR_NAME) == 0) { in MakeSegments()