Home
last modified time | relevance | path

Searched refs:msec (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Ddwarf1.c274 asection *msec; in parse_line_table() local
277 msec = bfd_get_section_by_name (stash->abfd, ".line"); in parse_line_table()
278 if (! msec) in parse_line_table()
281 size = msec->rawsize ? msec->rawsize : msec->size; in parse_line_table()
284 (stash->abfd, msec, NULL, stash->syms); in parse_line_table()
472 asection *msec; in _bfd_dwarf1_find_nearest_line() local
481 msec = bfd_get_section_by_name (abfd, ".debug"); in _bfd_dwarf1_find_nearest_line()
482 if (! msec) in _bfd_dwarf1_find_nearest_line()
488 size = msec->rawsize ? msec->rawsize : msec->size; in _bfd_dwarf1_find_nearest_line()
490 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL, in _bfd_dwarf1_find_nearest_line()
Ddwarf2.c502 asection *msec; in read_section() local
508 msec = bfd_get_section_by_name (abfd, section_name); in read_section()
509 if (! msec) in read_section()
513 msec = bfd_get_section_by_name (abfd, section_name); in read_section()
515 if (! msec) in read_section()
523 *section_size = msec->rawsize ? msec->rawsize : msec->size; in read_section()
527 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL, syms); in read_section()
536 if (! bfd_get_section_contents (abfd, msec, *section_buffer, in read_section()
2971 asection *msec; in find_debug_info() local
2977 msec = bfd_get_section_by_name (abfd, look); in find_debug_info()
[all …]
Dcoff-aux.c112 asection *msec = t->u.def.section; in coff_m68k_aux_link_add_one_symbol() local
115 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section)) in coff_m68k_aux_link_add_one_symbol()
121 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec)) in coff_m68k_aux_link_add_one_symbol()
Delf32-d10v.c450 asection *msec = sec; in elf32_d10v_relocate_section() local
451 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, in elf32_d10v_relocate_section()
454 addend += msec->output_section->vma + msec->output_offset; in elf32_d10v_relocate_section()
Delf32-score.c2471 asection *msec; in s3_bfd_score_elf_relocate_section() local
2484 msec = sec; in s3_bfd_score_elf_relocate_section()
2485 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in s3_bfd_score_elf_relocate_section()
2487 addend += msec->output_section->vma + msec->output_offset; in s3_bfd_score_elf_relocate_section()
2505 msec = sec; in s3_bfd_score_elf_relocate_section()
2506 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in s3_bfd_score_elf_relocate_section()
2508 addend += msec->output_section->vma + msec->output_offset; in s3_bfd_score_elf_relocate_section()
2526 msec = sec; in s3_bfd_score_elf_relocate_section()
2527 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in s3_bfd_score_elf_relocate_section()
2529 addend += msec->output_section->vma + msec->output_offset; in s3_bfd_score_elf_relocate_section()
[all …]
Delf32-score7.c1912 asection *msec = sec; in score_elf_final_link_relocate() local
1913 lo_value = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, lo_value); in score_elf_final_link_relocate()
1915 lo_value += msec->output_section->vma + msec->output_offset; in score_elf_final_link_relocate()
2314 asection *msec; in s7_bfd_score_elf_relocate_section() local
2327 msec = sec; in s7_bfd_score_elf_relocate_section()
2328 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend); in s7_bfd_score_elf_relocate_section()
2330 addend += msec->output_section->vma + msec->output_offset; in s7_bfd_score_elf_relocate_section()
2344 msec = sec; in s7_bfd_score_elf_relocate_section()
2345 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) - relocation; in s7_bfd_score_elf_relocate_section()
2346 addend += msec->output_section->vma + msec->output_offset; in s7_bfd_score_elf_relocate_section()
[all …]
Delf64-alpha.c1452 asection *msec; in elf64_alpha_find_nearest_line() local
1461 msec = bfd_get_section_by_name (abfd, ".mdebug"); in elf64_alpha_find_nearest_line()
1462 if (msec != NULL) in elf64_alpha_find_nearest_line()
1472 origflags = msec->flags; in elf64_alpha_find_nearest_line()
1473 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in elf64_alpha_find_nearest_line()
1474 msec->flags |= SEC_HAS_CONTENTS; in elf64_alpha_find_nearest_line()
1488 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1492 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d)) in elf64_alpha_find_nearest_line()
1494 msec->flags = origflags; in elf64_alpha_find_nearest_line()
1503 msec->flags = origflags; in elf64_alpha_find_nearest_line()
[all …]
Delfnn-ia64.c3854 asection *msec; in elfNN_ia64_relocate_section() local
3857 msec = sym_sec; in elfNN_ia64_relocate_section()
3858 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel); in elfNN_ia64_relocate_section()
3876 msec = sym_sec; in elfNN_ia64_relocate_section()
3878 _bfd_merged_section_offset (output_bfd, &msec, in elfNN_ia64_relocate_section()
3879 elf_section_data (msec)-> in elfNN_ia64_relocate_section()
3884 dynent->addend += msec->output_section->vma in elfNN_ia64_relocate_section()
3885 + msec->output_offset in elfNN_ia64_relocate_section()
Delf64-sh64.c1538 asection *msec; in sh_elf64_relocate_section() local
1550 msec = sec; in sh_elf64_relocate_section()
1552 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in sh_elf64_relocate_section()
1554 addend += msec->output_section->vma + msec->output_offset; in sh_elf64_relocate_section()
Delf64-ia64-vms.c3446 asection *msec; in elf64_ia64_relocate_section() local
3449 msec = sym_sec; in elf64_ia64_relocate_section()
3450 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel); in elf64_ia64_relocate_section()
3468 msec = sym_sec; in elf64_ia64_relocate_section()
3470 _bfd_merged_section_offset (output_bfd, &msec, in elf64_ia64_relocate_section()
3471 elf_section_data (msec)-> in elf64_ia64_relocate_section()
3476 dynent->addend += msec->output_section->vma in elf64_ia64_relocate_section()
3477 + msec->output_offset in elf64_ia64_relocate_section()
Delf32-i386.c3271 asection *msec = sec; in elf_i386_relocate_section() local
3272 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, in elf_i386_relocate_section()
3275 addend += msec->output_section->vma + msec->output_offset; in elf_i386_relocate_section()
Delfxx-mips.c12648 asection *msec; in _bfd_mips_elf_find_nearest_line() local
12663 msec = bfd_get_section_by_name (abfd, ".mdebug"); in _bfd_mips_elf_find_nearest_line()
12664 if (msec != NULL) in _bfd_mips_elf_find_nearest_line()
12674 origflags = msec->flags; in _bfd_mips_elf_find_nearest_line()
12675 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS) in _bfd_mips_elf_find_nearest_line()
12676 msec->flags |= SEC_HAS_CONTENTS; in _bfd_mips_elf_find_nearest_line()
12690 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line()
12694 if (! _bfd_mips_elf_read_ecoff_info (abfd, msec, &fi->d)) in _bfd_mips_elf_find_nearest_line()
12696 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line()
12705 msec->flags = origflags; in _bfd_mips_elf_find_nearest_line()
[all …]
Delf32-sh.c3992 asection *msec; in sh_elf_relocate_section() local
4004 msec = sec; in sh_elf_relocate_section()
4006 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in sh_elf_relocate_section()
4008 addend += msec->output_section->vma + msec->output_offset; in sh_elf_relocate_section()
Delf32-arm.c10600 asection *msec; in elf32_arm_relocate_section() local
10649 msec = sec; in elf32_arm_relocate_section()
10651 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend) in elf32_arm_relocate_section()
10653 addend += msec->output_section->vma + msec->output_offset; in elf32_arm_relocate_section()