Searched refs:strsec (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dsyms.c883 asection *strsec; member in struct:stab_find_info
956 if (info->stabsec == NULL || info->strsec == NULL)
965 strsize = (info->strsec->rawsize
966 ? info->strsec->rawsize
967 : info->strsec->size);
987 info->strsec = bfd_get_section_by_name (abfd, ".stabstr");
989 if (info->stabsec == NULL || info->strsec == NULL)
1000 strsize = (info->strsec->rawsize
1001 ? info->strsec->rawsize
1002 : info->strsec
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drddbg.c118 asection *sec, *strsec; local
121 strsec = bfd_get_section_by_name (abfd, names[i].strsecname);
122 if (sec != NULL && strsec != NULL)
139 strsize = bfd_section_size (abfd, strsec);
141 if (! bfd_get_section_contents (abfd, strsec, strings, 0, strsize))
H A Dreadelf.c4720 Elf_Internal_Shdr *strsec;
4759 strsec = SECTION_HEADER (symsec->sh_link);
4761 strtab = get_data (NULL, file, strsec->sh_offset,
4762 1, strsec->sh_size,
4764 strtablen = strtab == NULL ? 0 : strsec->sh_size;
5055 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec;
5069 strsec = SECTION_HEADER (sec->sh_link);
5070 aux.strtab = get_data (NULL, file, strsec->sh_offset,
5071 1, strsec->sh_size, _("string table"));
5072 aux.strtab_size = aux.strtab != NULL ? strsec
4717 Elf_Internal_Shdr *strsec; local
5052 Elf_Internal_Shdr *sec, *unwsec = NULL, *strsec; local
5464 Elf_Internal_Shdr *strsec; local
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_dof.c233 dof_secidx_t strsec = DOF_SECIDX_NONE; local
250 dsecs[nsecs++] = strsec = dof_add_lsect(ddo, dp->dtdo_strtab,
316 dofr.dofr_strtab = strsec;
334 dofr.dofr_strtab = strsec;

Completed in 117 milliseconds