Searched refs:strsec (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/binutils/bfd/ |
| HD | syms.c | 883 asection *strsec; member 956 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line() 965 strsize = (info->strsec->rawsize in _bfd_stab_section_find_nearest_line() 966 ? info->strsec->rawsize in _bfd_stab_section_find_nearest_line() 967 : info->strsec->size); in _bfd_stab_section_find_nearest_line() 987 info->strsec = bfd_get_section_by_name (abfd, ".stabstr"); in _bfd_stab_section_find_nearest_line() 989 if (info->stabsec == NULL || info->strsec == NULL) in _bfd_stab_section_find_nearest_line() 1000 strsize = (info->strsec->rawsize in _bfd_stab_section_find_nearest_line() 1001 ? info->strsec->rawsize in _bfd_stab_section_find_nearest_line() 1002 : info->strsec->size); in _bfd_stab_section_find_nearest_line() [all …]
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | rddbg.c | 119 asection *sec, *strsec; in read_section_stabs_debugging_info() local 122 strsec = bfd_get_section_by_name (abfd, names[i].strsecname); in read_section_stabs_debugging_info() 123 if (sec != NULL && strsec != NULL) in read_section_stabs_debugging_info() 140 strsize = bfd_section_size (abfd, strsec); in read_section_stabs_debugging_info() 142 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize)) in read_section_stabs_debugging_info()
|
| HD | readelf.c | 4722 Elf_Internal_Shdr *strsec; in process_relocs() local 4761 strsec = SECTION_HEADER (symsec->sh_link); in process_relocs() 4763 strtab = get_data (NULL, file, strsec->sh_offset, in process_relocs() 4764 1, strsec->sh_size, in process_relocs() 4766 strtablen = strtab == NULL ? 0 : strsec->sh_size; in process_relocs() 5057 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; in ia64_process_unwind() local 5071 strsec = SECTION_HEADER (sec->sh_link); in ia64_process_unwind() 5072 aux.strtab = get_data (NULL, file, strsec->sh_offset, in ia64_process_unwind() 5073 1, strsec->sh_size, _("string table")); in ia64_process_unwind() 5074 aux.strtab_size = aux.strtab != NULL ? strsec->sh_size : 0; in ia64_process_unwind() [all …]
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | dt_dof.c | 224 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()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | obj-elf.c | 1663 asection *strsec; in adjust_stab_sections() local 1675 strsec = bfd_get_section_by_name (abfd, name); in adjust_stab_sections() 1676 if (strsec) in adjust_stab_sections() 1677 strsz = bfd_section_size (abfd, strsec); in adjust_stab_sections()
|
| HD | obj-coff.c | 1651 segT strsec; in coff_frob_section() local 1712 strsec = sec; in coff_frob_section() 1715 size = bfd_get_section_size (strsec); in coff_frob_section()
|