Lines Matching defs:contents

465 				 bfd_byte *contents, bfd_vma address,
483 location = contents + address;
688 bfd_byte *contents,
753 rel, 1, relend, howto, 0, contents);
773 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
779 input_section, contents,
790 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
795 addend = bfd_get_32 (input_bfd, contents + rel->r_offset);
800 addend = bfd_get_16 (input_bfd, contents + rel->r_offset);
810 contents, rel->r_offset,
817 contents,
826 contents,
835 in1 = bfd_get_32 (input_bfd, contents + rel->r_offset);
836 in2 = bfd_get_32 (input_bfd, contents + rel->r_offset + 4);
846 contents,
858 /* Nothing to do here, as contents already contain the
865 addend = bfd_get_16 (input_bfd, contents + rel->r_offset);
869 input_section, contents,
876 addend = bfd_get_32 (input_bfd, contents + rel->r_offset);
880 input_section, contents,
888 input_section, contents,
964 already written into the section's contents. */
1004 unsigned char *isec_contents = elf_section_data (isec)->this_hdr.contents;
1010 elf_section_data (isec)->this_hdr.contents = isec_contents;
1072 contents. */
1128 bfd_byte *contents;
1139 contents = elf_section_data (sec)->this_hdr.contents;
1148 memmove (contents + addr, contents + addr + count,
1214 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1279 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1348 bfd_byte * contents = NULL;
1377 /* Get the section contents if we haven't done so already. */
1378 if (contents == NULL)
1381 if (elf_section_data (sec)->this_hdr.contents != NULL)
1382 contents = elf_section_data (sec)->this_hdr.contents;
1383 else if (! bfd_malloc_and_get_section (abfd, sec, &contents))
1390 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1441 contents, the section relocs, and the BFD symbol table. We
1461 /* Note that we've changed the relocs, section contents. */
1463 elf_section_data (sec)->this_hdr.contents = contents;
1464 symtab_hdr->contents = (unsigned char *) isymbuf;
1468 insn = bfd_get_32 (abfd, contents + irel->r_offset + 4);
1482 bfd_put_32 (abfd, insn, contents + irel->r_offset + 4);
1504 if (isymbuf != NULL && symtab_hdr->contents != (unsigned char *) isymbuf)
1511 symtab_hdr->contents = (unsigned char *) isymbuf;
1515 if (contents != NULL
1516 && elf_section_data (sec)->this_hdr.contents != contents)
1519 free (contents);
1522 /* Cache the section contents for elf_link_input_bfd. */
1523 elf_section_data (sec)->this_hdr.contents = contents;
1533 if (symtab_hdr->contents != (unsigned char *) isymbuf)
1535 if (elf_section_data (sec)->this_hdr.contents != contents)
1536 free (contents);