Searched refs:sbuff (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.sbin/makemandb/ |
H A D | makemandb.c | 97 static void append(secbuff *sbuff, const char *src); 2054 append(secbuff *sbuff, const char *src) in append() argument 2064 if (sbuff->data == NULL) { in append() 2065 sbuff->data = emalloc(sbuff->buflen); in append() 2066 sbuff->offset = 0; in append() 2069 newlen = sbuff->offset + srclen + 2; in append() 2070 if (newlen >= sbuff->buflen) { in append() 2071 while (sbuff->buflen < newlen) in append() 2072 sbuff->buflen += sbuff->buflen; in append() 2073 sbuff->data = erealloc(sbuff->data, sbuff->buflen); in append() [all …]
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-xtensa.c | 1867 static xtensa_insnbuf sbuff = NULL; in elf_xtensa_do_reloc() local 1876 sbuff = xtensa_insnbuf_alloc (isa); in elf_xtensa_do_reloc() 1980 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 1982 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff); in elf_xtensa_do_reloc() 2054 sbuff, newval)) in elf_xtensa_do_reloc() 2097 xtensa_format_set_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 2321 static xtensa_insnbuf sbuff = NULL; in replace_tls_insn() local 2332 sbuff = xtensa_insnbuf_alloc (isa); in replace_tls_insn() 2348 xtensa_format_get_slot (isa, fmt, 0, ibuff, sbuff); in replace_tls_insn() 2350 old_op = xtensa_opcode_decode (isa, fmt, 0, sbuff); in replace_tls_insn() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-xtensa.c | 1878 static xtensa_insnbuf sbuff = NULL; in elf_xtensa_do_reloc() local 1887 sbuff = xtensa_insnbuf_alloc (isa); in elf_xtensa_do_reloc() 1991 xtensa_format_get_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 1993 opcode = xtensa_opcode_decode (isa, fmt, slot, sbuff); in elf_xtensa_do_reloc() 2065 sbuff, newval)) in elf_xtensa_do_reloc() 2108 xtensa_format_set_slot (isa, fmt, slot, ibuff, sbuff); in elf_xtensa_do_reloc() 2332 static xtensa_insnbuf sbuff = NULL; in replace_tls_insn() local 2343 sbuff = xtensa_insnbuf_alloc (isa); in replace_tls_insn() 2359 xtensa_format_get_slot (isa, fmt, 0, ibuff, sbuff); in replace_tls_insn() 2361 old_op = xtensa_opcode_decode (isa, fmt, 0, sbuff); in replace_tls_insn() [all …]
|