Home
last modified time | relevance | path

Searched defs:info (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/search/
Dndbm.c64 HASHINFO info; in dbm_open() local
Dhash.c102 const HASHINFO *info) /* Special directives for create */
308 const HASHINFO *info)
/picolibc-latest/test/
Dmalloc_stress.c136 struct mallinfo info = mallinfo(); in check_malloc() local
/picolibc-latest/newlib/libc/include/
Delf.h1093 #define ELF32_M_SYM(info) ((info) >> 8) argument
1094 #define ELF32_M_SIZE(info) ((unsigned char) (info)) argument
1097 #define ELF64_M_SYM(info) ELF32_M_SYM (info) argument
1098 #define ELF64_M_SIZE(info) ELF32_M_SIZE (info) argument
1432 Elf32_Word info; member