| /src/external/gpl3/binutils/dist/gas/config/ |
| obj-som.c | 270 asection *strsec; local 277 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 278 if (strsec) 279 strsz = bfd_section_size (strsec);
|
| obj-coff.c | 1751 segT strsec; 1825 strsec = sec; 1828 size = bfd_section_size (strsec); 1747 segT strsec; local
|
| obj-elf.c | 2520 asection *strsec; local 2530 strsec = bfd_get_section_by_name (abfd, name); 2531 if (strsec) 2532 strsz = bfd_section_size (strsec);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| obj-som.c | 270 asection *strsec; local 277 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 278 if (strsec) 279 strsz = bfd_section_size (strsec);
|
| obj-coff.c | 1730 segT strsec; 1804 strsec = sec; 1807 size = bfd_section_size (strsec); 1726 segT strsec; local
|
| obj-elf.c | 2694 asection *strsec; local 2704 strsec = bfd_get_section_by_name (abfd, name); 2705 if (strsec) 2706 strsz = bfd_section_size (strsec);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| rddbg.c | 118 asection *sec, *strsec; local 121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname); 125 && strsec != NULL 126 && (bfd_section_flags (strsec) & SEC_HAS_CONTENTS) != 0) 141 if (!bfd_malloc_and_get_section (abfd, strsec, &strings)) 150 strsize = bfd_section_size (strsec);
|
| readelf.c | 9334 Elf_Internal_Shdr *strsec; 9345 strsec = filedata->section_headers + symsec->sh_link; 9347 *strtab = (char *) get_data (NULL, filedata, strsec->sh_offset, 9348 1, strsec->sh_size, _("string table")); 9356 *strtablen = strsec->sh_size; 9331 Elf_Internal_Shdr *strsec; local
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| rddbg.c | 118 asection *sec, *strsec; local 121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname); 125 && strsec != NULL 126 && (bfd_section_flags (strsec) & SEC_HAS_CONTENTS) != 0) 141 if (!bfd_malloc_and_get_section (abfd, strsec, &strings)) 150 strsize = bfd_section_size (strsec);
|
| readelf.c | 8902 Elf_Internal_Shdr *strsec; 8913 strsec = filedata->section_headers + symsec->sh_link; 8915 *strtab = (char *) get_data (NULL, filedata, strsec->sh_offset, 8916 1, strsec->sh_size, _("string table")); 8924 *strtablen = strsec->sh_size; 8899 Elf_Internal_Shdr *strsec; local
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_dof.c | 224 dof_secidx_t strsec = DOF_SECIDX_NONE; local 241 dsecs[nsecs++] = strsec = dof_add_lsect(ddo, dp->dtdo_strtab, 307 dofr.dofr_strtab = strsec; 325 dofr.dofr_strtab = strsec;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| syms.c | 929 asection *strsec; member in struct:stab_find_info 1001 if (info->stabsec == NULL || info->strsec == NULL) 1010 strsize = (info->strsec->rawsize 1011 ? info->strsec->rawsize 1012 : info->strsec->size); 1032 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); 1034 if (info->stabsec == NULL || info->strsec == NULL) 1038 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 1040 if (info->stabsec == NULL || info->strsec == NULL) 1045 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0 [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| syms.c | 930 asection *strsec; member in struct:stab_find_info 1002 if (info->stabsec == NULL || info->strsec == NULL) 1011 strsize = (info->strsec->rawsize 1012 ? info->strsec->rawsize 1013 : info->strsec->size); 1033 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); 1035 if (info->stabsec == NULL || info->strsec == NULL) 1039 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 1041 if (info->stabsec == NULL || info->strsec == NULL) 1046 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0 [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| syms.c | 929 asection *strsec; member in struct:stab_find_info 1001 if (info->stabsec == NULL || info->strsec == NULL) 1010 strsize = (info->strsec->rawsize 1011 ? info->strsec->rawsize 1012 : info->strsec->size); 1032 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); 1034 if (info->stabsec == NULL || info->strsec == NULL) 1038 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 1040 if (info->stabsec == NULL || info->strsec == NULL) 1045 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0 [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| syms.c | 921 asection *strsec; member in struct:stab_find_info 993 if (info->stabsec == NULL || info->strsec == NULL) 1002 strsize = (info->strsec->rawsize 1003 ? info->strsec->rawsize 1004 : info->strsec->size); 1024 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); 1026 if (info->stabsec == NULL || info->strsec == NULL) 1030 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); 1032 if (info->stabsec == NULL || info->strsec == NULL) 1037 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0 [all...] |