Searched refs:file_start (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | target.h | 195 void (*file_start) (void); member
|
| D | mips-tfile.c | 2378 add_file (const char *file_start, /* first byte in string */ in add_file() argument 2383 Ptrdiff_t len = file_end_p1 - file_start; in add_file() 2384 int first_ch = *file_start; in add_file() 2388 fprintf (stderr, "\tfile\t%.*s\n", (int) len, file_start); in add_file() 2397 && memcmp (file_start, file_ptr->name, len) == 0) in add_file() 2429 if (file_end_p1 - file_start > (long) PAGE_USIZE-2) in add_file() 2434 (void) add_local_symbol (file_start, file_end_p1, st_File, sc_Text, in add_file() 2438 file_ptr->name_len = file_end_p1 - file_start; in add_file()
|
| D | toplev.c | 1334 targetm.asm_out.file_start (); in init_asm_output()
|
| D | ChangeLog-2003 | 18127 * target.h (asm_out.file_start, file_start_app_off, 18135 * toplev.c (init_asm_output): Use targetm.asm_out.file_start.
|
| /freebsd-9-stable/sys/cam/ctl/ |
| D | ctl_backend_block.c | 555 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); in ctl_be_block_dispatch_file() 580 SDT_PROBE(cbb, kernel, write, file_start, 0, 0, 0, 0, 0); in ctl_be_block_dispatch_file()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ecoff.c | 2185 fprintf (stderr, "\tfile\t%.*s\n", len, file_start); in add_file()
|