Lines Matching refs:BFD_ASSERT
151 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_add()
163 BFD_ASSERT (entry->len > 0); in _bfd_elf_strtab_add()
184 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_addref()
185 BFD_ASSERT (idx < tab->size); in _bfd_elf_strtab_addref()
194 BFD_ASSERT (tab->sec_size == 0); in _bfd_elf_strtab_delref()
195 BFD_ASSERT (idx < tab->size); in _bfd_elf_strtab_delref()
196 BFD_ASSERT (tab->array[idx]->refcount > 0); in _bfd_elf_strtab_delref()
222 BFD_ASSERT (idx < tab->size); in _bfd_elf_strtab_offset()
223 BFD_ASSERT (tab->sec_size); in _bfd_elf_strtab_offset()
225 BFD_ASSERT (entry->refcount > 0); in _bfd_elf_strtab_offset()
243 BFD_ASSERT (tab->array[i]->refcount == 0); in _bfd_elf_strtab_emit()
255 BFD_ASSERT (off == tab->sec_size); in _bfd_elf_strtab_emit()