Home
last modified time | relevance | path

Searched refs:strsec (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/bfd/
Dsyms.c921 asection *strsec; member
993 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1002 strsize = (info->strsec->rawsize in _bfd_stab_section_find_nearest_line()
1003 ? info->strsec->rawsize in _bfd_stab_section_find_nearest_line()
1004 : info->strsec->size); in _bfd_stab_section_find_nearest_line()
1024 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); in _bfd_stab_section_find_nearest_line()
1026 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1030 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); in _bfd_stab_section_find_nearest_line()
1032 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1037 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0) in _bfd_stab_section_find_nearest_line()
[all …]
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dsyms.c921 asection *strsec; member
993 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1002 strsize = (info->strsec->rawsize in _bfd_stab_section_find_nearest_line()
1003 ? info->strsec->rawsize in _bfd_stab_section_find_nearest_line()
1004 : info->strsec->size); in _bfd_stab_section_find_nearest_line()
1024 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); in _bfd_stab_section_find_nearest_line()
1026 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1030 info->strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); in _bfd_stab_section_find_nearest_line()
1032 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line()
1037 || (info->strsec->flags & SEC_HAS_CONTENTS) == 0) in _bfd_stab_section_find_nearest_line()
[all …]
/netbsd/src/external/gpl3/binutils/dist/binutils/
Drddbg.c118 asection *sec, *strsec; in read_section_stabs_debugging_info() local
121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname); in read_section_stabs_debugging_info()
125 && strsec != NULL in read_section_stabs_debugging_info()
126 && (bfd_section_flags (strsec) & SEC_HAS_CONTENTS) != 0) in read_section_stabs_debugging_info()
141 if (!bfd_malloc_and_get_section (abfd, strsec, &strings)) in read_section_stabs_debugging_info()
150 strsize = bfd_section_size (strsec); in read_section_stabs_debugging_info()
Dreadelf.c8350 Elf_Internal_Shdr *strsec; in get_symtab() local
8361 strsec = filedata->section_headers + symsec->sh_link; in get_symtab()
8363 *strtab = (char *) get_data (NULL, filedata, strsec->sh_offset, in get_symtab()
8364 1, strsec->sh_size, _("string table")); in get_symtab()
8372 *strtablen = strsec->sh_size; in get_symtab()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dobj-som.c270 asection *strsec; in adjust_stab_sections() local
277 strsec = bfd_get_section_by_name (abfd, "$GDB_STRINGS$"); in adjust_stab_sections()
278 if (strsec) in adjust_stab_sections()
279 strsz = bfd_section_size (strsec); in adjust_stab_sections()
Dobj-coff.c1713 segT strsec; in coff_frob_section() local
1787 strsec = sec; in coff_frob_section()
1790 size = bfd_section_size (strsec); in coff_frob_section()
Dobj-elf.c2599 asection *strsec; in adjust_stab_sections() local
2609 strsec = bfd_get_section_by_name (abfd, name); in adjust_stab_sections()
2610 if (strsec) in adjust_stab_sections()
2611 strsz = bfd_section_size (strsec); in adjust_stab_sections()
/netbsd/src/external/cddl/osnet/dist/lib/libdtrace/common/
Ddt_dof.c224 dof_secidx_t strsec = DOF_SECIDX_NONE; in dof_add_difo() local
241 dsecs[nsecs++] = strsec = dof_add_lsect(ddo, dp->dtdo_strtab, in dof_add_difo()
307 dofr.dofr_strtab = strsec; in dof_add_difo()
325 dofr.dofr_strtab = strsec; in dof_add_difo()