Searched refs:sec_start (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/cli/ |
H A D | cli-dump.c | 457 bfd_vma sec_start = bfd_section_vma (ibfd, isec); in restore_section_callback() local 459 bfd_vma sec_end = sec_start + size; in restore_section_callback() 472 || (data->load_end > 0 && sec_start >= data->load_end)) in restore_section_callback() 483 if (sec_start < data->load_start) in restore_section_callback() 484 sec_offset = data->load_start - sec_start; in restore_section_callback() 499 (unsigned long) sec_start, in restore_section_callback() 504 paddr_nz ((unsigned long) sec_start in restore_section_callback() 506 paddr_nz ((unsigned long) sec_start + sec_offset in restore_section_callback() 512 ret = target_write_memory (sec_start + sec_offset + data->load_offset, in restore_section_callback()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cpp | 54 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local 55 uptr sec_end = sec_start + sc->size; in NextSectionLoad() 56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
|
/openbsd/sys/net/ |
H A D | if_sec.c | 88 static void sec_start(struct ifqueue *); 146 ifp->if_qstart = sec_start; in sec_clone_create() 408 sec_start(struct ifqueue *ifq) in sec_start() function
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | dbxread.c | 202 CORE_ADDR sec_start = bfd_section_vma (sym_bfd, sec); in find_text_range() local 203 CORE_ADDR sec_end = sec_start + bfd_section_size (sym_bfd, sec); in find_text_range() 207 if (sec_start < start) in find_text_range() 208 start = sec_start; in find_text_range() 214 start = sec_start; in find_text_range()
|
/openbsd/gnu/gcc/gcc/ |
H A D | omp-low.c | 3615 tree sec_start, sec_end; in lower_omp_sections() local 3617 sec_start = tsi_stmt (tsi); in lower_omp_sections() 3618 sctx = maybe_lookup_ctx (sec_start); in lower_omp_sections() 3621 append_to_statement_list (sec_start, &body); in lower_omp_sections() 3623 lower_omp (&OMP_SECTION_BODY (sec_start), sctx); in lower_omp_sections() 3624 append_to_statement_list (OMP_SECTION_BODY (sec_start), &body); in lower_omp_sections() 3625 OMP_SECTION_BODY (sec_start) = NULL; in lower_omp_sections() 3633 OMP_SECTION_LAST (sec_start) = 1; in lower_omp_sections()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-mips.c | 5532 bfd_vma sec_start = sec->output_section->vma + sec->output_offset; in _bfd_mips_relax_section() local 5630 - (sec_start + irel->r_offset + 4); in _bfd_mips_relax_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-mips.c | 6682 bfd_vma sec_start = sec->output_section->vma + sec->output_offset; in _bfd_mips_relax_section() local 6780 - (sec_start + irel->r_offset + 4); in _bfd_mips_relax_section()
|