Searched defs:elf64_sym (Results 1 – 1 of 1) sorted by relevance
191 typedef struct elf64_sym { struct192 Elf64_Word st_name; /* Symbol name, index in string tbl */193 unsigned char st_info; /* Type and binding attributes */194 unsigned char st_other; /* No defined meaning, 0 */195 Elf64_Half st_shndx; /* Associated section index */196 Elf64_Addr st_value; /* Value of the symbol */197 Elf64_Xword st_size; /* Associated symbol size */