Searched refs:symsec (Results 1 – 9 of 9) sorted by relevance
733 asection *symsec; in adjust_reloc_syms() local789 symsec = S_GET_SEGMENT (sym); in adjust_reloc_syms()790 if (symsec == NULL) in adjust_reloc_syms()793 if (bfd_is_abs_section (symsec)) in adjust_reloc_syms()804 if (symsec != sec && ! S_IS_LOCAL (sym)) in adjust_reloc_syms()806 if ((symsec->flags & SEC_LINK_ONCE) != 0 in adjust_reloc_syms()811 && strncmp (segment_name (symsec), ".gnu.linkonce", in adjust_reloc_syms()818 if ((symsec->flags & SEC_MERGE) != 0 in adjust_reloc_syms()823 if ((symsec->flags & SEC_THREAD_LOCAL) != 0) in adjust_reloc_syms()
4765 asection *symsec; in aout_link_write_symbols() local4874 symsec = obj_textsec (input_bfd); in aout_link_write_symbols()4877 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()4880 symsec = obj_bsssec (input_bfd); in aout_link_write_symbols()4883 symsec = bfd_abs_section_ptr; in aout_link_write_symbols()4898 symsec = NULL; in aout_link_write_symbols()4903 symsec = NULL; in aout_link_write_symbols()4914 symsec = NULL; in aout_link_write_symbols()4924 symsec = obj_textsec (input_bfd); in aout_link_write_symbols()4927 symsec = obj_datasec (input_bfd); in aout_link_write_symbols()[all …]
422 asection *symsec = NULL; in get_sym_h() local425 symsec = h->root.u.def.section; in get_sym_h()426 *symsecp = symsec; in get_sym_h()463 asection *symsec = NULL; in get_sym_h() local467 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx); in get_sym_h()468 *symsecp = symsec; in get_sym_h()
6016 asection *symsec = NULL; in get_sym_h() local6019 symsec = h->root.u.def.section; in get_sym_h()6020 *symsecp = symsec; in get_sym_h()6057 asection *symsec = NULL; in get_sym_h() local6061 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx); in get_sym_h()6062 *symsecp = symsec; in get_sym_h()
20 symsec != NULL tests.
4741 Elf_Internal_Shdr *symsec; in process_relocs() local4747 symsec = SECTION_HEADER (section->sh_link); in process_relocs()4748 if (symsec->sh_type != SHT_SYMTAB in process_relocs()4749 && symsec->sh_type != SHT_DYNSYM) in process_relocs()4752 nsyms = symsec->sh_size / symsec->sh_entsize; in process_relocs()4753 symtab = GET_ELF_SYMBOLS (file, symsec); in process_relocs()4758 if (SECTION_HEADER_INDEX (symsec->sh_link) in process_relocs()4761 strsec = SECTION_HEADER (symsec->sh_link); in process_relocs()7819 Elf_Internal_Shdr *symsec; in debug_apply_rela_addends() local7834 symsec = SECTION_HEADER (relsec->sh_link); in debug_apply_rela_addends()[all …]
731 (process_relocs): Don't bomb if reloc section has no symsec.
4783 asection *symsec; in pic_need_relax() local4799 symsec = S_GET_SEGMENT (sym); in pic_need_relax()4803 if (symsec != segtype && ! S_IS_LOCAL (sym)) in pic_need_relax()4805 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0) in pic_need_relax()4811 if (strncmp (segment_name (symsec), ".gnu.linkonce", in pic_need_relax()4817 return (symsec != &bfd_und_section in pic_need_relax()4818 && symsec != &bfd_abs_section in pic_need_relax()4819 && ! bfd_is_com_section (symsec) in pic_need_relax()
13636 asection *symsec; in pic_need_relax() local13653 symsec = S_GET_SEGMENT (sym); in pic_need_relax()13656 return (symsec != &bfd_und_section in pic_need_relax()13657 && symsec != &bfd_abs_section in pic_need_relax()13658 && !bfd_is_com_section (symsec) in pic_need_relax()13678 segT symsec; in mips16_extended_frag() local13715 symsec = S_GET_SEGMENT (fragp->fr_symbol); in mips16_extended_frag()13735 if (symsec != sec) in mips16_extended_frag()13855 else if (symsec != absolute_section && sec != NULL) in mips16_extended_frag()