• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/

Lines Matching refs:isection

2076 find_section_rename (bfd * ibfd ATTRIBUTE_UNUSED, sec_ptr isection,
2079 const char * old_name = bfd_section_name (ibfd, isection);
2083 * returned_flags = bfd_get_section_flags (ibfd, isection);
2127 setup_section (bfd *ibfd, sec_ptr isection, void *obfdarg)
2140 if (is_strip_section (ibfd, isection))
2143 p = find_section_list (bfd_section_name (ibfd, isection), FALSE);
2148 name = find_section_rename (ibfd, isection, & flags);
2152 && (bfd_get_section_flags (ibfd, isection) & SEC_ALLOC))
2186 size = bfd_section_size (ibfd, isection);
2195 vma = bfd_section_vma (ibfd, isection);
2209 lma = isection->lma;
2228 bfd_section_alignment (ibfd, isection)))
2235 osection->entsize = isection->entsize;
2240 isection->output_section = osection;
2241 isection->output_offset = 0;
2250 else if (!bfd_copy_private_section_data (ibfd, isection, obfd, osection))
2255 else if ((isection->flags & SEC_GROUP) != 0)
2257 asymbol *gsym = group_signature (isection);
2269 bfd_section_name (ibfd, isection),
2279 copy_section (bfd *ibfd, sec_ptr isection, void *obfdarg)
2295 if (is_strip_section (ibfd, isection))
2298 flags = bfd_get_section_flags (ibfd, isection);
2302 osection = isection->output_section;
2303 size = bfd_get_section_size (isection);
2308 p = find_section_list (bfd_get_section_name (ibfd, isection), FALSE);
2315 relsize = bfd_get_reloc_upper_bound (ibfd, isection);
2332 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, isympp);
2359 if (bfd_get_section_flags (ibfd, isection) & SEC_HAS_CONTENTS
2364 if (!bfd_get_section_contents (ibfd, isection, memhunk, 0, size))
2464 mark_symbols_used_in_relocations (bfd *ibfd, sec_ptr isection, void *symbolsarg)
2472 if (isection->output_section == NULL)
2475 relsize = bfd_get_reloc_upper_bound (ibfd, isection);
2488 relcount = bfd_canonicalize_reloc (ibfd, isection, relpp, symbols);