HomeSort by: relevance | last modified time | path
    Searched defs:symsec (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
aoutx.h 4847 asection *symsec;
4956 symsec = obj_textsec (input_bfd);
4959 symsec = obj_datasec (input_bfd);
4962 symsec = obj_bsssec (input_bfd);
4965 symsec = bfd_abs_section_ptr;
4980 symsec = NULL;
4985 symsec = NULL;
4996 symsec = NULL;
5006 symsec = obj_textsec (input_bfd);
5009 symsec = obj_datasec (input_bfd)
4838 asection *symsec; local
    [all...]
elf64-mmix.c 1572 const char *symname, asection *symsec,
1604 if (symsec == NULL)
1608 if (strcmp (bfd_section_name (symsec),
1610 || strcmp (bfd_section_name (symsec),
1620 input_section->owner, symsec);
1626 input_section->owner, symname, symsec);
1640 if (symsec == NULL)
1643 if (strcmp (bfd_section_name (symsec),
1654 else if (strcmp (bfd_section_name (symsec),
1671 input_section->owner, symsec);
1618 input_section->owner, symsec); local
1624 input_section->owner, symname, symsec); local
1669 input_section->owner, symsec); local
1675 input_section->owner, symname, symsec); local
    [all...]
pdp11.c 4160 asection *symsec;
4272 symsec = bfd_abs_section_ptr;
4280 symsec = obj_textsec (input_bfd);
4284 symsec = obj_datasec (input_bfd);
4288 symsec = obj_bsssec (input_bfd);
4295 symsec = obj_textsec (input_bfd);
4298 symsec = obj_datasec (input_bfd);
4301 symsec = obj_bsssec (input_bfd);
4304 symsec = bfd_abs_section_ptr;
4319 symsec = NULL
4151 asection *symsec; local
    [all...]
elf32-spu.c 523 asection *symsec = NULL; local
526 symsec = h->root.u.def.section;
527 *symsecp = symsec;
elf32-ppc.c 4106 asection *symsec = NULL;
4109 symsec = h->root.u.def.section;
4110 *symsecp = symsec;
4096 asection *symsec = NULL; local
  /src/external/gpl3/binutils/dist/gas/config/
tc-kvx.c 2417 asection *symsec; local
2447 symsec = S_GET_SEGMENT (sym);
2448 /* if (bfd_is_abs_section (symsec)) return 0; */
2449 if (!SEG_NORMAL (symsec))
2459 asection *symsec; local
2494 symsec = S_GET_SEGMENT (sym);
2495 /* if (bfd_is_abs_section (symsec)) return 0; */
2496 if (!SEG_NORMAL (symsec))
tc-mmix.c 2432 segT symsec = (fixP->fx_addsy == NULL local
2441 || (fixP->fx_pcrel && symsec != segment)
2443 && symsec != absolute_section
2446 || symsec != reg_section))))
tc-score7.c 5164 asection *symsec;
5180 symsec = S_GET_SEGMENT (sym);
5184 if (symsec != segtype && ! S_IS_LOCAL (sym))
5186 if ((bfd_section_flags (symsec) & SEC_LINK_ONCE) != 0)
5192 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5197 return (!bfd_is_und_section (symsec)
5198 && !bfd_is_abs_section (symsec)
5199 && !bfd_is_com_section (symsec)
5159 asection *symsec; local
  /src/external/gpl3/binutils/dist/gas/
write.c 762 asection *symsec = S_GET_SEGMENT (sym); local
763 if (!(((symsec->flags & SEC_MERGE) != 0
765 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
768 sym = section_symbol (symsec);
814 asection *symsec; local
875 symsec = S_GET_SEGMENT (sym);
876 if (symsec == NULL)
879 if (bfd_is_abs_section (symsec)
880 || symsec == reg_section)
891 if (symsec != sec && ! S_IS_LOCAL (sym)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
aoutx.h 4847 asection *symsec;
4956 symsec = obj_textsec (input_bfd);
4959 symsec = obj_datasec (input_bfd);
4962 symsec = obj_bsssec (input_bfd);
4965 symsec = bfd_abs_section_ptr;
4980 symsec = NULL;
4985 symsec = NULL;
4996 symsec = NULL;
5006 symsec = obj_textsec (input_bfd);
5009 symsec = obj_datasec (input_bfd)
4838 asection *symsec; local
    [all...]
elf64-mmix.c 1571 const char *symname, asection *symsec,
1603 if (symsec == NULL)
1607 if (strcmp (bfd_section_name (symsec),
1609 || strcmp (bfd_section_name (symsec),
1619 input_section->owner, symsec);
1625 input_section->owner, symname, symsec);
1639 if (symsec == NULL)
1642 if (strcmp (bfd_section_name (symsec),
1653 else if (strcmp (bfd_section_name (symsec),
1670 input_section->owner, symsec);
1617 input_section->owner, symsec); local
1623 input_section->owner, symname, symsec); local
1668 input_section->owner, symsec); local
1674 input_section->owner, symname, symsec); local
    [all...]
pdp11.c 4160 asection *symsec;
4272 symsec = bfd_abs_section_ptr;
4280 symsec = obj_textsec (input_bfd);
4284 symsec = obj_datasec (input_bfd);
4288 symsec = obj_bsssec (input_bfd);
4295 symsec = obj_textsec (input_bfd);
4298 symsec = obj_datasec (input_bfd);
4301 symsec = obj_bsssec (input_bfd);
4304 symsec = bfd_abs_section_ptr;
4319 symsec = NULL
4151 asection *symsec; local
    [all...]
elf32-spu.c 523 asection *symsec = NULL; local
526 symsec = h->root.u.def.section;
527 *symsecp = symsec;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-kvx.c 2417 asection *symsec; local
2447 symsec = S_GET_SEGMENT (sym);
2448 /* if (bfd_is_abs_section (symsec)) return 0; */
2449 if (!SEG_NORMAL (symsec))
2459 asection *symsec; local
2494 symsec = S_GET_SEGMENT (sym);
2495 /* if (bfd_is_abs_section (symsec)) return 0; */
2496 if (!SEG_NORMAL (symsec))
tc-mmix.c 2432 segT symsec = (fixP->fx_addsy == NULL local
2441 || (fixP->fx_pcrel && symsec != segment)
2443 && symsec != absolute_section
2446 || symsec != reg_section))))
tc-score7.c 5164 asection *symsec;
5180 symsec = S_GET_SEGMENT (sym);
5184 if (symsec != segtype && ! S_IS_LOCAL (sym))
5186 if ((bfd_section_flags (symsec) & SEC_LINK_ONCE) != 0)
5192 if (startswith (segment_name (symsec), ".gnu.linkonce"))
5197 return (!bfd_is_und_section (symsec)
5198 && !bfd_is_abs_section (symsec)
5199 && !bfd_is_com_section (symsec)
5159 asection *symsec; local
  /src/external/gpl3/binutils.old/dist/gas/
write.c 753 asection *symsec = S_GET_SEGMENT (sym); local
754 if (!(((symsec->flags & SEC_MERGE) != 0
756 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
759 sym = section_symbol (symsec);
805 asection *symsec; local
866 symsec = S_GET_SEGMENT (sym);
867 if (symsec == NULL)
870 if (bfd_is_abs_section (symsec)
871 || symsec == reg_section)
882 if (symsec != sec && ! S_IS_LOCAL (sym)
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
aoutx.h 4854 asection *symsec;
4963 symsec = obj_textsec (input_bfd);
4966 symsec = obj_datasec (input_bfd);
4969 symsec = obj_bsssec (input_bfd);
4972 symsec = bfd_abs_section_ptr;
4987 symsec = NULL;
4992 symsec = NULL;
5003 symsec = NULL;
5013 symsec = obj_textsec (input_bfd);
5016 symsec = obj_datasec (input_bfd)
4845 asection *symsec; local
    [all...]
elf64-mmix.c 1571 const char *symname, asection *symsec,
1603 if (symsec == NULL)
1607 if (strcmp (bfd_section_name (symsec),
1609 || strcmp (bfd_section_name (symsec),
1619 input_section->owner, symsec);
1625 input_section->owner, symname, symsec);
1639 if (symsec == NULL)
1642 if (strcmp (bfd_section_name (symsec),
1653 else if (strcmp (bfd_section_name (symsec),
1670 input_section->owner, symsec);
1617 input_section->owner, symsec); local
1623 input_section->owner, symname, symsec); local
1668 input_section->owner, symsec); local
1674 input_section->owner, symname, symsec); local
    [all...]
pdp11.c 4167 asection *symsec;
4279 symsec = bfd_abs_section_ptr;
4287 symsec = obj_textsec (input_bfd);
4291 symsec = obj_datasec (input_bfd);
4295 symsec = obj_bsssec (input_bfd);
4302 symsec = obj_textsec (input_bfd);
4305 symsec = obj_datasec (input_bfd);
4308 symsec = obj_bsssec (input_bfd);
4311 symsec = bfd_abs_section_ptr;
4326 symsec = NULL
4158 asection *symsec; local
    [all...]
elf32-spu.c 523 asection *symsec = NULL; local
526 symsec = h->root.u.def.section;
527 *symsecp = symsec;
  /src/external/gpl3/gdb/dist/bfd/
aoutx.h 4847 asection *symsec;
4956 symsec = obj_textsec (input_bfd);
4959 symsec = obj_datasec (input_bfd);
4962 symsec = obj_bsssec (input_bfd);
4965 symsec = bfd_abs_section_ptr;
4980 symsec = NULL;
4985 symsec = NULL;
4996 symsec = NULL;
5006 symsec = obj_textsec (input_bfd);
5009 symsec = obj_datasec (input_bfd)
4838 asection *symsec; local
    [all...]
elf64-mmix.c 1572 const char *symname, asection *symsec,
1604 if (symsec == NULL)
1608 if (strcmp (bfd_section_name (symsec),
1610 || strcmp (bfd_section_name (symsec),
1620 input_section->owner, symsec);
1626 input_section->owner, symname, symsec);
1640 if (symsec == NULL)
1643 if (strcmp (bfd_section_name (symsec),
1654 else if (strcmp (bfd_section_name (symsec),
1671 input_section->owner, symsec);
1618 input_section->owner, symsec); local
1624 input_section->owner, symname, symsec); local
1669 input_section->owner, symsec); local
1675 input_section->owner, symname, symsec); local
    [all...]
pdp11.c 4160 asection *symsec;
4272 symsec = bfd_abs_section_ptr;
4280 symsec = obj_textsec (input_bfd);
4284 symsec = obj_datasec (input_bfd);
4288 symsec = obj_bsssec (input_bfd);
4295 symsec = obj_textsec (input_bfd);
4298 symsec = obj_datasec (input_bfd);
4301 symsec = obj_bsssec (input_bfd);
4304 symsec = bfd_abs_section_ptr;
4319 symsec = NULL
4151 asection *symsec; local
    [all...]
elf32-spu.c 523 asection *symsec = NULL; local
526 symsec = h->root.u.def.section;
527 *symsecp = symsec;

Completed in 93 milliseconds

1 2