Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c182 ssize_t file_start = len; in peek_at_header() local
197 state->name = strdup((const char *)&p[file_start]); in peek_at_header()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dmips-tfile.c2336 add_file (const char *file_start, /* first byte in string */ in add_file() argument
2341 ptrdiff_t len = file_end_p1 - file_start; in add_file()
2342 int first_ch = *file_start; in add_file()
2346 fprintf (stderr, "\tfile\t%.*s\n", (int) len, file_start); in add_file()
2355 && memcmp (file_start, file_ptr->name, len) == 0) in add_file()
2387 if (file_end_p1 - file_start > (long) PAGE_USIZE-2) in add_file()
2392 (void) add_local_symbol (file_start, file_end_p1, st_File, sc_Text, in add_file()
2396 file_ptr->name_len = file_end_p1 - file_start; in add_file()
H A Dtoplev.c935 targetm.asm_out.file_start (); in init_asm_output()
H A Dtarget.def355 (file_start,
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic-show-locus.c3058 location_t file_start in test_fixit_insert_containing_newline_2() local
3060 richloc.add_fixit_insert_before (file_start, "#include <stdio.h>\n"); in test_fixit_insert_containing_newline_2()
H A Dtoplev.c884 targetm.asm_out.file_start (); in init_asm_output()
H A Dtarget.def684 (file_start,
/dragonfly/contrib/binutils-2.34/gas/
H A Decoff.c2196 fprintf (stderr, "\tfile\t%.*s\n", len, file_start); in add_file()
/dragonfly/contrib/binutils-2.27/gas/
H A Decoff.c2192 fprintf (stderr, "\tfile\t%.*s\n", len, file_start); in add_file()