Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDarchive.c46 #define _INIT_SYMOFF_CAP (256*(sizeof(uint32_t))) /* initial so table size */ macro
149 if ((ecp->s_so = malloc(_INIT_SYMOFF_CAP)) == NULL) in add_to_ar_sym_table()
151 ecp->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()
/freebsd-11-stable/contrib/elftoolchain/ar/
HDwrite.c48 #define _INIT_SYMOFF_CAP (256*(sizeof(uint32_t))) /* initial so table size */ macro
949 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()
/freebsd-11-stable/usr.bin/ar/
HDwrite.c53 #define _INIT_SYMOFF_CAP (256*(sizeof(uint64_t))) /* initial so table size */ macro
914 if ((bsdar->s_so = malloc(_INIT_SYMOFF_CAP)) == in add_to_ar_sym_table()
917 bsdar->s_so_cap = _INIT_SYMOFF_CAP; in add_to_ar_sym_table()