Home
last modified time | relevance | path

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

/external/honggfuzz/linux/
Dbfd.c72 int storage_needed = bfd_get_symtab_upper_bound(bfdParams->bfdh); in arch_bfdInit() local
73 if (storage_needed <= 0) { in arch_bfdInit()
74 LOG_E("bfd_get_symtab_upper_bound() returned '%d'", storage_needed); in arch_bfdInit()
78 bfdParams->syms = (asymbol**)util_Malloc(storage_needed); in arch_bfdInit()