Searched refs:sec_start (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cc | 53 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local 54 uptr sec_end = sec_start + sc->size; in NextSectionLoad() 55 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_procmaps_mac.cc | 55 uptr sec_start = (sc->addr & data->addr_mask) + data->base_virt_addr; in NextSectionLoad() local 56 uptr sec_end = sec_start + sc->size; in NextSectionLoad() 57 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/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()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-rx.c | 2026 bfd_vma sec_start; in elf32_rx_relax_section() local 2053 sec_start = sec->output_section->vma + sec->output_offset; in elf32_rx_relax_section() 2713 || symval < (bfd_vma)(sec_start + prev_alignment->r_offset)) in elf32_rx_relax_section() 2715 || symval > (bfd_vma)(sec_start + next_alignment->r_offset))) in elf32_rx_relax_section()
|
H A D | ChangeLog-2011 | 13 * elf32-rl78.c (prev_alignment, sec_start): Remove unused variables.
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-rx.c | 2026 bfd_vma sec_start; in elf32_rx_relax_section() local 2052 sec_start = sec->output_section->vma + sec->output_offset; in elf32_rx_relax_section() 2712 || symval < (bfd_vma)(sec_start + prev_alignment->r_offset)) in elf32_rx_relax_section() 2714 || symval > (bfd_vma)(sec_start + next_alignment->r_offset))) in elf32_rx_relax_section()
|
H A D | ChangeLog-2011 | 13 * elf32-rl78.c (prev_alignment, sec_start): Remove unused variables.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-low.c | 7890 gimple *sec_start; in lower_omp_sections() local 7892 sec_start = gsi_stmt (tgsi); in lower_omp_sections() 7893 sctx = maybe_lookup_ctx (sec_start); in lower_omp_sections() 7896 lower_omp (gimple_omp_body_ptr (sec_start), sctx); in lower_omp_sections() 7897 gsi_insert_seq_after (&tgsi, gimple_omp_body (sec_start), in lower_omp_sections() 7899 gimple_omp_set_body (sec_start, NULL); in lower_omp_sections() 7907 gimple_omp_section_set_last (sec_start); in lower_omp_sections()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-low.cc | 8623 gimple *sec_start; in lower_omp_sections() local 8625 sec_start = gsi_stmt (tgsi); in lower_omp_sections() 8626 sctx = maybe_lookup_ctx (sec_start); in lower_omp_sections() 8629 lower_omp (gimple_omp_body_ptr (sec_start), sctx); in lower_omp_sections() 8630 gsi_insert_seq_after (&tgsi, gimple_omp_body (sec_start), in lower_omp_sections() 8632 gimple_omp_set_body (sec_start, NULL); in lower_omp_sections() 8640 gimple_omp_section_set_last (sec_start); in lower_omp_sections()
|
/netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
H A D | ChangeLog-2011 | 13 * elf32-rl78.c (prev_alignment, sec_start): Remove unused variables.
|
/netbsd-src/external/gpl3/gdb/dist/bfd/ |
H A D | ChangeLog-2011 | 13 * elf32-rl78.c (prev_alignment, sec_start): Remove unused variables.
|