Searched refs:symsec (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dwrite.c733 asection *symsec; local
789 symsec = S_GET_SEGMENT (sym);
790 if (symsec == NULL)
793 if (bfd_is_abs_section (symsec))
804 if (symsec != sec && ! S_IS_LOCAL (sym))
806 if ((symsec->flags & SEC_LINK_ONCE) != 0
811 && strncmp (segment_name (symsec), ".gnu.linkonce",
818 if ((symsec->flags & SEC_MERGE) != 0
823 if ((symsec->flags & SEC_THREAD_LOCAL) != 0)
827 than using symsec, becaus
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Daoutx.h4774 asection *symsec;
4883 symsec = obj_textsec (input_bfd);
4886 symsec = obj_datasec (input_bfd);
4889 symsec = obj_bsssec (input_bfd);
4892 symsec = bfd_abs_section_ptr;
4907 symsec = NULL;
4912 symsec = NULL;
4923 symsec = NULL;
4933 symsec = obj_textsec (input_bfd);
4936 symsec
[all...]
H A Delf32-spu.c422 asection *symsec = NULL; local
425 symsec = h->root.u.def.section;
426 *symsecp = symsec;
463 asection *symsec = NULL; local
467 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx);
468 *symsecp = symsec;
H A Delf64-ppc.c6020 asection *symsec = NULL;
6023 symsec = h->root.u.def.section;
6024 *symsecp = symsec;
6061 asection *symsec = NULL;
6065 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx);
6066 *symsecp = symsec;
6016 asection *symsec = NULL; local
6057 asection *symsec = NULL; local
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c4744 Elf_Internal_Shdr *symsec;
4750 symsec = SECTION_HEADER (section->sh_link);
4751 if (symsec->sh_type != SHT_SYMTAB
4752 && symsec->sh_type != SHT_DYNSYM)
4755 nsyms = symsec->sh_size / symsec->sh_entsize;
4756 symtab = GET_ELF_SYMBOLS (file, symsec);
4761 if (SECTION_HEADER_INDEX (symsec->sh_link)
4764 strsec = SECTION_HEADER (symsec->sh_link);
7822 Elf_Internal_Shdr *symsec;
4741 Elf_Internal_Shdr *symsec; local
7819 Elf_Internal_Shdr *symsec; local
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-score.c4783 asection *symsec; local
4799 symsec = S_GET_SEGMENT (sym);
4803 if (symsec != segtype && ! S_IS_LOCAL (sym))
4805 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
4811 if (strncmp (segment_name (symsec), ".gnu.linkonce",
4817 return (symsec != &bfd_und_section
4818 && symsec != &bfd_abs_section
4819 && ! bfd_is_com_section (symsec)
H A Dtc-mips.c13647 asection *symsec;
13664 symsec = S_GET_SEGMENT (sym);
13667 return (symsec != &bfd_und_section
13668 && symsec != &bfd_abs_section
13669 && !bfd_is_com_section (symsec)
13689 segT symsec;
13726 symsec = S_GET_SEGMENT (fragp->fr_symbol);
13746 if (symsec != sec)
13866 else if (symsec != absolute_section && sec != NULL)
13636 asection *symsec; local
13678 segT symsec; local

Completed in 291 milliseconds