Searched defs:nlist_64 (Results 1 – 2 of 2) sorted by relevance
22 struct nlist_64 { struct23 llvm::support::ulittle32_t n_strx;24 uint8_t n_type;25 uint8_t n_sect;26 llvm::support::ulittle16_t n_desc;27 llvm::support::ulittle64_t n_value;
1017 struct nlist_64 { struct1018 uint32_t n_strx;1019 uint8_t n_type;1020 uint8_t n_sect;1021 uint16_t n_desc;1022 uint64_t n_value;