Home
last modified time | relevance | path

Searched defs:nlist_64 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lld/MachO/
DMachOStructs.h22 struct nlist_64 { struct
23 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;
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DMachO.h1016 struct nlist_64 { struct
1017 uint32_t n_strx;
1018 uint8_t n_type;
1019 uint8_t n_sect;
1020 uint16_t n_desc;
1021 uint64_t n_value;