Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A D_libelf.h147 struct _Elf_Scn { struct
154 RB_ENTRY(_Elf_Scn) s_tree; argument
155 struct _Elf *s_elf; /* parent ELF descriptor */
156 unsigned int s_flags; /* flags for the section as a whole */
157 size_t s_ndx; /* index# for this section */
158 uint64_t s_offset; /* managed by elf_update() */
159 uint64_t s_rawoff; /* original offset in the file */
160 uint64_t s_size; /* managed by elf_update() */