Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A D_libelf.h145 struct _Elf_Scn { struct
152 STAILQ_ENTRY(_Elf_Scn) s_next; argument
153 struct _Elf *s_elf; /* parent ELF descriptor */
154 unsigned int s_flags; /* flags for the section as a whole */
155 size_t s_ndx; /* index# for this section */
156 uint64_t s_offset; /* managed by elf_update() */
157 uint64_t s_rawoff; /* original offset in the file */
158 uint64_t s_size; /* managed by elf_update() */