Searched refs:file_start (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtarget.h195 void (*file_start) (void); member in struct:gcc_target::asm_out
H A Dmips-tfile.c2400 add_file (const char *file_start, /* first byte in string */
2405 Ptrdiff_t len = file_end_p1 - file_start;
2406 int first_ch = *file_start;
2410 fprintf (stderr, "\tfile\t%.*s\n", (int) len, file_start);
2419 && memcmp (file_start, file_ptr->name, len) == 0)
2451 if (file_end_p1 - file_start > (long) PAGE_USIZE-2)
2456 (void) add_local_symbol (file_start, file_end_p1, st_File, sc_Text,
2460 file_ptr->name_len = file_end_p1 - file_start;
2378 add_file(const char *file_start, const char *file_end_p1) argument
H A Dtoplev.c1334 targetm.asm_out.file_start ();
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_backend_block.c555 SDT_PROBE_DEFINE1(cbb, kernel, read, file_start, "uint64_t");
556 SDT_PROBE_DEFINE1(cbb, kernel, write, file_start, "uint64_t");
578 SDT_PROBE(cbb, kernel, read, file_start, 0, 0, 0, 0, 0);
580 SDT_PROBE(cbb, kernel, write, file_start, 0, 0, 0, 0, 0);
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.c2199 fprintf (stderr, "\tfile\t%.*s\n", len, file_start);

Completed in 97 milliseconds