Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp383 const lldb::addr_t file_start = address_range->data.GetRangeBase(); in DoReadMemory() local
392 if (file_start == file_end) in DoReadMemory()
397 if (file_end > file_start + offset) in DoReadMemory()
398 bytes_left = file_end - (file_start + offset); in DoReadMemory()
406 core_objfile->CopyData(offset + file_start, bytes_to_read, buf); in DoReadMemory()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dmips-tfile.c2479 add_file (file_start, file_end_p1) in add_file() argument
2480 const char *file_start; /* first byte in string */ in add_file()
2485 Ptrdiff_t len = file_end_p1 - file_start;
2486 int first_ch = *file_start;
2490 fprintf (stderr, "\tfile\t%.*s\n", (int) len, file_start);
2499 && memcmp (file_start, file_ptr->name, len) == 0)
2528 if (file_end_p1 - file_start > (long) PAGE_USIZE-2)
2533 (void) add_local_symbol (file_start, file_end_p1, st_File, sc_Text,
2537 file_ptr->name_len = file_end_p1 - file_start;
/openbsd-src/gnu/gcc/gcc/
H A Dtarget.h195 void (*file_start) (void); member
H A Dmips-tfile.c2378 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()
H A Dtoplev.c1296 targetm.asm_out.file_start (); in init_asm_output()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Decoff.c2185 fprintf (stderr, "\tfile\t%.*s\n", len, file_start); in add_file()
/openbsd-src/gnu/usr.bin/binutils/gas/
H A Decoff.c2184 fprintf (stderr, "\tfile\t%.*s\n", len, file_start); in add_file()