HomeSort by: relevance | last modified time | path
    Searched defs:secinfo (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
stabs.c 183 struct stab_section_info *secinfo; local
244 secinfo = bfd_alloc (abfd, amt);
245 if (secinfo == NULL)
248 stabsec->sec_info = secinfo;
250 secinfo->excls = NULL;
252 secinfo->cumulative_skips = NULL;
253 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
413 ne->next = secinfo->excls;
414 secinfo->excls = ne
553 struct stab_section_info *secinfo; local
709 struct stab_section_info *secinfo = stabsec->sec_info; local
824 struct stab_section_info *secinfo = stabsec->sec_info; local
    [all...]
merge.c 473 to hash table ENTRY into SECINFO, such that we later may lookup the
477 append_offsetmap (struct sec_merge_sec_info *secinfo,
481 if ((secinfo->noffsetmap & 2047) == 0)
484 amt = (secinfo->noffsetmap + 2048);
485 secinfo->map_ofs = bfd_realloc (secinfo->map_ofs,
486 amt * sizeof(secinfo->map_ofs[0]));
487 if (!secinfo->map_ofs)
489 secinfo->map = bfd_realloc (secinfo->map, amt * sizeof(secinfo->map[0]))
615 struct sec_merge_sec_info *secinfo; local
883 struct sec_merge_sec_info *secinfo; local
985 struct sec_merge_sec_info *secinfo; local
1090 struct sec_merge_sec_info *secinfo = sec->sec_info; local
1137 struct sec_merge_sec_info *secinfo = sec->sec_info; local
1185 struct sec_merge_sec_info *secinfo; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
stabs.c 184 struct stab_section_info *secinfo; local
249 secinfo = (struct stab_section_info *) *psecinfo;
250 secinfo->excls = NULL;
252 secinfo->cumulative_skips = NULL;
253 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
413 ne->next = secinfo->excls;
414 secinfo->excls = ne;
505 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt);
506 if (secinfo->cumulative_skips == NULL
554 struct stab_section_info *secinfo; local
711 struct stab_section_info *secinfo; local
829 struct stab_section_info *secinfo; local
    [all...]
merge.c 475 to hash table ENTRY into SECINFO, such that we later may lookup the
479 append_offsetmap (struct sec_merge_sec_info *secinfo,
483 if ((secinfo->noffsetmap & 2047) == 0)
486 amt = (secinfo->noffsetmap + 2048);
487 secinfo->map_ofs = bfd_realloc (secinfo->map_ofs,
488 amt * sizeof(secinfo->map_ofs[0]));
489 if (!secinfo->map_ofs)
491 secinfo->map = bfd_realloc (secinfo->map, amt * sizeof(secinfo->map[0]))
618 struct sec_merge_sec_info *secinfo; local
885 struct sec_merge_sec_info *secinfo; local
988 struct sec_merge_sec_info *secinfo; local
1066 struct sec_merge_sec_info *secinfo; local
1113 struct sec_merge_sec_info *secinfo; local
1163 struct sec_merge_sec_info *secinfo; local
    [all...]
elfxx-mips.c 4555 void *secinfo;
4557 secinfo = elf_section_data (sec)->sec_info;
4559 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4562 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4539 void *secinfo; local
  /src/external/gpl3/gdb/dist/bfd/
stabs.c 184 struct stab_section_info *secinfo; local
249 secinfo = (struct stab_section_info *) *psecinfo;
250 secinfo->excls = NULL;
252 secinfo->cumulative_skips = NULL;
253 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
413 ne->next = secinfo->excls;
414 secinfo->excls = ne;
505 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt);
506 if (secinfo->cumulative_skips == NULL
554 struct stab_section_info *secinfo; local
711 struct stab_section_info *secinfo; local
829 struct stab_section_info *secinfo; local
    [all...]
merge.c 475 to hash table ENTRY into SECINFO, such that we later may lookup the
479 append_offsetmap (struct sec_merge_sec_info *secinfo,
483 if ((secinfo->noffsetmap & 2047) == 0)
486 amt = (secinfo->noffsetmap + 2048);
487 secinfo->map_ofs = bfd_realloc (secinfo->map_ofs,
488 amt * sizeof(secinfo->map_ofs[0]));
489 if (!secinfo->map_ofs)
491 secinfo->map = bfd_realloc (secinfo->map, amt * sizeof(secinfo->map[0]))
618 struct sec_merge_sec_info *secinfo; local
885 struct sec_merge_sec_info *secinfo; local
988 struct sec_merge_sec_info *secinfo; local
1066 struct sec_merge_sec_info *secinfo; local
1113 struct sec_merge_sec_info *secinfo; local
1163 struct sec_merge_sec_info *secinfo; local
    [all...]
elfxx-mips.c 4509 void *secinfo;
4511 secinfo = elf_section_data (sec)->sec_info;
4513 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4516 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4493 void *secinfo; local
  /src/external/gpl3/gdb.old/dist/bfd/
stabs.c 184 struct stab_section_info *secinfo; local
249 secinfo = (struct stab_section_info *) *psecinfo;
250 secinfo->excls = NULL;
252 secinfo->cumulative_skips = NULL;
253 memset (secinfo->stridxs, 0, (size_t) count * sizeof (bfd_size_type));
271 for (sym = stabbuf, pstridx = secinfo->stridxs;
413 ne->next = secinfo->excls;
414 secinfo->excls = ne;
505 secinfo->cumulative_skips = (bfd_size_type *) bfd_alloc (abfd, amt);
506 if (secinfo->cumulative_skips == NULL
554 struct stab_section_info *secinfo; local
711 struct stab_section_info *secinfo; local
829 struct stab_section_info *secinfo; local
    [all...]
merge.c 456 to hash table ENTRY into SECINFO, such that we later may lookup the
460 append_offsetmap (struct sec_merge_sec_info *secinfo,
464 if ((secinfo->noffsetmap & 2047) == 0)
467 amt = (secinfo->noffsetmap + 2048);
468 secinfo->map_ofs = bfd_realloc (secinfo->map_ofs,
469 amt * sizeof(secinfo->map_ofs[0]));
470 if (!secinfo->map_ofs)
472 secinfo->map = bfd_realloc (secinfo->map, amt * sizeof(secinfo->map[0]))
599 struct sec_merge_sec_info *secinfo; local
874 struct sec_merge_sec_info *secinfo; local
977 struct sec_merge_sec_info *secinfo; local
1058 struct sec_merge_sec_info *secinfo; local
1105 struct sec_merge_sec_info *secinfo; local
1155 struct sec_merge_sec_info *secinfo; local
    [all...]
elfxx-mips.c 4516 void *secinfo;
4518 secinfo = elf_section_data (sec)->sec_info;
4520 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4523 addend = _bfd_merged_section_offset (ref->u.abfd, &sec, secinfo,
4500 void *secinfo; local

Completed in 44 milliseconds