Searched refs:_INIT_SYMOFF_CAP (Results 1 – 3 of 3) sorted by relevance
46 #define _INIT_SYMOFF_CAP (256*(sizeof(uint32_t))) /* initial so table size */ macro164 if ((ecp->s_so = malloc(_INIT_SYMOFF_CAP)) == NULL) in add_to_ar_sym_table()166 ecp->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
51 #define _INIT_SYMOFF_CAP (256*(sizeof(uint64_t))) /* initial so table size */ macro876 if ((bsdar->s_so = malloc(_INIT_SYMOFF_CAP)) == in add_to_ar_sym_table()879 bsdar->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
48 #define _INIT_SYMOFF_CAP (256*(sizeof(uint32_t))) /* initial so table size */ macro949 if ((bsdar->s_so = malloc(_INIT_SYMOFF_CAP)) == in add_to_ar_sym_table()952 bsdar->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()