Lines Matching defs:contents

229 				 input_section, contents, offset, value,
235 bfd_byte *contents;
244 bfd_byte *hit_data = contents + offset;
333 contents, relocs, local_syms, local_sections)
338 bfd_byte *contents;
391 contents, rel->r_offset,
494 bfd_byte *contents = NULL;
531 /* Get the section contents if we haven't done so already. */
532 if (contents == NULL)
535 if (elf_section_data (sec)->this_hdr.contents != NULL)
536 contents = elf_section_data (sec)->this_hdr.contents;
540 if (!bfd_malloc_and_get_section (abfd, sec, &contents))
548 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
601 contents, the section relocs, and the BFD symbol table. We
627 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
632 /* Note that we've changed the relocs, section contents, etc. */
634 elf_section_data (sec)->this_hdr.contents = contents;
635 symtab_hdr->contents = (unsigned char *) isymbuf;
639 bfd_put_8 (abfd, 0xfc, contents + irel->r_offset - 2);
641 bfd_put_8 (abfd, 0xfd, contents + irel->r_offset - 2);
680 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
685 /* Note that we've changed the relocs, section contents, etc. */
687 elf_section_data (sec)->this_hdr.contents = contents;
688 symtab_hdr->contents = (unsigned char *) isymbuf;
691 bfd_put_8 (abfd, 0xea, contents + irel->r_offset - 1);
737 code = bfd_get_8 (abfd, contents + irel->r_offset + 1);
762 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
777 /* Note that we've changed the relocs, section contents, etc. */
779 elf_section_data (sec)->this_hdr.contents = contents;
780 symtab_hdr->contents = (unsigned char *) isymbuf;
840 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
878 code = bfd_get_8 (abfd, contents + irel->r_offset - 2);
884 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
896 /* Note that we've changed the relocation contents, etc. */
898 elf_section_data (sec)->this_hdr.contents = contents;
899 symtab_hdr->contents = (unsigned char *) isymbuf;
903 contents + irel->r_offset - 2);
935 /* Note that we've changed the relocation contents, etc. */
937 elf_section_data (sec)->this_hdr.contents = contents;
938 symtab_hdr->contents = (unsigned char *) isymbuf;
954 bfd_put_8 (abfd, code, contents + irel->r_offset - 2);
1018 /* Note that we've changed the relocation contents, etc. */
1020 elf_section_data (sec)->this_hdr.contents = contents;
1021 symtab_hdr->contents = (unsigned char *) isymbuf;
1024 bfd_put_8 (abfd, 0xf7, contents + irel->r_offset - 2);
1059 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
1077 /* Note that we've changed the reldection contents, etc. */
1079 elf_section_data (sec)->this_hdr.contents = contents;
1080 symtab_hdr->contents = (unsigned char *) isymbuf;
1083 contents + irel->r_offset - 2);
1086 contents + irel->r_offset - 1);
1111 && symtab_hdr->contents != (unsigned char *) isymbuf)
1118 symtab_hdr->contents = (unsigned char *) isymbuf;
1122 if (contents != NULL
1123 && elf_section_data (sec)->this_hdr.contents != contents)
1126 free (contents);
1129 /* Cache the section contents for elf_link_input_bfd. */
1130 elf_section_data (sec)->this_hdr.contents = contents;
1142 && symtab_hdr->contents != (unsigned char *) isymbuf)
1144 if (contents != NULL
1145 && elf_section_data (sec)->this_hdr.contents != contents)
1146 free (contents);
1165 bfd_byte *contents;
1177 contents = elf_section_data (sec)->this_hdr.contents;
1189 memmove (contents + addr, contents + addr + count,
1204 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
1299 particular set of section contents, specially. */
1301 || elf_section_data (input_section)->this_hdr.contents == NULL)
1309 memcpy (data, elf_section_data (input_section)->this_hdr.contents,
1328 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents;
1368 && symtab_hdr->contents != (unsigned char *) isymbuf)
1380 && symtab_hdr->contents != (unsigned char *) isymbuf)