Searched refs:ba_cache (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | readelf.c | 20835 } ba_cache; variable 20852 && (ba_cache.filedata == NULL || filedata != ba_cache.filedata)) in get_symbol_for_build_attribute() 20856 free (ba_cache.strtab); in get_symbol_for_build_attribute() 20857 ba_cache.strtab = NULL; in get_symbol_for_build_attribute() 20858 free (ba_cache.symtab); in get_symbol_for_build_attribute() 20859 ba_cache.symtab = NULL; in get_symbol_for_build_attribute() 20868 &ba_cache.symtab, &ba_cache.nsyms, in get_symbol_for_build_attribute() 20869 &ba_cache.strtab, &ba_cache.strtablen)) in get_symbol_for_build_attribute() 20872 ba_cache.filedata = filedata; in get_symbol_for_build_attribute() 20875 if (ba_cache.symtab == NULL) in get_symbol_for_build_attribute() [all …]
|
H A D | ChangeLog-2020 | 1665 * readelf.c (process_file): Clean ba_cache. 1695 (ba_cache): New, replacing .. 1699 (process_file): Free ba_cache symtab and strtab here, resetting 1700 ba_cache.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | readelf.c | 21611 } ba_cache; variable 21628 && (ba_cache.filedata == NULL || filedata != ba_cache.filedata)) in get_symbol_for_build_attribute() 21632 free (ba_cache.strtab); in get_symbol_for_build_attribute() 21633 ba_cache.strtab = NULL; in get_symbol_for_build_attribute() 21634 free (ba_cache.symtab); in get_symbol_for_build_attribute() 21635 ba_cache.symtab = NULL; in get_symbol_for_build_attribute() 21644 &ba_cache.symtab, &ba_cache.nsyms, in get_symbol_for_build_attribute() 21645 &ba_cache.strtab, &ba_cache.strtablen)) in get_symbol_for_build_attribute() 21648 ba_cache.filedata = filedata; in get_symbol_for_build_attribute() 21651 if (ba_cache.symtab == NULL) in get_symbol_for_build_attribute() [all …]
|
H A D | ChangeLog-2020 | 1665 * readelf.c (process_file): Clean ba_cache. 1695 (ba_cache): New, replacing .. 1699 (process_file): Free ba_cache symtab and strtab here, resetting 1700 ba_cache.
|