Searched refs:sframe (Results 76 - 85 of 85) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf-bfd.h506 Contains all information for a decoded .sframe section. */
511 /* Number of function descriptor entries in this .sframe. */
518 Contains all information for an encoded .sframe section to be
706 /* Used to link unwind data in .sframe sections. */
1988 asection *sframe;
2171 #define elf_sframe(bfd) (elf_tdata(bfd) -> o->sframe)
1986 asection *sframe; member in struct:output_elf_obj_tdata
H A DMakefile.am289 elf-sframe.lo \
424 elf-sframe.c \
H A DMakefile.in758 elf-sframe.lo \
893 elf-sframe.c \
1581 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-sframe.Plo@am__quote@
H A Delf.c3050 "sframe");
4652 asection *sframe;
5148 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5150 sframe = elf_sframe (abfd);
5151 if (sframe != NULL
5152 && (sframe->output_section->flags & SEC_LOAD) != 0
5153 && sframe->size != 0)
5162 m->sections[0] = sframe->output_section;
4650 asection *sframe; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf-bfd.h506 Contains all information for a decoded .sframe section. */
511 /* Number of function descriptor entries in this .sframe. */
518 Contains all information for an encoded .sframe section to be
707 /* Used to link stack trace info in .sframe sections. */
2006 asection *sframe;
2198 #define elf_sframe(bfd) (elf_tdata(bfd) -> o->sframe)
2004 asection *sframe; member in struct:output_elf_obj_tdata
H A DMakefile.am295 elf-sframe.lo \
430 elf-sframe.c \
H A DMakefile.in764 elf-sframe.lo \
901 elf-sframe.c \
1582 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/elf-sframe.Plo@am__quote@
H A Delf.c3607 "sframe");
5224 asection *sframe;
5726 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5728 sframe = elf_sframe (abfd);
5729 if (sframe != NULL
5730 && (sframe->output_section->flags & SEC_LOAD) != 0
5731 && sframe->size != 0)
5740 m->sections[0] = sframe->output_section;
5222 asection *sframe; local
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c4481 } *sframe = (struct SigFrame*) wctx.sp; local
4482 ucontext_t *ncontext = (ucontext_t*) sframe->arg2;
4491 if (nsp <= sframe->arg2 || nsp > sframe->arg2 + sizeof (ucontext_t) + 1024)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c4487 } *sframe = (struct SigFrame*) wctx.sp; local
4488 ucontext_t *ncontext = (ucontext_t*) sframe->arg2;
4497 if (nsp <= sframe->arg2 || nsp > sframe->arg2 + sizeof (ucontext_t) + 1024)

Completed in 431 milliseconds

1234