Searched refs:notes_calloc (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | hash.h | 102 NULL, notes_calloc, NULL); in str_htab_create()
|
H A D | symbols.h | 39 extern void *notes_calloc (size_t, size_t);
|
H A D | macro.c | 76 macro_del_f, notes_calloc, NULL); in macro_init()
|
H A D | symbols.c | 258 notes_calloc (size_t n, size_t size) in notes_calloc() function
|
H A D | read.c | 3185 fragS *dummy_frag = notes_calloc (1, sizeof (*dummy_frag)); in assign_symbol()
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | obj-elf.c | 2901 free_section_idx, notes_calloc, NULL); in elf_adjust_symtab()
|
H A D | tc-nds32.c | 4288 relocs = notes_calloc (1, sizeof (*relocs)); in nds32_relax_hint() 4295 relocs->next = notes_calloc (1, sizeof (*relocs)); in nds32_relax_hint()
|
H A D | tc-alpha.c | 597 info = notes_calloc (sizeof (struct alpha_reloc_tag) + len, 1); in get_alpha_reloc_tag()
|
H A D | tc-ia64.c | 4665 *drpp = notes_calloc (1, sizeof (**drpp)); in dot_rot()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 113842 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),
|