Home
last modified time | relevance | path

Searched defs:_Elf_Scn (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/elftoolchain/libelf/
H A D_libelf.h143 struct _Elf_Scn { struct
150 STAILQ_ENTRY(_Elf_Scn) s_next; argument
151 struct _Elf *s_elf; /* parent ELF descriptor */
152 unsigned int s_flags; /* flags for the section as a whole */
153 size_t s_ndx; /* index# for this section */
154 uint64_t s_offset; /* managed by elf_update() */
155 uint64_t s_rawoff; /* original offset in the file */
156 uint64_t s_size; /* managed by elf_update() */
/dragonfly/lib/libexecinfo/
H A Dprivate_libelf.h872 struct _Elf_Scn { struct
881 STAILQ_ENTRY(_Elf_Scn) s_next; argument
882 struct _Elf *s_elf; /* parent ELF descriptor */
883 unsigned int s_flags; /* flags for the section as a whole */
884 size_t s_ndx; /* index# for this section */
885 uint64_t s_offset; /* managed by elf_update() */
886 uint64_t s_rawoff; /* original offset in the file */
887 uint64_t s_size; /* managed by elf_update() */