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

  /src/external/gpl3/gdb.old/dist/bfd/
elf-sframe.c 1 /* .sframe section processing.
25 #include "sframe-api.h"
118 /* For linker generated .sframe sections, we have no relocs. Skip. */
155 /* Return true if there is at least one non-empty .sframe section in
162 asection *sframe = bfd_get_section_by_name (info->output_bfd, ".sframe"); local
164 if (sframe == NULL)
168 for (sframe = sframe->map_head.s; sframe != NULL; sframe = sframe->map_head.s
    [all...]
elf-bfd.h 507 /* SFrame decoder info.
508 Contains all information for a decoded .sframe section. */
513 /* Number of function descriptor entries in this .sframe. */
519 /* SFrame encoder info.
520 Contains all information for an encoded .sframe section to be
712 /* Used to link stack trace info in .sframe sections. */
2030 asection *sframe;
2215 #define elf_sframe(bfd) (elf_tdata(bfd) -> o->sframe)
2028 asection *sframe; member in struct:output_elf_obj_tdata
elf.c 1437 case PT_GNU_SFRAME: pt = "SFRAME"; break;
3420 "sframe");
5035 asection *sframe;
5533 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5535 sframe = elf_sframe (abfd);
5536 if (sframe != NULL
5537 && (sframe->output_section->flags & SEC_LOAD) != 0
5538 && sframe->size != 0)
5547 m->sections[0] = sframe->output_section;
5033 asection *sframe; local
  /src/external/gpl3/binutils/dist/bfd/
elf-sframe.c 1 /* .sframe section processing.
25 #include "sframe-api.h"
26 #include "sframe-internal.h"
121 /* For linker generated .sframe sections, we have no relocs. Skip. */
165 /* ATM, for SFrame, the sole usecase is of reading only the 8-byte relocated
174 /* Return true if any of the input BFDs contains at least one .sframe
180 /* Find if any input file has an .sframe section. */
185 asection *sec = bfd_get_section_by_name (pbfd, ".sframe");
192 /* Return true if there is at least one non-empty .sframe section in
199 asection *sframe = bfd_get_section_by_name (info->output_bfd, ".sframe") local
    [all...]
elf-bfd.h 513 /* Link state information of the SFrame section. */
520 /* SFrame decoder info.
521 Contains all information for a decoded .sframe section. */
526 /* SFrame section state as it progresses through the link process. */
528 /* Number of function descriptor entries in this .sframe. */
534 /* SFrame encoder info.
535 Contains all information for an encoded .sframe section to be
733 /* Used to link stack trace info in .sframe sections. */
2092 asection *sframe;
2217 /* A pointer to the .sframe section. *
2090 asection *sframe; member in struct:output_elf_obj_tdata
    [all...]
elf.c 1528 case PT_GNU_SFRAME: pt = "SFRAME"; break;
2545 case SHT_GNU_SFRAME: /* .sframe section. */
3513 "sframe");
5140 asection *sframe;
5644 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5646 sframe = elf_sframe (abfd);
5647 if (sframe != NULL
5648 && (sframe->output_section->flags & SEC_LOAD) != 0
5649 && sframe->size != 0)
5658 m->sections[0] = sframe->output_section
5138 asection *sframe; local
    [all...]
elflink.c 12270 /* Merge SFrame section into the SFrame encoder context of the
12271 output_bfd's section. The final .sframe output section will
14176 asection *group_sec, *eh_frame, *sframe;
14189 sframe = elf_sframe_section (sec->owner);
14194 && sec != sframe)
14732 /* Handle .sframe section. */
14733 sec = bfd_get_section_by_name (sub, ".sframe");
15329 o = bfd_get_section_by_name (output_bfd, ".sframe");
15358 /* Update the reference to the output .sframe section. Used t
14162 asection *group_sec, *eh_frame, *sframe; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-sframe.c 1 /* .sframe section processing.
25 #include "sframe-api.h"
26 #include "sframe-internal.h"
119 /* For linker generated .sframe sections, we have no relocs. Skip. */
161 /* Return true if there is at least one non-empty .sframe section in
168 asection *sframe = bfd_get_section_by_name (info->output_bfd, ".sframe"); local
170 if (sframe == NULL)
174 for (sframe = sframe->map_head.s; sframe != NULL; sframe = sframe->map_head.s
    [all...]
elf-bfd.h 507 /* Link state information of the SFrame section. */
514 /* SFrame decoder info.
515 Contains all information for a decoded .sframe section. */
520 /* SFrame section state as it progresses through the link process. */
522 /* Number of function descriptor entries in this .sframe. */
528 /* SFrame encoder info.
529 Contains all information for an encoded .sframe section to be
724 /* Used to link stack trace info in .sframe sections. */
2042 asection *sframe;
2230 #define elf_sframe(bfd) (elf_tdata(bfd) -> o->sframe)
2040 asection *sframe; member in struct:output_elf_obj_tdata
    [all...]
elf.c 1464 case PT_GNU_SFRAME: pt = "SFRAME"; break;
2481 case SHT_GNU_SFRAME: /* .sframe section. */
3449 "sframe");
5075 asection *sframe;
5579 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5581 sframe = elf_sframe (abfd);
5582 if (sframe != NULL
5583 && (sframe->output_section->flags & SEC_LOAD) != 0
5584 && sframe->size != 0)
5593 m->sections[0] = sframe->output_section
5073 asection *sframe; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf-sframe.c 1 /* .sframe section processing.
25 #include "sframe-api.h"
26 #include "sframe-internal.h"
119 /* For linker generated .sframe sections, we have no relocs. Skip. */
161 /* Return true if there is at least one non-empty .sframe section in
168 asection *sframe = bfd_get_section_by_name (info->output_bfd, ".sframe"); local
170 if (sframe == NULL)
174 for (sframe = sframe->map_head.s; sframe != NULL; sframe = sframe->map_head.s
    [all...]
elf-bfd.h 507 /* Link state information of the SFrame section. */
514 /* SFrame decoder info.
515 Contains all information for a decoded .sframe section. */
520 /* SFrame section state as it progresses through the link process. */
522 /* Number of function descriptor entries in this .sframe. */
528 /* SFrame encoder info.
529 Contains all information for an encoded .sframe section to be
723 /* Used to link stack trace info in .sframe sections. */
2041 asection *sframe;
2229 #define elf_sframe(bfd) (elf_tdata(bfd) -> o->sframe)
2039 asection *sframe; member in struct:output_elf_obj_tdata
    [all...]
elf.c 1526 case PT_GNU_SFRAME: pt = "SFRAME"; break;
2543 case SHT_GNU_SFRAME: /* .sframe section. */
3511 "sframe");
5133 asection *sframe;
5631 /* If there is a .sframe section, throw in a PT_GNU_SFRAME
5633 sframe = elf_sframe (abfd);
5634 if (sframe != NULL
5635 && (sframe->output_section->flags & SEC_LOAD) != 0
5636 && sframe->size != 0)
5645 m->sections[0] = sframe->output_section
5131 asection *sframe; local
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
dwarf.h 105 sframe, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils.old/dist/binutils/
dwarf.h 105 sframe, enumerator in enum:dwarf_section_display_enum
  /src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c 4492 } *sframe = (struct SigFrame*) wctx.sp; local
4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2;
4502 if (nsp <= sframe->arg2 || nsp > sframe->arg2 + sizeof (ucontext_t) + 1024)
  /src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c 4492 } *sframe = (struct SigFrame*) wctx.sp; local
4493 ucontext_t *ncontext = (ucontext_t*) sframe->arg2;
4502 if (nsp <= sframe->arg2 || nsp > sframe->arg2 + sizeof (ucontext_t) + 1024)

Completed in 58 milliseconds