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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-mmix.c1552 r_offset, r_addend, relocation, symname, symsec)
1560 asection *symsec;
1591 if (symsec == NULL)
1595 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1597 || strcmp (bfd_get_section_name (symsec->owner, symsec),
1606 bfd_get_section_name (symsec->owner, symsec));
1611 bfd_get_section_name (symsec
[all...]
H A Dnlm32-sparc.c265 asection *code, *data, *bss, *symsec; local
271 symsec = (*rel->sym_ptr_ptr)->section;
273 if (symsec == code)
275 else if (symsec == data)
277 else if (symsec == bss)
H A Dnlm32-ppc.c738 asection *symsec;
751 symsec = bfd_get_section (sym);
754 BFD_ASSERT (bfd_is_und_section (symsec));
759 if (symsec == code_sec)
761 else if (symsec == data_sec)
763 else if (symsec == bss_sec)
737 asection *symsec; local
H A Dpdp11.c4041 asection *symsec;
4150 symsec = obj_textsec (input_bfd);
4153 symsec = obj_datasec (input_bfd);
4156 symsec = obj_bsssec (input_bfd);
4159 symsec = bfd_abs_section_ptr;
4174 symsec = NULL;
4179 symsec = NULL;
4190 symsec = NULL;
4200 symsec = obj_textsec (input_bfd);
4203 symsec
4032 asection *symsec; local
[all...]
H A Daoutx.h4752 asection *symsec;
4861 symsec = obj_textsec (input_bfd);
4864 symsec = obj_datasec (input_bfd);
4867 symsec = obj_bsssec (input_bfd);
4870 symsec = bfd_abs_section_ptr;
4885 symsec = NULL;
4890 symsec = NULL;
4901 symsec = NULL;
4911 symsec = obj_textsec (input_bfd);
4914 symsec
[all...]
H A Delf64-ppc.c5954 asection *symsec = NULL;
5957 symsec = h->root.u.def.section;
5958 *symsecp = symsec;
5995 asection *symsec = NULL;
5999 symsec = bfd_section_from_elf_index (ibfd, sym->st_shndx);
6000 *symsecp = symsec;
5950 asection *symsec = NULL; local
5991 asection *symsec = NULL; local
/haiku-buildtools/binutils/bfd/
H A Delf64-mmix.c1574 const char *symname, asection *symsec,
1606 if (symsec == NULL)
1610 if (strcmp (bfd_get_section_name (symsec->owner, symsec),
1612 || strcmp (bfd_get_section_name (symsec->owner, symsec),
1622 bfd_get_section_name (symsec->owner, symsec));
1628 bfd_get_section_name (symsec->owner, symsec));
1569 mmix_final_link_relocate(reloc_howto_type *howto, asection *input_section, bfd_byte *contents, bfd_vma r_offset, bfd_signed_vma r_addend, bfd_vma relocation, const char *symname, asection *symsec, char **error_message) argument
[all...]
H A Dnlm32-sparc.c265 asection *code, *data, *bss, *symsec; local
271 symsec = (*rel->sym_ptr_ptr)->section;
273 if (symsec == code)
275 else if (symsec == data)
277 else if (symsec == bss)
H A Dnlm32-ppc.c738 asection *symsec;
751 symsec = bfd_get_section (sym);
754 BFD_ASSERT (bfd_is_und_section (symsec));
759 if (symsec == code_sec)
761 else if (symsec == data_sec)
763 else if (symsec == bss_sec)
737 asection *symsec; local
H A Dpdp11.c4054 asection *symsec;
4163 symsec = obj_textsec (input_bfd);
4166 symsec = obj_datasec (input_bfd);
4169 symsec = obj_bsssec (input_bfd);
4172 symsec = bfd_abs_section_ptr;
4187 symsec = NULL;
4192 symsec = NULL;
4203 symsec = NULL;
4213 symsec = obj_textsec (input_bfd);
4216 symsec
4045 asection *symsec; local
[all...]
H A Daoutx.h4889 asection *symsec;
4998 symsec = obj_textsec (input_bfd);
5001 symsec = obj_datasec (input_bfd);
5004 symsec = obj_bsssec (input_bfd);
5007 symsec = bfd_abs_section_ptr;
5022 symsec = NULL;
5027 symsec = NULL;
5038 symsec = NULL;
5048 symsec = obj_textsec (input_bfd);
5051 symsec
4880 asection *symsec; local
[all...]
H A Delf32-spu.c521 asection *symsec = NULL; local
524 symsec = h->root.u.def.section;
525 *symsecp = symsec;
H A Delf64-ppc.c7496 asection *symsec = NULL;
7499 symsec = h->root.u.def.section;
7500 *symsecp = symsec;
7492 asection *symsec = NULL; local
/haiku-buildtools/binutils/gas/
H A Dwrite.c732 asection *symsec = S_GET_SEGMENT (sym); local
733 if (!(((symsec->flags & SEC_MERGE) != 0
735 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
738 sym = section_symbol (symsec);
783 asection *symsec; local
839 symsec = S_GET_SEGMENT (sym);
840 if (symsec == NULL)
843 if (bfd_is_abs_section (symsec)
844 || symsec == reg_section)
855 if (symsec !
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Dwrite.c663 asection *symsec; local
715 symsec = S_GET_SEGMENT (sym);
716 if (symsec == NULL)
719 if (bfd_is_abs_section (symsec))
730 if (symsec != sec && ! S_IS_LOCAL (sym))
732 if ((symsec->flags & SEC_LINK_ONCE) != 0
737 && strncmp (segment_name (symsec), ".gnu.linkonce",
744 if ((symsec->flags & SEC_MERGE) != 0
749 if ((symsec->flags & SEC_THREAD_LOCAL) != 0)
753 than using symsec, becaus
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c4611 Elf_Internal_Shdr *symsec;
4617 symsec = SECTION_HEADER (section->sh_link);
4618 if (symsec->sh_type != SHT_SYMTAB
4619 && symsec->sh_type != SHT_DYNSYM)
4622 nsyms = symsec->sh_size / symsec->sh_entsize;
4623 symtab = GET_ELF_SYMBOLS (file, symsec);
4628 if (SECTION_HEADER_INDEX (symsec->sh_link)
4631 strsec = SECTION_HEADER (symsec->sh_link);
7470 Elf_Internal_Shdr *symsec;
4608 Elf_Internal_Shdr *symsec; local
7467 Elf_Internal_Shdr *symsec; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mmix.c2421 segT symsec local
2431 || (fixP->fx_pcrel && symsec != segment)
2433 && symsec != absolute_section
2436 || symsec != reg_section))))
H A Dtc-mips.c12848 asection *symsec;
12864 symsec = S_GET_SEGMENT (sym);
12868 if (symsec != segtype && ! S_IS_LOCAL (sym))
12870 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE)
12877 if (strncmp (segment_name (symsec), ".gnu.linkonce",
12883 return (symsec != &bfd_und_section
12884 && symsec != &bfd_abs_section
12885 && ! bfd_is_com_section (symsec)
12906 segT symsec;
12943 symsec
12837 asection *symsec; local
12895 segT symsec; local
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-mmix.c2428 segT symsec local
2438 || (fixP->fx_pcrel && symsec != segment)
2440 && symsec != absolute_section
2443 || symsec != reg_section))))
H A Dtc-mips.c15161 asection *symsec;
15172 symsec = S_GET_SEGMENT (fixP->fx_addsy);
15173 absolute_p = bfd_is_abs_section (symsec);
15212 asection *symsec;
15221 symsec = S_GET_SEGMENT (fixP->fx_addsy);
15222 absolute_p = bfd_is_abs_section (symsec);
17155 asection *symsec;
17172 symsec = S_GET_SEGMENT (sym);
17175 return (!bfd_is_und_section (symsec)
17176 && !bfd_is_abs_section (symsec)
15148 asection *symsec; local
15199 asection *symsec; local
17142 asection *symsec; local
17179 segT symsec; local
18347 segT symsec; local
[all...]
H A Dtc-score.c5285 asection *symsec; local
5301 symsec = S_GET_SEGMENT (sym);
5305 if (symsec != segtype && ! S_IS_LOCAL (sym))
5307 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
5313 if (strncmp (segment_name (symsec), ".gnu.linkonce",
5319 return (!bfd_is_und_section (symsec)
5320 && !bfd_is_abs_section (symsec)
5321 && !bfd_is_com_section (symsec)
H A Dtc-score7.c5175 asection *symsec;
5191 symsec = S_GET_SEGMENT (sym);
5195 if (symsec != segtype && ! S_IS_LOCAL (sym))
5197 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
5203 if (strncmp (segment_name (symsec), ".gnu.linkonce",
5209 return (!bfd_is_und_section (symsec)
5210 && !bfd_is_abs_section (symsec)
5211 && !bfd_is_com_section (symsec)
5170 asection *symsec; local
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c6945 Elf_Internal_Shdr * symsec;
6951 symsec = section_headers + section->sh_link;
6952 if (symsec->sh_type != SHT_SYMTAB
6953 && symsec->sh_type != SHT_DYNSYM)
6956 symtab = GET_ELF_SYMBOLS (file, symsec, & nsyms);
6961 if (symsec->sh_link != 0
6962 && symsec->sh_link < elf_header.e_shnum)
6964 strsec = section_headers + symsec->sh_link;
6975 symsec->sh_type == SHT_DYNSYM);
12283 Elf_Internal_Shdr * symsec;
6942 Elf_Internal_Shdr * symsec; local
12280 Elf_Internal_Shdr * symsec; local
[all...]

Completed in 627 milliseconds