Searched refs:osec (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgcore.c289 make_output_phdrs (bfd *obfd, asection *osec, void *ignored) argument
295 if (strncmp (bfd_section_name (obfd, osec), "load", 4) == 0)
301 if (!(bfd_get_section_flags (obfd, osec) & SEC_READONLY))
303 if (bfd_get_section_flags (obfd, osec) & SEC_CODE)
306 bfd_record_phdr (obfd, p_type, 1, p_flags, 0, 0, 0, 0, 1, &osec);
314 asection *osec; local
371 osec = bfd_make_section_anyway (obfd, "load");
372 if (osec == NULL)
385 bfd_set_section_size (obfd, osec, size);
386 bfd_set_section_vma (obfd, osec, vadd
445 gcore_copy_callback(bfd *obfd, asection *osec, void *ignored) argument
[all...]
/freebsd-10.0-release/contrib/binutils/ld/
H A Dldmain.c997 asection *osec,
1008 if ((osec->output_section != NULL
1009 && ! bfd_is_abs_section (osec)
1010 && bfd_is_abs_section (osec->output_section))
1019 einfo (_("%D: first defined here\n"), obfd, osec, oval);
992 multiple_definition(struct bfd_link_info *info ATTRIBUTE_UNUSED, const char *name, bfd *obfd, asection *osec, bfd_vma oval, bfd *nbfd, asection *nsec, bfd_vma nval) argument
/freebsd-10.0-release/contrib/binutils/bfd/
H A Dsimple.c86 asection *osec ATTRIBUTE_UNUSED,
H A Delf.c5989 asection *section, *osec;
6017 osec = section->output_section;
6018 if (osec)
6019 osec->segment_mark = TRUE;
6027 if (osec == NULL
6028 || section->flags != osec->flags
6029 || section->lma != osec->lma
6030 || section->vma != osec->vma
6031 || section->size != osec->size
6032 || section->rawsize != osec
5984 asection *section, *osec; local
6055 _bfd_elf_init_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec, struct bfd_link_info *link_info) argument
6118 _bfd_elf_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
[all...]
H A DpeXXigen.c2013 asection *osec)
2022 if (coff_section_data (obfd, osec) == NULL)
2025 osec->used_by_bfd = bfd_zalloc (obfd, amt);
2026 if (osec->used_by_bfd == NULL)
2030 if (pei_section_data (obfd, osec) == NULL)
2033 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt);
2034 if (coff_section_data (obfd, osec)->tdata == NULL)
2038 pei_section_data (obfd, osec)->virt_size =
2040 pei_section_data (obfd, osec)->pe_flags =
2009 _bfd_XX_bfd_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec) argument
H A Dxcofflink.c4767 asection *osec;
4775 osec = tocsec->output_section;
4776 oindx = osec->target_index;
4777 irel = finfo->section_info[oindx].relocs + osec->reloc_count;
4778 irel->r_vaddr = (osec->vma
4820 finfo->section_info[oindx].rel_hashes[osec->reloc_count] = NULL;
4821 ++osec->reloc_count;
4840 irsym.n_scnum = osec->target_index;
4888 asection *osec;
4912 osec
4761 asection *osec; local
4882 asection *osec; local
[all...]
H A Delf-bfd.h700 (bfd *output_bfd, struct bfd_link_info *info, asection *osec);
1004 asection *osec, bfd_vma offset,
1559 (bfd *abfd, struct bfd_link_info *info, asection *osec, bfd_vma offset,
H A Daout-target.h217 asection *osec ATTRIBUTE_UNUSED)
H A Dlibbfd.c1061 asection *osec ATTRIBUTE_UNUSED,
H A Delf-eh-frame.c1630 asection *osec, bfd_vma offset,
1634 *encoded = osec->vma + offset -
1628 _bfd_elf_encode_eh_address(bfd *abfd ATTRIBUTE_UNUSED, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *osec, bfd_vma offset, asection *loc_sec, bfd_vma loc_offset, bfd_vma *encoded) argument
H A Delf32-s390.c2633 asection *osec; local
2635 osec = sec->output_section;
2636 sindx = elf_section_data (osec)->dynindx;
2639 osec = htab->elf.text_index_section;
2640 sindx = elf_section_data (osec)->dynindx;
2649 outrel.r_addend -= osec->vma;
H A Delf64-s390.c2616 asection *osec; local
2618 osec = sec->output_section;
2619 sindx = elf_section_data (osec)->dynindx;
2623 osec = htab->elf.text_index_section;
2624 sindx = elf_section_data (osec)->dynindx;
2633 outrel.r_addend -= osec->vma;
H A Delfxx-sparc.c2884 asection *osec;
2886 osec = sec->output_section;
2887 indx = elf_section_data (osec)->dynindx;
2891 osec = htab->elf.text_index_section;
2892 indx = elf_section_data (osec)->dynindx;
2914 outrel.r_addend -= osec->vma;
2879 asection *osec; local
H A Delf32-ppc.c6440 asection *osec;
6445 osec->vma, from the emitted reloc addend,
6447 osec = sec->output_section;
6448 indx = elf_section_data (osec)->dynindx;
6451 osec = htab->elf.text_index_section;
6452 indx = elf_section_data (osec)->dynindx;
6458 indx, osec->name, osec->flags,
6425 asection *osec; local
H A Delflink.c8815 asection *osec = sec->output_section;
8823 if (bfd_is_abs_section (osec)
8827 osec = sec->kept_section->output_section;
8828 irela->r_addend -= osec->vma;
8831 if (!bfd_is_abs_section (osec))
8833 r_symndx = osec->target_index;
8841 if ((osec->flags & SEC_READONLY) == 0
8847 irela->r_addend += osec->vma - oi->vma;
8867 asection *osec;
8885 osec
8805 asection *osec = sec->output_section; local
8857 asection *osec; local
[all...]
H A Delf32-arm.c4693 asection *osec; local
4705 symbol value, so we don't subtract osec->vma
4708 osec = sym_sec->output_section;
4710 osec = input_section->output_section;
4711 symbol = elf_section_data (osec)->dynindx;
4716 if ((osec->flags & SEC_READONLY) == 0
4718 osec = htab->data_index_section;
4720 osec = htab->text_index_section;
4721 symbol = elf_section_data (osec)->dynindx;
H A Delf64-ppc.c10955 asection *osec;
10957 osec = sec->output_section;
10958 indx = elf_section_data (osec)->dynindx;
10962 if ((osec->flags & SEC_READONLY) == 0
10964 osec = htab->elf.data_index_section;
10966 osec = htab->elf.text_index_section;
10967 indx = elf_section_data (osec)->dynindx;
10976 outrel.r_addend -= osec->vma;
10951 asection *osec; local
H A Dbfd-in2.h1731 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5132 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5133 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))
H A Delf64-x86-64.c2461 asection *osec;
2466 osec->vma, from the emitted reloc addend,
2468 osec = sec->output_section;
2469 sindx = elf_section_data (osec)->dynindx;
2459 asection *osec; local
H A Delfxx-mips.c4851 asection *osec = htab->root.text_index_section;
4852 indx = elf_section_data (osec)->dynindx;
4831 asection *osec = htab->root.text_index_section; local
/freebsd-10.0-release/contrib/binutils/include/
H A Dbfdlink.h484 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-10.0-release/contrib/gdb/include/
H A Dbfdlink.h416 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1737 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5139 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5140 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))

Completed in 613 milliseconds