Searched refs:init (Results 1 – 18 of 18) sorted by relevance
69 void *(*init) ( member172 void *(*init) ( member
91 if (to_ucs_bices->handlers->init != NULL) in ucs_based_conversion_open()93 uc->to_ucs.data = to_ucs_bices->handlers->init (from); in ucs_based_conversion_open()102 if (from_ucs_bices->handlers->init != NULL) in ucs_based_conversion_open()104 uc->from_ucs.data = from_ucs_bices->handlers->init (to); in ucs_based_conversion_open()
69 return _iconv_from_ucs_ces_handlers_table.init (encoding); in table_pcs_from_ucs_init()113 return _iconv_to_ucs_ces_handlers_table.init (encoding); in table_pcs_to_ucs_init()
148 data->data[i] = _iconv_from_ucs_ces_handlers_table.init ( in euc_from_ucs_init()303 data->data[i] = _iconv_to_ucs_ces_handlers_table.init ( in euc_to_ucs_init()
37 .section .text.init.enter
66 .init : {67 KEEP (*(.text.init.enter))68 KEEP (*(.data.init.enter))69 KEEP (*(SORT_BY_NAME(.init) SORT_BY_NAME(.init.*)))
56 $objcopy --update-section .init="$one_bin" --remove-section=.text --remove-section=.sfpr --remove-s…
14 3) Functions listed in the init array20 called before the init array contents are evaluated.
16 the data as required. Checkout the [Initializers in Picolibc](init.md) document100 * `.text.init.enter`101 * `.data.init.enter`102 * `.init`, `.init.*`
79 [initializers/constructors](init.md) using `__libc_init_array()`
61 .init : {62 KEEP (*(.text.init.enter))63 KEEP (*(.data.init.enter))64 KEEP (*(SORT_BY_NAME(.init) SORT_BY_NAME(.init.*)))
129 * [Picolibc initialization](doc/init.md)690 control over the layout of .preserve, .init and .fini regions.
2621 doc/init.md3711 Files: newlib/libc/misc/init.c
43 .section .text.init.enter
39 init.c
39 'init.c',
4792 * libc/misc/init.c (_fini): Remove.6467 * libc/misc/init.c (__libc_fini_array): Process fini_array in13118 * libc/misc/Makefile.am: Add init.c13120 * libc/misc/init.c: New file.13121 * libc/sys/arm/crt0.S: Call __libc_{init,fini}_array instead of15269 * libc/sys/linux/dl/dl-init.c: Ditto.25875 * configure.in (target_cflags): Move init.