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

Lines Matching defs:section

201   if (!bfd_is_com_section (symbol->section))
203 if (symbol->section->output_section)
204 val += symbol->section->output_section->vma;
249 && sym->section != bfd_abs_section_ptr
270 the first section vma is the overlay buffer vma (ie. the section has
272 section vma+size specifies the end of the region. We keep pointers
273 to sections like this because section vmas may change when laying
311 /* Offset of entry in stub section. */
392 *SYMSECP to the symbol's section. *LOCSYMSP caches local syms. */
425 symsec = h->root.u.def.section;
520 /* Create the note section if not already present. This is done early so
542 /* Make SPU_PTNOTE_SPUNAME section. */
630 each region save a section from that region with the lowest vma
631 and another section with the highest end vma. */
740 /* A reference from some other section to a symbol in an overlay
741 section needs a stub. */
773 char *stub_name = spu_stub_name (h->root.u.def.section, h, &zero_rel);
797 sh->target_section = h->root.u.def.section;
872 asection *section;
889 /* Walk over each section attached to the input bfd. */
890 for (section = ibfd->sections; section != NULL; section = section->next)
895 if ((section->flags & SEC_RELOC) == 0
896 || (section->flags & SEC_ALLOC) == 0
897 || (section->flags & SEC_LOAD) == 0
898 || section->reloc_count == 0)
901 /* If this section is a link-once section that will be
903 if (section->output_section == NULL
904 || section->output_section->owner != output_bfd)
909 = _bfd_elf_link_read_relocs (ibfd, section, NULL, NULL,
916 irelaend = irela + section->reloc_count;
939 /* Determine the reloc target section. */
960 if (!bfd_get_section_contents (ibfd, section, insn,
1002 if (!needs_ovl_stub (sym_name, sym_sec, section, htab,
1017 if (elf_section_data (section)->relocs != internal_relocs)
1045 if (elf_section_data (section)->relocs != internal_relocs)
1101 /* Now that the stubs are sorted, place them in the stub section.
1241 val = (htab->ovly_load->root.u.def.section->output_section->vma
1242 + htab->ovly_load->root.u.def.section->output_offset
1275 h->root.u.def.section = sec;
1306 h->root.u.def.section = htab->ovtab;
1316 h->root.u.def.section->owner,
1349 s = h->root.u.def.section->output_section;
1352 (*_bfd_error_handler) (_("%s in overlay section"),
1353 h->root.u.def.section->owner);
1442 h->root.u.def.section = toe;
1547 /* qsort predicate to sort symbols by section and value. */
1596 /* Function section. */
1605 in hot/cold section. */
1625 entries for section SEC. */
1836 info->callbacks->einfo (_("warning: %s exceeds section size\n"), f1);
1846 OFFSET in section SEC. */
1896 section part of same function. */
1958 info->callbacks->einfo (_("%B(%A+0x%v): call to non-code section"
2017 the function to another, ie. hot/cold section. If the
2058 /* Find a function immediately preceding this section. */
2062 if (l->u.indirect.section == sec)
2073 && (sec_data = spu_elf_section_data (l->u.indirect.section)) != NULL
2172 /* Sort them by section and offset within section. */
2297 /* No symbols in this section. Must be .init or .fini
2395 /* Transfer call info from hot/cold section part of function
2553 h->root.u.def.section = bfd_abs_section_ptr;
2738 section contents zeroed. Avoid any special processing. */
2886 char *stub_name = spu_stub_name (h->root.u.def.section, h, &zero_rel);
2949 /* Remove .toe section from other PT_LOAD segments and put it in
3006 /* Check that all loadable section VMAs lie in the range
3027 /* Tweak the section type of .note.spu_name. */