| /src/external/gpl3/binutils/dist/bfd/ |
| syms.c | 927 asection *stabsec; member in struct:stab_find_info 1001 if (info->stabsec == NULL || info->strsec == NULL) 1007 stabsize = (info->stabsec->rawsize 1008 ? info->stabsec->rawsize 1009 : info->stabsec->size); 1031 info->stabsec = bfd_get_section_by_name (abfd, ".stab"); 1034 if (info->stabsec == NULL || info->strsec == NULL) 1037 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$"); 1040 if (info->stabsec == NULL || info->strsec == NULL) 1044 if ((info->stabsec->flags & SEC_HAS_CONTENTS) == [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| syms.c | 928 asection *stabsec; member in struct:stab_find_info 1002 if (info->stabsec == NULL || info->strsec == NULL) 1008 stabsize = (info->stabsec->rawsize 1009 ? info->stabsec->rawsize 1010 : info->stabsec->size); 1032 info->stabsec = bfd_get_section_by_name (abfd, ".stab"); 1035 if (info->stabsec == NULL || info->strsec == NULL) 1038 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$"); 1041 if (info->stabsec == NULL || info->strsec == NULL) 1045 if ((info->stabsec->flags & SEC_HAS_CONTENTS) == [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| syms.c | 927 asection *stabsec; member in struct:stab_find_info 1001 if (info->stabsec == NULL || info->strsec == NULL) 1007 stabsize = (info->stabsec->rawsize 1008 ? info->stabsec->rawsize 1009 : info->stabsec->size); 1031 info->stabsec = bfd_get_section_by_name (abfd, ".stab"); 1034 if (info->stabsec == NULL || info->strsec == NULL) 1037 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$"); 1040 if (info->stabsec == NULL || info->strsec == NULL) 1044 if ((info->stabsec->flags & SEC_HAS_CONTENTS) == [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| syms.c | 928 asection *stabsec; member in struct:stab_find_info 1002 if (info->stabsec == NULL || info->strsec == NULL) 1008 stabsize = (info->stabsec->rawsize 1009 ? info->stabsec->rawsize 1010 : info->stabsec->size); 1032 info->stabsec = bfd_get_section_by_name (abfd, ".stab"); 1035 if (info->stabsec == NULL || info->strsec == NULL) 1038 info->stabsec = bfd_get_section_by_name (abfd, "$GDB_SYMBOLS$"); 1041 if (info->stabsec == NULL || info->strsec == NULL) 1045 if ((info->stabsec->flags & SEC_HAS_CONTENTS) == [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| objcopy.c | 4848 asection *stabsec, *stabstrsec; 4858 stabsec = bfd_make_section_with_flags (obfd, ".stab", flags); 4861 if (stabsec == NULL 4863 || !bfd_set_section_size (stabsec, symsize) 4865 || !bfd_set_section_alignment (stabsec, 2) 4878 && (!bfd_set_section_contents (obfd, stabsec, syms, 0, symsize) 4846 asection *stabsec, *stabstrsec; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| objcopy.c | 4845 asection *stabsec, *stabstrsec; 4855 stabsec = bfd_make_section_with_flags (obfd, ".stab", flags); 4858 if (stabsec == NULL 4860 || !bfd_set_section_size (stabsec, symsize) 4862 || !bfd_set_section_alignment (stabsec, 2) 4875 && (!bfd_set_section_contents (obfd, stabsec, syms, 0, symsize) 4843 asection *stabsec, *stabstrsec; local
|