Lines Matching refs:elf_word
46 typedef uint32_t elf_word;
65 elf_word e_flags; ///< Processor specific flags.
66 elf_word e_version; ///< Version of object file (always 1).
155 elf_word sh_name; ///< Section name string index.
156 elf_word sh_type; ///< Section type.
161 elf_word sh_link; ///< Index of associated section.
162 elf_word sh_info; ///< Extra section info (overloaded).
192 elf_word p_type; ///< Type of program segment.
193 elf_word p_flags; ///< Segment attributes.
229 elf_word st_name; ///< Symbol name string index.