Home
last modified time | relevance | path

Searched refs:isec_contents (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-avr.c1639 unsigned char *isec_contents = elf_section_data (isec)->this_hdr.contents; in elf32_avr_adjust_diff_reloc_value() local
1640 if (isec_contents == NULL) in elf32_avr_adjust_diff_reloc_value()
1642 if (! bfd_malloc_and_get_section (abfd, isec, &isec_contents)) in elf32_avr_adjust_diff_reloc_value()
1645 elf_section_data (isec)->this_hdr.contents = isec_contents; in elf32_avr_adjust_diff_reloc_value()
1648 reloc_contents = isec_contents + irel->r_offset; in elf32_avr_adjust_diff_reloc_value()