Home
last modified time | relevance | path

Searched refs:sec_start (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/cli/
H A Dcli-dump.c442 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local
444 bfd_vma sec_end = sec_start + size; in restore_section_callback()
457 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback()
468 if (sec_start < data->load_start) in restore_section_callback()
469 sec_offset = data->load_start - sec_start; in restore_section_callback()
484 (unsigned long) sec_start, in restore_section_callback()
490 (unsigned long) sec_start in restore_section_callback()
493 (unsigned long) sec_start + sec_offset in restore_section_callback()
499 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddbxread.c214 CORE_ADDR sec_start = bfd_section_vma (sym_bfd, sec); in find_text_range() local
215 CORE_ADDR sec_end = sec_start + bfd_section_size (sym_bfd, sec); in find_text_range()
219 if (sec_start < start) in find_text_range()
220 start = sec_start; in find_text_range()
226 start = sec_start; in find_text_range()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Domp-low.c5843 gimple sec_start; in lower_omp_sections() local
5845 sec_start = gsi_stmt (tgsi); in lower_omp_sections()
5846 sctx = maybe_lookup_ctx (sec_start); in lower_omp_sections()
5849 gimple_seq_add_stmt (&body, sec_start); in lower_omp_sections()
5851 lower_omp (gimple_omp_body (sec_start), sctx); in lower_omp_sections()
5852 gimple_seq_add_seq (&body, gimple_omp_body (sec_start)); in lower_omp_sections()
5853 gimple_omp_set_body (sec_start, NULL); in lower_omp_sections()
5861 gimple_omp_section_set_last (sec_start); in lower_omp_sections()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Domp-low.c5931 gimple *sec_start; in lower_omp_sections() local
5933 sec_start = gsi_stmt (tgsi); in lower_omp_sections()
5934 sctx = maybe_lookup_ctx (sec_start); in lower_omp_sections()
5937 lower_omp (gimple_omp_body_ptr (sec_start), sctx); in lower_omp_sections()
5938 gsi_insert_seq_after (&tgsi, gimple_omp_body (sec_start), in lower_omp_sections()
5940 gimple_omp_set_body (sec_start, NULL); in lower_omp_sections()
5948 gimple_omp_section_set_last (sec_start); in lower_omp_sections()