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

/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DMapFile.cpp89 OutputSection *osec = syms[i]->getOutputSection();
91 uint64_t lma = osec ? osec->getLMA() + vma - osec->getVA(0) : 0;
132 const OutputSection *osec = sec->getOutputSection(); local
134 writeHeader(os, osec->addr + p.outputOff, osec->getLMA() + p.outputOff,
163 OutputSection* osec = nullptr; local
168 uint64_t lma = osec ? osec
[all...]
H A DRelocations.cpp569 OutputSection *osec = (isRO ? in.bssRelRo : in.bss)->getParent(); local
573 if (osec->sectionCommands.empty() ||
574 !isa<InputSectionDescription>(osec->sectionCommands.back()))
575 osec->sectionCommands.push_back(make<InputSectionDescription>(""));
576 auto *isd = cast<InputSectionDescription>(osec->sectionCommands.back());
578 osec->commitSection(sec);
/freebsd-11-stable/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-11-stable/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-11-stable/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.c2033 asection *osec)
2042 if (coff_section_data (obfd, osec) == NULL)
2045 osec->used_by_bfd = bfd_zalloc (obfd, amt);
2046 if (osec->used_by_bfd == NULL)
2050 if (pei_section_data (obfd, osec) == NULL)
2053 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt);
2054 if (coff_section_data (obfd, osec)->tdata == NULL)
2058 pei_section_data (obfd, osec)->virt_size =
2060 pei_section_data (obfd, osec)->pe_flags =
2029 _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.c6638 asection *osec;
6643 osec->vma, from the emitted reloc addend,
6645 osec = sec->output_section;
6646 indx = elf_section_data (osec)->dynindx;
6649 osec = htab->elf.text_index_section;
6650 indx = elf_section_data (osec)->dynindx;
6656 indx, osec->name, osec->flags,
6623 asection *osec; local
H A Delflink.c8844 asection *osec = sec->output_section;
8852 if (bfd_is_abs_section (osec)
8856 osec = sec->kept_section->output_section;
8857 irela->r_addend -= osec->vma;
8860 if (!bfd_is_abs_section (osec))
8862 r_symndx = osec->target_index;
8870 if ((osec->flags & SEC_READONLY) == 0
8876 irela->r_addend += osec->vma - oi->vma;
8896 asection *osec;
8914 osec
8834 asection *osec = sec->output_section; local
8886 asection *osec; local
[all...]
H A Delf32-arm.c4686 asection *osec; local
4698 symbol value, so we don't subtract osec->vma
4701 osec = sym_sec->output_section;
4703 osec = input_section->output_section;
4704 symbol = elf_section_data (osec)->dynindx;
4709 if ((osec->flags & SEC_READONLY) == 0
4711 osec = htab->data_index_section;
4713 osec = htab->text_index_section;
4714 symbol = elf_section_data (osec)->dynindx;
H A Delf64-ppc.c11290 asection *osec;
11292 osec = sec->output_section;
11293 indx = elf_section_data (osec)->dynindx;
11297 if ((osec->flags & SEC_READONLY) == 0
11299 osec = htab->elf.data_index_section;
11301 osec = htab->elf.text_index_section;
11302 indx = elf_section_data (osec)->dynindx;
11311 outrel.r_addend -= osec->vma;
11286 asection *osec; local
H A Dbfd-in2.h1734 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5137 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5138 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-11-stable/contrib/gdb/include/
H A Dbfdlink.h416 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-11-stable/contrib/binutils/include/
H A Dbfdlink.h484 bfd *obfd, asection *osec, bfd_vma oval,
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1740 (bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
5144 #define bfd_init_private_section_data(ibfd, isec, obfd, osec, link_info) \
5145 BFD_SEND (obfd, _bfd_init_private_section_data, (ibfd, isec, obfd, osec, link_info))

Completed in 568 milliseconds