Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dhash.h102 NULL, notes_calloc, NULL); in str_htab_create()
H A Dsymbols.h39 extern void *notes_calloc (size_t, size_t);
H A Dmacro.c76 macro_del_f, notes_calloc, NULL); in macro_init()
H A Dsymbols.c258 notes_calloc (size_t n, size_t size) in notes_calloc() function
H A Dread.c3185 fragS *dummy_frag = notes_calloc (1, sizeof (*dummy_frag)); in assign_symbol()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c2901 free_section_idx, notes_calloc, NULL); in elf_adjust_symtab()
H A Dtc-nds32.c4288 relocs = notes_calloc (1, sizeof (*relocs)); in nds32_relax_hint()
4295 relocs->next = notes_calloc (1, sizeof (*relocs)); in nds32_relax_hint()
H A Dtc-alpha.c597 info = notes_calloc (sizeof (struct alpha_reloc_tag) + len, 1); in get_alpha_reloc_tag()
H A Dtc-ia64.c4665 *drpp = notes_calloc (1, sizeof (**drpp)); in dot_rot()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git113842 gas: use notes_calloc in string hash
113843 Using notes_calloc means all of the string hash table memory should
113855 * as.h: Reorder hash.h after symbols.h for notes_calloc decl.
113856 * hash.h (str_htab_create): Use notes_calloc. Do not free.
113868 switch over the str_hash allocation to notes_calloc, which is why I
114033 * read.c (assign_symbol): Use notes_calloc for dummy_frag.
114101 * symbols.h (notes_alloc, notes_calloc, notes_memdup),
114103 * symbols.c (notes_alloc, notes_calloc, notes_memdup),