Searched refs:text_start (Results 1 – 6 of 6) sorted by relevance
310 const char *p, *text_start; in pkgconf_bytecode_compile() local316 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 …]
8 . = text_start; /* This is set using --defsym= on the command line. */
163 …h "${SYSTEM_LD_BASECMD} -o ${.TARGET} ${.ALLSRC} --defsym=_start='0x0' --defsym=text_start='0x0'" \
68 --defsym=_start='0x0' --defsym=text_start='0x0'
4893 int text_start, rw_column_width, spaces_to_end; in print_iostat_labels() local4917 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()