• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/

Lines Matching defs:section

346 	  asection *section;
372 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
374 value -= section->vma;
379 section = bfd_und_section_ptr;
384 section = bfd_com_section_ptr;
389 section = coff_section_from_bfd_index (abfd, sym.n_scnum);
398 /* In the PE format, section symbols actually refer to the
399 start of the output section. We handle them specially
412 ("Warning: symbol `%s' is both section and non-section",
424 section and one will end up in the .rdata section. The
426 section, which seems to be wrong since it might cause the
444 && coff_section_data (abfd, section) != NULL
445 && coff_section_data (abfd, section)->comdat != NULL
447 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0)
454 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL
455 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name,
456 coff_section_data (abfd, section)->comdat->name) == 0)
463 (info, abfd, name, flags, section, value,
474 alignment of a section. There is no point to permitting
477 in the common section. */
478 if (section == bfd_com_section_ptr
553 the section header, but a non-zero size in the AUX
558 done when we swap in the section header. */
560 if (section->size == 0)
561 section->size = (*sym_hash)->aux[0].x_scn.x_scnlen;
563 /* FIXME: We could test whether the section sizes
709 sec = p->u.indirect.section;
712 link. This will normally be every section. We need
754 /* This section has a long name which must go in the string
757 into the s_name field of the section header. That is why
804 written out all the local symbols. For each section in
901 && bfd_family_coff (p->u.indirect.section->owner))
903 sub = p->u.indirect.section->owner;
1075 /* Free up the section information. */
1210 /* Process any magic embedded commands in a section called .drectve. */
1504 /* Skip section symbols for sections which are not going to be
1516 symbol, then skip it. FIXME: gas sets the section to N_ABS
1775 "real" section numbers, and need to be moved into
1776 the new section. */
2132 /* FIXME: If SEC_HAS_CONTENTS is not for the section, then
2135 input section in _bfd_coff_final_link, which means that
2137 this section. I don't think line numbers can be
2138 meaningful for a section which does not have
2276 /* Relocate the contents of each section. */
2284 /* This section was omitted from the link. */
2297 (_("%B: relocs in section `%A', but it has no contents"),
2335 /* Call processor specific code to relocate the section
2433 /* Write out the modified section contents. */
2508 sec = h->root.u.def.section->output_section;
2514 + h->root.u.def.section->output_offset);
2598 handle section aux entries here, now that we have the final
2606 /* Look for a section aux entry here using the same tests that
2617 sec = h->root.u.def.section->output_section;
2743 link_order->u.reloc.p->u.section)
2775 /* We need to somehow locate a symbol in the right section. The
2875 size of the symbol is included in the section contents, or it
2929 sec = h->root.u.def.section;
2940 File Format Specification_, section 5.5.3.
2961 sec = h2->root.u.def.section;
2985 /* Relocation to a symbol in a section which isn't
2988 reloc section. Note that the base file is not
3019 (_("%B: bad reloc address 0x%lx in section `%A'"),