/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf-strtab.c | 52 bfd_size_type alloced; member 111 table->alloced = 64; in _bfd_elf_strtab_init() 113 table->array = bfd_malloc (table->alloced * amt); in _bfd_elf_strtab_init() 163 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 166 tab->alloced *= 2; in _bfd_elf_strtab_add() 167 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
H A D | ChangeLog-0001 | 756 relocations in non-alloced sections against global symbols 3700 Only create .rela section for alloced sections in shared libraries.
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf-strtab.c | 52 bfd_size_type alloced; member 110 table->alloced = 64; in _bfd_elf_strtab_init() 112 table->array = bfd_malloc (table->alloced * amt); in _bfd_elf_strtab_init() 162 if (tab->size == tab->alloced) in _bfd_elf_strtab_add() 165 tab->alloced *= 2; in _bfd_elf_strtab_add() 166 tab->array = bfd_realloc (tab->array, tab->alloced * amt); in _bfd_elf_strtab_add()
|
H A D | elf-eh-frame.c | 281 sec_info->alloced = 100; in _bfd_elf_discard_section_eh_frame() 306 if (sec_info->count == sec_info->alloced) in _bfd_elf_discard_section_eh_frame() 310 + (sec_info->alloced + 99) in _bfd_elf_discard_section_eh_frame() 315 memset (&sec_info->entry[sec_info->alloced], 0, in _bfd_elf_discard_section_eh_frame() 317 sec_info->alloced += 100; in _bfd_elf_discard_section_eh_frame()
|
H A D | elf-bfd.h | 291 unsigned int alloced; member
|
H A D | ChangeLog-0001 | 756 relocations in non-alloced sections against global symbols 3700 Only create .rela section for alloced sections in shared libraries.
|
/openbsd/gnu/lib/libiberty/src/testsuite/ |
H A D | test-demangle.c | 34 size_t alloced; member 49 size_t alloc = buf->alloced; 82 buf->alloced = alloc;
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | darwin-crt3.c | 491 struct one_atexit_routine *alloced; in atexit_common() local 498 alloced = malloc (sizeof (struct one_atexit_routine)); in atexit_common() 499 if (! alloced) in atexit_common() 501 *alloced = *r; in atexit_common() 502 return cxa_atexit (cxa_atexit_wrapper, alloced, dso); in atexit_common()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | interps.c | 419 int alloced = 0; in interpreter_completer() local 428 ++alloced; in interpreter_completer() 429 matches = (char **) xmalloc (alloced * sizeof (char *)); in interpreter_completer() 462 else if (num_matches < alloced) in interpreter_completer()
|
/openbsd/gnu/usr.bin/perl/plan9/ |
H A D | 9front.patch | 35 U8 offset; /* Size of unalloced ghost fields to first alloced field*/
|
/openbsd/usr.sbin/unbound/dnstap/ |
H A D | dnstap.c | 75 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; in dt_pack() 76 sbuf.data = malloc(sbuf.alloced); in dt_pack()
|
/openbsd/usr.sbin/nsd/dnstap/ |
H A D | dnstap.c | 83 sbuf.alloced = DNSTAP_INITIAL_BUF_SIZE; in dt_pack() 84 sbuf.data = malloc(sbuf.alloced); in dt_pack()
|
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decNumber.c | 2245 Flag alloced = 0; /* set non-0 if any allocations */ in decAddOp() local 2267 alloced = 1; in decAddOp() 2275 alloced = 1; in decAddOp() 2525 alloced = 1; in decAddOp() 2626 if (alloced) in decAddOp()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | parser.c | 9182 unsigned alloced = 10; in cp_parser_template_argument_list() local 9209 if (n_args == alloced) in cp_parser_template_argument_list() 9211 alloced *= 2; in cp_parser_template_argument_list() 9215 arg_ary = XNEWVEC (tree, alloced); in cp_parser_template_argument_list() 9219 arg_ary = XRESIZEVEC (tree, arg_ary, alloced); in cp_parser_template_argument_list()
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp.c | 596 bool alloced = FALSE; in S_concat_pat() local 603 alloced = TRUE; in S_concat_pat() 814 if (alloced) in S_concat_pat()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | ChangeLog-0203 | 494 (dlltmp): Pass address of pointer being alloced or suffer neverending
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | ChangeLog-0203 | 494 (dlltmp): Pass address of pointer being alloced or suffer neverending
|
/openbsd/gnu/usr.bin/binutils/gprof/ |
H A D | ChangeLog-9203 | 1188 * cg_arcs.c (arc_add): memset() newly alloced arc to ensure
|
/openbsd/gnu/usr.bin/binutils-2.17/gprof/ |
H A D | ChangeLog-9203 | 1188 * cg_arcs.c (arc_add): memset() newly alloced arc to ensure
|
/openbsd/usr.sbin/nsd/doc/ |
H A D | ChangeLog | 4377 so the regions alloced for tsig take up about 60 + 4*8 bytes.
|
/openbsd/usr.sbin/unbound/doc/ |
H A D | Changelog | 11258 - caught bad free of un-alloced data in worker_send error case.
|