Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-tic6x.c4060 struct bfd_elf_section_data *elf_sec = elf_section_data (sec); in elf32_tic6x_fix_exidx_coverage() local
4061 Elf_Internal_Shdr *hdr = &elf_sec->this_hdr; in elf32_tic6x_fix_exidx_coverage()
4066 if (elf_sec->linked_to) in elf32_tic6x_fix_exidx_coverage()
4069 = &elf_section_data (elf_sec->linked_to)->this_hdr; in elf32_tic6x_fix_exidx_coverage()
Delf32-arm.c10955 struct bfd_elf_section_data *elf_sec = elf_section_data (sec); in elf32_arm_fix_exidx_coverage() local
10956 Elf_Internal_Shdr *hdr = &elf_sec->this_hdr; in elf32_arm_fix_exidx_coverage()
10961 if (elf_sec->linked_to) in elf32_arm_fix_exidx_coverage()
10964 = &elf_section_data (elf_sec->linked_to)->this_hdr; in elf32_arm_fix_exidx_coverage()
DChangeLog-20092344 elf_sec->this_hdr == NULL.