Home
last modified time | relevance | path

Searched refs:text_start (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/pkgconf/libpkgconf/
H A Dbytecode.c310 const char *p, *text_start; in pkgconf_bytecode_compile() local
316 text_start = value; in pkgconf_bytecode_compile()
328 if (p > text_start) in pkgconf_bytecode_compile()
330 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()
338 text_start = p + 1; in pkgconf_bytecode_compile()
345 if (p > text_start) in pkgconf_bytecode_compile()
347 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()
360 text_start = p; in pkgconf_bytecode_compile()
372 text_start = p + 1; in pkgconf_bytecode_compile()
389 text_start = p + 1; in pkgconf_bytecode_compile()
[all …]
/freebsd/sys/conf/
H A Dldscript.arm8 . = text_start; /* This is set using --defsym= on the command line. */
H A Dldscript.arm648 . = text_start; /* This is set using --defsym= on the command line. */
H A Dfiles.arm64163 …h "${SYSTEM_LD_BASECMD} -o ${.TARGET} ${.ALLSRC} --defsym=_start='0x0' --defsym=text_start='0x0'" \
/freebsd/sys/modules/vmm/
H A DMakefile68 --defsym=_start='0x0' --defsym=text_start='0x0'
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4893 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local
4917 text_start = (int)((rw_column_width) / columns - in print_iostat_labels()
4919 if (text_start < 0) in print_iostat_labels()
4920 text_start = 0; in print_iostat_labels()
4925 for (s = 0; s < text_start; s++) in print_iostat_labels()
4931 spaces_to_end = rw_column_width - text_start - slen; in print_iostat_labels()