Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/MachO/
HDMachOStructs.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;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h1017 struct nlist_64 { struct
1018 uint32_t n_strx;
1019 uint8_t n_type;
1020 uint8_t n_sect;
1021 uint16_t n_desc;
1022 uint64_t n_value;