HomeSort by: relevance | last modified time | path
    Searched defs:strsect (Results 1 - 13 of 13) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/ctf/
ctf_mod.c 122 ctf_sect_t ctfsect, symsect, strsect; local
149 strsect.cts_name = ".strtab";
150 strsect.cts_type = SHT_STRTAB;
151 strsect.cts_flags = 0;
152 strsect.cts_data = mp->strings;
153 strsect.cts_size = mp->strhdr->sh_size;
154 strsect.cts_entsize = 1;
155 strsect.cts_offset = 0;
159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL)
  /src/external/gpl3/binutils/dist/libctf/
ctf-open-bfd.c 105 ctf_sect_t symsect, strsect; local
197 strsect.cts_data = strtab;
198 strsect.cts_name = strtab_name;
199 strsect.cts_size = strsize;
200 strsectp = &strsect;
219 /* Request freeing of the symsect and possibly the strsect. */
ctf-archive.c 38 const ctf_sect_t *strsect,
340 STRSECT, as needed, on close. Possibly do not unmap on close. */
346 const ctf_sect_t *strsect,
369 if (strsect)
370 memcpy (&arci->ctfi_strsect, strsect, sizeof (struct ctf_sect));
414 const ctf_sect_t *strsect, int *errp)
438 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL)
444 return ctf_new_archive_internal (is_archive, 0, arc, fp, symsect, strsect,
548 const ctf_sect_t *strsect,
577 return ctf_dict_open_by_offset (arc, symsect, strsect,
637 const ctf_sect_t *strsect = &arc->ctfi_strsect; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-open-bfd.c 105 ctf_sect_t symsect, strsect; local
197 strsect.cts_data = strtab;
198 strsect.cts_name = strtab_name;
199 strsect.cts_size = strsize;
200 strsectp = &strsect;
219 /* Request freeing of the symsect and possibly the strsect. */
ctf-archive.c 38 const ctf_sect_t *strsect,
340 STRSECT, as needed, on close. Possibly do not unmap on close. */
346 const ctf_sect_t *strsect,
369 if (strsect)
370 memcpy (&arci->ctfi_strsect, strsect, sizeof (struct ctf_sect));
414 const ctf_sect_t *strsect, int *errp)
438 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL)
444 return ctf_new_archive_internal (is_archive, 0, arc, fp, symsect, strsect,
548 const ctf_sect_t *strsect,
577 return ctf_dict_open_by_offset (arc, symsect, strsect,
637 const ctf_sect_t *strsect = &arc->ctfi_strsect; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-open-bfd.c 105 ctf_sect_t symsect, strsect; local
197 strsect.cts_data = strtab;
198 strsect.cts_name = strtab_name;
199 strsect.cts_size = strsize;
200 strsectp = &strsect;
219 /* Request freeing of the symsect and possibly the strsect. */
ctf-archive.c 38 const ctf_sect_t *strsect,
340 STRSECT, as needed, on close. Possibly do not unmap on close. */
346 const ctf_sect_t *strsect,
369 if (strsect)
370 memcpy (&arci->ctfi_strsect, strsect, sizeof (struct ctf_sect));
414 const ctf_sect_t *strsect, int *errp)
438 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL)
444 return ctf_new_archive_internal (is_archive, 0, arc, fp, symsect, strsect,
544 const ctf_sect_t *strsect,
573 return ctf_dict_open_by_offset (arc, symsect, strsect,
630 const ctf_sect_t *strsect = &arc->ctfi_strsect; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-open-bfd.c 105 ctf_sect_t symsect, strsect; local
197 strsect.cts_data = strtab;
198 strsect.cts_name = strtab_name;
199 strsect.cts_size = strsize;
200 strsectp = &strsect;
219 /* Request freeing of the symsect and possibly the strsect. */
ctf-archive.c 38 const ctf_sect_t *strsect,
346 STRSECT, as needed, on close. Possibly do not unmap on close. */
352 const ctf_sect_t *strsect,
375 if (strsect)
376 memcpy (&arci->ctfi_strsect, strsect, sizeof (struct ctf_sect));
420 const ctf_sect_t *strsect, int *errp)
444 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL)
450 return ctf_new_archive_internal (is_archive, 0, arc, fp, symsect, strsect,
550 const ctf_sect_t *strsect,
579 return ctf_dict_open_by_offset (arc, symsect, strsect,
636 const ctf_sect_t *strsect = &arc->ctfi_strsect; local
    [all...]
  /src/external/cddl/osnet/dist/lib/libctf/common/
ctf_lib.c 221 ctf_sect_t ctfsect, symsect, strsect; local
236 bzero(&strsect, sizeof (ctf_sect_t));
421 strsect.cts_name = strs + lhp->sh_name;
422 strsect.cts_type = lhp->sh_type;
423 strsect.cts_flags = lhp->sh_flags;
424 strsect.cts_size = lhp->sh_size;
425 strsect.cts_entsize = lhp->sh_entsize;
426 strsect.cts_offset = (off64_t)lhp->sh_offset;
447 strsect.cts_type != SHT_NULL) {
449 ctf_sect_mmap(&strsect, fd) == MAP_FAILED)
    [all...]
  /src/external/cddl/osnet/dist/common/ctf/
ctf_open.c 737 const ctf_sect_t *strsect, int *errp)
746 if (ctfsect == NULL || ((symsect == NULL) != (strsect == NULL)))
756 if (strsect != NULL && strsect->cts_data == NULL)
865 memcpy(&fp->ctf_strtab, strsect, sizeof (ctf_sect_t));
885 if (strsect != NULL) {
886 fp->ctf_str[CTF_STRTAB_1].cts_strs = strsect->cts_data;
887 fp->ctf_str[CTF_STRTAB_1].cts_len = strsect->cts_size;
920 if ((err = init_symtab(fp, &hp, symsect, strsect)) != 0) {
979 ctf_sect_t ctfsect, symsect, strsect; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 17561 ctf_sect_t ctfsect, symsect, strsect;
17613 strsectp = shdr_to_ctf_sect (&strsect, strtab_sec, filedata);
17614 strsect.cts_data = strdata;
17558 ctf_sect_t ctfsect, symsect, strsect; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 17016 ctf_sect_t ctfsect, symsect, strsect;
17068 strsectp = shdr_to_ctf_sect (&strsect, strtab_sec, filedata);
17069 strsect.cts_data = strdata;
17013 ctf_sect_t ctfsect, symsect, strsect; local

Completed in 62 milliseconds