Searched defs:elf64_sym (Results 1 – 1 of 1) sorted by relevance
1489 typedef struct elf64_sym { struct1490 Elf64_Word st_name; /* Symbol name, index in string tbl */1491 unsigned char st_info; /* Type and binding attributes */1492 unsigned char st_other; /* No defined meaning, 0 */1493 Elf64_Half st_shndx; /* Associated section index */1494 Elf64_Addr st_value; /* Value of the symbol */1495 Elf64_Xword st_size; /* Associated symbol size */