Searched refs:b_elf_word (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/backtrace/
H A Delf.c131 typedef uint32_t b_elf_word; /* Elf_Word. */ typedef
160 b_elf_word e_version; /* Identifies object file version */
164 b_elf_word e_flags; /* Processor-specific flags */
197 b_elf_word sh_name; /* Section name, index in string tbl */
198 b_elf_word sh_type; /* Type of section */
203 b_elf_word sh_link; /* Index of another section */
204 b_elf_word sh_info; /* Additional section information */
221 b_elf_word st_name; /* Symbol name, index in string tbl */
223 b_elf_word st_size; /* Symbol size */
233 b_elf_word st_nam
[all...]

Completed in 44 milliseconds