Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf.c2231 asection *target_sect; in bfd_section_from_shdr() local
2328 target_sect = bfd_section_from_elf_index (abfd, hdr->sh_info); in bfd_section_from_shdr()
2329 if (target_sect == NULL) in bfd_section_from_shdr()
2332 esdt = elf_section_data (target_sect); in bfd_section_from_shdr()
2347 target_sect->reloc_count += NUM_SHDR_ENTRIES (hdr); in bfd_section_from_shdr()
2348 target_sect->flags |= SEC_RELOC; in bfd_section_from_shdr()
2349 target_sect->relocation = NULL; in bfd_section_from_shdr()
2350 target_sect->rel_filepos = hdr->sh_offset; in bfd_section_from_shdr()
2356 target_sect->use_rela_p = 1; in bfd_section_from_shdr()