• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/

Lines Matching defs:contents

440       /* This is a common symbol.  The section contents include the
644 section contents. */
704 bfd_byte *contents = NULL;
745 /* Get the section contents. */
746 if (contents == NULL)
748 if (coff_section_data (abfd, sec)->contents != NULL)
749 contents = coff_section_data (abfd, sec)->contents;
752 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
770 insn = bfd_get_16 (abfd, contents + laddr);
865 symval += bfd_get_32 (abfd, contents + paddr - sec->vma);
883 contents, the section relocs, and the BFD symbol table. We
893 coff_section_data (abfd, sec)->contents = contents;
911 contents + irel->r_vaddr - sec->vma);
919 contents + irel->r_vaddr - sec->vma);
993 /* Get the section contents. */
994 if (contents == NULL)
996 if (coff_section_data (abfd, sec)->contents != NULL)
997 contents = coff_section_data (abfd, sec)->contents;
1000 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
1005 if (! sh_align_loads (abfd, sec, internal_relocs, contents, &swapped))
1013 coff_section_data (abfd, sec)->contents = contents;
1029 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents)
1032 free (contents);
1034 /* Cache the section contents for coff_link_input_bfd. */
1035 coff_section_data (abfd, sec)->contents = contents;
1044 if (contents != NULL && contents != coff_section_data (abfd, sec)->contents)
1045 free (contents);
1058 bfd_byte *contents;
1067 contents = coff_section_data (abfd, sec)->contents;
1090 memmove (contents + addr, contents + addr + count,
1102 bfd_put_16 (abfd, (bfd_vma) NOP_OPCODE, contents + toaddr - count + i);
1147 insn = bfd_get_16 (abfd, contents + nraddr);
1178 val = bfd_get_32 (abfd, contents + nraddr);
1181 bfd_put_32 (abfd, val - count, contents + nraddr);
1227 adding in the contents gives us the top. We must adjust
1228 both the r_offset field and the section contents. */
1245 voff = bfd_get_signed_16 (abfd, contents + nraddr);
1247 voff = bfd_get_8 (abfd, contents + nraddr);
1249 voff = bfd_get_signed_32 (abfd, contents + nraddr);
1288 bfd_put_16 (abfd, (bfd_vma) insn, contents + nraddr);
1295 bfd_put_16 (abfd, (bfd_vma) insn, contents + nraddr);
1309 bfd_put_16 (abfd, (bfd_vma) insn, contents + nraddr);
1316 bfd_put_8 (abfd, (bfd_vma) voff, contents + nraddr);
1323 bfd_put_signed_16 (abfd, (bfd_vma) voff, contents + nraddr);
1328 bfd_put_signed_32 (abfd, (bfd_vma) voff, contents + nraddr);
1401 if (coff_section_data (abfd, o)->contents != NULL)
1402 ocontents = coff_section_data (abfd, o)->contents;
1407 /* We always cache the section contents.
1411 coff_section_data (abfd, o)->contents = ocontents;
2313 the BFD and section we are examining. CONTENTS is the contents of
2325 _bfd_sh_align_load_span (abfd, sec, contents, swap, relocs,
2329 bfd_byte *contents;
2371 insn = bfd_get_16 (abfd, contents + i);
2384 prev_insn = bfd_get_16 (abfd, contents + i - 2);
2398 unsigned pprev_insn = bfd_get_16 (abfd, contents + i - 4);
2434 prev2_insn = bfd_get_16 (abfd, contents + i - 4);
2457 if (! (*swap) (abfd, sec, relocs, contents, i - 2))
2475 next_insn = bfd_get_16 (abfd, contents + i + 2);
2513 next2_insn = bfd_get_16 (abfd, contents + i + 4);
2523 if (! (*swap) (abfd, sec, relocs, contents, i))
2542 sh_align_loads (abfd, sec, internal_relocs, contents, pswapped)
2546 bfd_byte *contents;
2596 if (! _bfd_sh_align_load_span (abfd, sec, contents, sh_swap_insns,
2615 sh_swap_insns (abfd, sec, relocs, contents, addr)
2619 bfd_byte *contents;
2627 i1 = bfd_get_16 (abfd, contents + addr);
2628 i2 = bfd_get_16 (abfd, contents + addr + 2);
2629 bfd_put_16 (abfd, (bfd_vma) i2, contents + addr);
2630 bfd_put_16 (abfd, (bfd_vma) i1, contents + addr + 2);
2684 loc = contents + irel->r_vaddr - sec->vma;
2749 sh_relocate_section (output_bfd, info, input_bfd, input_section, contents,
2755 bfd_byte *contents;
2877 contents,
2938 particular set of section contents, specially. */
2941 || coff_section_data (input_bfd, input_section)->contents == NULL)
2947 memcpy (data, coff_section_data (input_bfd, input_section)->contents,