Searched refs:msec (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-aux.c113 asection *msec; local
116 msec = h->u.def.section;
118 msec = bfd_ind_section_ptr;
120 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
126 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
H A Ddwarf1.c265 asection *msec; local
268 msec = bfd_get_section_by_name (stash->abfd, ".line");
269 if (! msec)
272 size = msec->rawsize ? msec->rawsize : msec->size;
278 if (! bfd_get_section_contents (stash->abfd, msec, stash->line_section,
463 asection *msec; local
472 msec = bfd_get_section_by_name (abfd, ".debug");
473 if (! msec)
[all...]
H A Ddwarf2.c319 asection *msec; local
323 msec = bfd_get_section_by_name (abfd, ".debug_str");
324 if (! msec)
332 sz = msec->rawsize ? msec->rawsize : msec->size;
338 if (! bfd_get_section_contents (abfd, msec, stash->dwarf_str_buffer,
433 asection *msec; local
435 msec = bfd_get_section_by_name (abfd, ".debug_abbrev");
436 if (! msec)
957 asection *msec; local
1392 asection *msec; local
2176 asection * msec; local
2360 asection *msec; local
2576 asection *msec; local
[all...]
H A Delf32-d10v.c478 asection *msec; local
483 msec = sec;
484 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
486 addend += msec->output_section->vma + msec->output_offset;
H A Delf64-alpha.c1415 asection *msec;
1423 msec = bfd_get_section_by_name (abfd, ".mdebug");
1424 if (msec != NULL)
1434 origflags = msec->flags;
1435 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
1436 msec->flags |= SEC_HAS_CONTENTS;
1450 msec->flags = origflags;
1454 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d))
1456 msec->flags = origflags;
1465 msec
1409 asection *msec; local
4058 asection *msec; local
[all...]
H A Dlinker.c1826 asection *msec = NULL;
1832 msec = h->u.def.section;
1836 msec = bfd_ind_section_ptr;
1846 && bfd_is_abs_section (msec)
1852 (info, h->root.string, msec->owner, msec, mval,
1821 asection *msec = NULL; local
H A Delf64-sh64.c1532 asection *msec; local
1544 msec = sec;
1546 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend)
1548 addend += msec->output_section->vma + msec->output_offset;
H A Delfxx-ia64.c4609 asection *msec;
4612 msec = sym_sec;
4613 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel);
4630 msec = sym_sec;
4632 _bfd_merged_section_offset (output_bfd, &msec,
4633 elf_section_data (msec)->
4638 dynent->addend += msec->output_section->vma
4639 + msec->output_offset
4603 asection *msec; local
H A Delf32-i386.c2376 asection *msec;
2410 msec = sec;
2411 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
2413 addend += msec->output_section->vma + msec->output_offset;
2374 asection *msec; local
H A Delfxx-mips.c9716 asection *msec;
9729 msec = bfd_get_section_by_name (abfd, ".mdebug");
9730 if (msec != NULL)
9740 origflags = msec->flags;
9741 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
9742 msec->flags |= SEC_HAS_CONTENTS;
9756 msec->flags = origflags;
9760 if (! _bfd_mips_elf_read_ecoff_info (abfd, msec, &fi->d))
9762 msec->flags = origflags;
9771 msec
9678 asection *msec; local
[all...]
H A Delf32-sh.c4631 asection *msec;
4643 msec = sec;
4645 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend)
4647 addend += msec->output_section->vma + msec->output_offset;
4627 asection *msec; local
H A Delf32-arm.c4451 asection *msec; local
4475 msec = sec;
4477 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend)
4479 addend += msec->output_section->vma + msec->output_offset;
/haiku-buildtools/binutils/bfd/
H A Ddwarf1.c274 asection *msec; local
277 msec = bfd_get_section_by_name (stash->abfd, ".line");
278 if (! msec)
281 size = msec->rawsize ? msec->rawsize : msec->size;
284 (stash->abfd, msec, NULL, stash->syms);
472 asection *msec; local
481 msec = bfd_get_section_by_name (abfd, ".debug");
482 if (! msec)
[all...]
H A Dcoff-aux.c112 asection *msec = t->u.def.section; local
115 if (bfd_is_abs_section (msec) && !bfd_is_abs_section (section))
121 else if (bfd_is_abs_section (section) && !bfd_is_abs_section (msec))
H A Ddwarf2.c511 asection *msec; local
517 msec = bfd_get_section_by_name (abfd, section_name);
518 if (! msec)
522 msec = bfd_get_section_by_name (abfd, section_name);
524 if (! msec)
532 *section_size = msec->rawsize ? msec->rawsize : msec->size;
536 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL, syms);
545 if (! bfd_get_section_contents (abfd, msec, *section_buffe
3387 asection *msec; local
3889 asection *msec; local
[all...]
H A Delf32-d10v.c455 asection *msec = sec; local
456 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec,
459 addend += msec->output_section->vma + msec->output_offset;
H A Delf32-score.c2473 asection *msec; local
2486 msec = sec;
2487 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
2489 addend += msec->output_section->vma + msec->output_offset;
2507 msec = sec;
2508 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
2510 addend += msec->output_section->vma + msec->output_offset;
2528 msec
[all...]
H A Delf64-alpha.c1470 asection *msec;
1479 msec = bfd_get_section_by_name (abfd, ".mdebug");
1480 if (msec != NULL)
1490 origflags = msec->flags;
1491 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
1492 msec->flags |= SEC_HAS_CONTENTS;
1506 msec->flags = origflags;
1510 if (!elf64_alpha_read_ecoff_info (abfd, msec, &fi->d))
1512 msec->flags = origflags;
1521 msec
1464 asection *msec; local
4326 asection *msec; local
[all...]
H A Delf32-score7.c1918 asection *msec = sec; local
1919 lo_value = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, lo_value);
1921 lo_value += msec->output_section->vma + msec->output_offset;
2320 asection *msec; local
2333 msec = sec;
2334 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend);
2336 addend += msec->output_section->vma + msec->output_offset;
2350 msec
[all...]
H A Delfnn-ia64.c3863 asection *msec;
3866 msec = sym_sec;
3867 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel);
3885 msec = sym_sec;
3887 _bfd_merged_section_offset (output_bfd, &msec,
3888 elf_section_data (msec)->
3893 dynent->addend += msec->output_section->vma
3894 + msec->output_offset
3857 asection *msec; local
H A Delf64-ia64-vms.c3449 asection *msec; local
3452 msec = sym_sec;
3453 value = _bfd_elf_rela_local_sym (output_bfd, sym, &msec, rel);
3471 msec = sym_sec;
3473 _bfd_merged_section_offset (output_bfd, &msec,
3474 elf_section_data (msec)->
3479 dynent->addend += msec->output_section->vma
3480 + msec->output_offset
H A Delf32-arc.c1248 asection *msec; local
1249 msec = sec;
1251 &msec, rel->r_addend);
1255 rel->r_addend += msec->output_section->vma + msec->output_offset;
H A Delf64-sh64.c1533 asection *msec; local
1546 msec = sec;
1548 _bfd_elf_rel_local_sym (output_bfd, sym, &msec, addend)
1550 addend += msec->output_section->vma + msec->output_offset;
H A Delf32-i386.c3904 asection *msec = sec;
3905 addend = _bfd_elf_rel_local_sym (output_bfd, sym, &msec,
3908 addend += msec->output_section->vma + msec->output_offset;
3901 asection *msec = sec; local
H A Delfxx-mips.c12893 asection *msec;
12908 msec = bfd_get_section_by_name (abfd, ".mdebug");
12909 if (msec != NULL)
12919 origflags = msec->flags;
12920 if (elf_section_data (msec)->this_hdr.sh_type != SHT_NOBITS)
12921 msec->flags |= SEC_HAS_CONTENTS;
12935 msec->flags = origflags;
12939 if (! _bfd_mips_elf_read_ecoff_info (abfd, msec, &fi->d))
12941 msec->flags = origflags;
12950 msec
12852 asection *msec; local
[all...]

Completed in 648 milliseconds

12