Searched defs:NListEntry (Results 1 – 2 of 2) sorted by relevance
83 struct NListEntry { struct84 uint32_t n_strx;85 llvm::yaml::Hex8 n_type;86 uint8_t n_sect;87 uint16_t n_desc;88 uint64_t n_value;
195 IO &IO, MachOYAML::NListEntry &NListEntry) { in mapping()