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

1234

/freebsd-11-stable/contrib/binutils/ld/
H A Dldwrite.c45 asection *output_section; local
50 output_section = statement->data_statement.output_section;
51 ASSERT (output_section->owner == output_bfd);
53 link_order = bfd_new_link_order (output_bfd, output_section);
134 ASSERT (output_section->owner == output_bfd);
181 asection *output_section; local
186 output_section = rs->output_section;
187 ASSERT (output_section
229 asection *output_section = i->output_section; local
266 asection *output_section; local
[all...]
H A Dldlang.h178 asection *output_section; member in struct:__anon627
187 asection *output_section; member in struct:__anon628
218 asection *output_section; member in struct:__anon629
349 asection *output_section; member in struct:__anon632
H A Dldlang.c122 ((q)->output_offset + (q)->output_section->vma)
1749 if ((s->output_section == NULL
1750 || s->output_section->owner != output_bfd)
1883 s->bfd_section->output_section = s->bfd_section;
2018 if (section->output_section == NULL)
2021 section->output_section = bfd_abs_section_ptr;
2026 if (section->output_section == NULL)
2080 section->output_section = output->bfd_section;
2297 if (section->output_section == NULL && (section->flags & SEC_READONLY) == 0)
3346 asection *output_section;
3344 asection *output_section; local
3488 print_assignment(lang_assignment_statement_type *assignment, lang_output_section_statement_type *output_section) argument
3998 insert_pad(lang_statement_union_type **ptr, fill_type *fill, unsigned int alignment_needed, asection *output_section, bfd_vma dot) argument
[all...]
H A Dldcref.c412 if (hl->u.def.section->output_section == NULL)
514 && sym->section->output_section != NULL)
520 outsecname = sym->section->output_section->name;
560 defsec = hl->u.def.section->output_section;
663 outsec = sec->output_section;
666 outdefsec = info->defsec->output_section;
/freebsd-11-stable/usr.bin/etdump/
H A Detdump.h35 void (*output_section)(FILE *outfile, const char *filename, member in struct:outputter
H A Doutput_text.c46 output_section(FILE *outfile, const char *filename __unused, function
93 .output_section = output_section,
H A Doutput_shell.c65 .output_section = NULL,
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c264 relocation += symbol->section->output_section->vma;
267 relocation -= input_section->output_section->vma;
377 asection *output_section = sym->section->output_section;
412 if (bfd_is_com_section (output_section)
413 || output_section == &bfd_abs_section
414 || output_section == &bfd_und_section)
434 r_index = output_section->target_index;
376 asection *output_section = sym->section->output_section; local
H A Dsimple.c113 output_info[section->index].section = section->output_section;
115 || section->output_section == NULL)
118 section->output_section = section;
129 section->output_section = output_info[section->index].section;
219 to zero. We also need to arrange for section->output_section->vma plus
221 section->output_section to point back to section. Save the original
H A Dstabs.c180 if (bfd_is_abs_section (stabsec->output_section)
181 || bfd_is_abs_section (stabstrsec->output_section))
533 if ((stabsec->output_section != NULL
534 && bfd_is_abs_section (stabsec->output_section)))
673 return bfd_set_section_contents (output_bfd, stabsec->output_section,
712 stabsec->output_section->size / STABSIZE - 1,
722 return bfd_set_section_contents (output_bfd, stabsec->output_section,
732 if (bfd_is_abs_section (sinfo->stabstr->output_section))
738 <= sinfo->stabstr->output_section->size);
741 (file_ptr) (sinfo->stabstr->output_section
[all...]
H A Dsunos.c1778 && h->root.root.u.def.section->output_section == NULL)
2123 r_address = (splt->output_section->vma
2143 val = (h->root.root.u.def.section->output_section->vma
2253 asection *output_section;
2256 output_section = sec->output_section;
2257 BFD_ASSERT (bfd_is_abs_section (output_section)
2258 || output_section->owner == output_bfd);
2267 if (output_section == obj_textsec (output_bfd))
2271 else if (output_section
2252 asection *output_section; local
[all...]
H A Dcofflink.c1311 if (a->output_section == bfd_abs_section_ptr)
1320 ? (finfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count)
1507 && (*secpp)->output_section == bfd_abs_section_ptr)
1773 isym.n_scnum = (*secpp)->output_section->target_index;
1790 isym.n_scnum = (*secpp)->output_section->target_index;
1795 isym.n_value += (*secpp)->output_section->vma;
2138 || (o->output_section->flags & SEC_HAS_CONTENTS) == 0)
2146 offset = o->output_section->vma + o->output_offset - o->vma;
2207 (o->output_section
2694 _bfd_coff_reloc_link_order(bfd *output_bfd, struct coff_final_link_info *finfo, asection *output_section, struct bfd_link_order *link_order) argument
[all...]
H A Delf-eh-frame.c476 if (bfd_is_abs_section (sec->output_section))
719 if (sym_sec->output_section != NULL)
723 + sym_sec->output_section->vma);
919 ecie->cie.output_sec = sec->output_section;
1037 if (bfd_is_abs_section (hdr_info->hdr_sec->output_section))
1050 if (o && o->size > 8 && !bfd_is_abs_section (o->output_section))
1176 return bfd_set_section_contents (abfd, sec->output_section, contents,
1404 address += sec->output_section->vma + ent->offset + 8;
1408 value -= sec->output_section->vma + ent->new_offset + 8;
1418 = sec->output_section
[all...]
H A Delf-vxworks.c175 && (*rel_hash)->root.u.def.section->output_section != NULL)
189 int this_idx = sec->output_section->target_index;
H A Delf64-x86-64.c1367 s = p->sec->output_section;
1665 asection *s = p->sec->output_section;
1735 && bfd_is_abs_section (p->sec->output_section))
1746 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2234 outrel.r_offset = (base_got->output_section->vma
2251 relocation = base_got->output_section->vma
2254 relocation -= htab->sgotplt->output_section->vma
2284 relocation -= htab->sgotplt->output_section->vma
2291 relocation = htab->sgotplt->output_section->vma
2304 relocation = (htab->splt->output_section
[all...]
H A Dxcofflink.c3518 ldsym->l_scnum = (*csectpp)->output_section->target_index;
3520 + (*csectpp)->output_section->vma
3588 h->root.u.def.section->output_section->target_index;
3627 tocval = ((*csectpp)->output_section->vma
3638 tocend = ((*csectpp)->output_section->vma
3639 + (*csectpp)->output_section->size);
3649 new_toc_end = (o->output_section->vma
3679 (*csectpp)->output_section->target_index;
3792 isym.n_scnum = (*csectpp)->output_section->target_index;
3793 isym.n_value += ((*csectpp)->output_section
5145 xcoff_reloc_link_order(bfd *output_bfd, struct xcoff_final_link_info *finfo, asection *output_section, struct bfd_link_order *link_order) argument
[all...]
H A Dcoff-mips.c503 relocation += symbol->section->output_section->vma;
636 output_bfd = symbol->section->output_section->owner;
655 gp = symbol->section->output_section->vma + 0x4000;
702 relocation += symbol->section->output_section->vma;
1074 s->output_section);
1122 + s->output_section->vma
1155 relocation = (s->output_section->vma
1167 relocation -= (input_section->output_section->vma
1192 int_rel.r_vaddr += (input_section->output_section->vma
1212 + hsec->output_section
[all...]
H A Dcoff-arm.c539 *addendp -= pe_data (sec->output_section->owner)->pe_opthdr.ImageBase;
548 osect_vma = h->root.u.def.section->output_section->vma;
560 osect_vma = sec->output_section->vma;
615 relocation += symbol->section->output_section->vma;
618 relocation -= input_section->output_section->vma;
720 relocation += symbol->section->output_section->vma;
723 relocation -= input_section->output_section->vma;
950 + input_section->output_section->vma;
1233 && (h->root.u.def.section->output_section
1234 == input_section->output_section))
[all...]
H A Delf32-i386.c1505 s = p->sec->output_section;
1824 asection *s = p->sec->output_section;
1894 && bfd_is_abs_section (p->sec->output_section))
1905 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2270 relocation = (sec->output_section->vma
2320 addend += msec->output_section->vma + msec->output_offset;
2439 outrel.r_offset = (htab->sgot->output_section->vma
2455 relocation = htab->sgot->output_section->vma
2457 - htab->sgotplt->output_section->vma
2487 relocation -= htab->sgotplt->output_section
[all...]
H A Delf32-ppc.c1682 relocation += symbol->section->output_section->vma;
4081 && htab->plt->output_section != NULL)
4083 elf_section_type (htab->plt->output_section) = SHT_PROGBITS;
4084 elf_section_flags (htab->plt->output_section) = SHF_ALLOC + SHF_WRITE;
4156 if (sec->has_tls_reloc && !bfd_is_abs_section (sec->output_section))
4439 s = p->sec->output_section;
4908 asection *s = p->sec->output_section;
4981 && bfd_is_abs_section (p->sec->output_section))
4992 if ((p->sec->output_section->flags
5472 if (tsec->output_section
[all...]
H A Delf64-s390.c459 + symbol->section->output_section->vma
464 relocation -= (input_section->output_section->vma
1638 s = p->sec->output_section;
1934 asection *s = p->sec->output_section;
2001 && bfd_is_abs_section (p->sec->output_section))
2012 if ((p->sec->output_section->flags & SEC_READONLY) != 0)
2341 relocation += htab->sgot->output_section->vma;
2423 outrel.r_offset = (htab->sgot->output_section->vma
2448 relocation += htab->sgot->output_section->vma;
2463 relocation -= htab->sgot->output_section
[all...]
H A Dcoff-alpha.c852 + h->u.def.section->output_section->vma
988 - (input_section->output_section->vma
1029 relocation += symbol->section->output_section->vma;
1089 relocation += symbol->section->output_section->vma;
1122 relocation += symbol->section->output_section->vma;
1145 asection *os = input_section->output_section;
1301 name = bfd_get_section_name (output_bfd, hsec->output_section);
1365 + hsec->output_section->vma
1492 lita_vma = lita_sec->output_offset + lita_sec->output_section->vma;
1701 - (input_section->output_section
[all...]
H A Delf32-arm.c3870 vma = myh->root.u.def.section->output_section->vma
3890 vma = myh->root.u.def.section->output_section->vma
4064 BFD_ASSERT (s->output_section != NULL);
4099 + s->output_section->vma)
4115 (s->output_section->vma + s->output_offset + my_offset)
4117 - (input_section->output_section->vma + input_section->output_offset
4193 + s->output_section->vma
4258 BFD_ASSERT (s->output_section != NULL);
4272 + s->output_section->vma
4274 + input_section->output_section
[all...]
H A Dreloc.c633 reloc_target_output_section = symbol->section->output_section;
681 input_section->output_section->vma + input_section->output_offset;
1020 reloc_target_output_section = symbol->section->output_section;
1067 input_section->output_section->vma + input_section->output_offset;
1366 relocation -= (input_section->output_section->vma
5253 asection *os = input_section->output_section;
H A Daoutx.h1575 if (sec->output_section != NULL)
1578 sec = sec->output_section;
1939 asection *output_section = sym->section->output_section;
1959 if (bfd_is_com_section (output_section)
1960 || bfd_is_abs_section (output_section)
1961 || bfd_is_und_section (output_section)
1984 r_index = output_section->target_index;
2030 asection *output_section = sym->section->output_section;
1933 asection *output_section = sym->section->output_section; local
2024 asection *output_section = sym->section->output_section; local
[all...]

Completed in 265 milliseconds

1234