Searched refs:kind (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | pico-onexit.c | 47 int kind; member 53 _on_exit(int kind, union on_exit_func func, void *arg) in _on_exit() argument 59 if (on_exits[o].kind == PICO_ONEXIT_EMPTY) { in _on_exit() 62 on_exits[o].kind = kind; in _on_exit() 85 int kind = PICO_ONEXIT_EMPTY; in __call_exitprocs() local 90 kind = on_exits[i].kind; in __call_exitprocs() 91 if (kind != PICO_ONEXIT_EMPTY) { in __call_exitprocs() 99 switch (kind) { in __call_exitprocs()
|
D | pico-onexit.h | 48 _on_exit(int kind, union on_exit_func func, void *arg);
|
/picolibc-latest/ |
D | CONTRIBUTING.md | 4 documentation, issue reports, or just kind words. 95 Please help make picolibc a kind and welcoming environment by following
|
D | meson.build | 1611 # any kind of semihosting support, enough to run general
|
D | COPYING.picolibc | 6153 of any kind. I shall in no event be liable for anything that happens
|
/picolibc-latest/newlib/libc/include/sys/ |
D | cdefs.h | 715 #define __datatype_type_tag(kind, type) \ argument 716 __attribute__((__type_tag_for_datatype__(kind, type))) 719 #define __datatype_type_tag(kind, type) argument
|
/picolibc-latest/doc/ |
D | tls.md | 9 numerous other examples of this kind of state.
|
/picolibc-latest/hello-world/ |
D | README.md | 63 another kind for read-write data. However, the linker script has no
|
/picolibc-latest/newlib/ |
D | HOWTO | 48 For an example of this kind of usage, see libm/common/s_logb.c.
|
D | ChangeLog-2015 | 22927 to select which kind of debug monitor is in use for an ARM target.
|
/picolibc-latest/newlib/libc/include/ |
D | elf.h | 1427 unsigned char kind; member
|