Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-hppa.c146 int *section_syms; member
538 if (hppa_info->section_syms) in elf64_hppa_check_relocs()
539 free (hppa_info->section_syms); in elf64_hppa_check_relocs()
568 hppa_info->section_syms = (int *) bfd_malloc (amt); in elf64_hppa_check_relocs()
575 hppa_info->section_syms[isym->st_shndx] = i; in elf64_hppa_check_relocs()
609 sec_symndx = hppa_info->section_syms[sec_symndx]; in elf64_hppa_check_relocs()
Delf-bfd.h1633 asymbol **section_syms; member
1830 #define elf_section_syms(bfd) (elf_tdata(bfd) -> o->section_syms)