Home
last modified time | relevance | path

Searched defs:n_type (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/lld/MachO/
H A DMachOStructs.h24 uint8_t n_type; member
32 uint8_t n_type; member
/freebsd/cddl/contrib/opensolaris/head/
H A Dnlist.h40 unsigned short n_type; /* type and derived type */ member
H A Dsyms.h59 unsigned short n_type; /* type and derived type */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h28 elf::elf_word n_type = 0; member
/freebsd/lib/libkvm/
H A Dkvm.h62 unsigned char n_type; member
/freebsd/sys/sys/
H A Dnlist_aout.h58 unsigned char n_type; /* type defines */ member
H A Delf_common.h51 u_int32_t n_type; /* Type of this note. */ member
/freebsd/lib/libprocstat/
H A Dcore.c61 unsigned int n_type; member
/freebsd/usr.bin/mail/
H A Ddef.h189 short n_type; /* From which list it came */ member
/freebsd/tests/atf_python/sys/netpfil/ipfw/
H A Dioctl.py191 def __init__(self, obj_type, idx=0, n_set=0, n_type=0, name=None): argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h86 llvm::yaml::Hex8 n_type; member
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h108 uint8_t n_type; member
/freebsd/contrib/file/src/
H A Dreadelf.h265 Elf32_Word n_type; /* Content type */ member
271 Elf64_Word n_type; member
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctftools.h108 uint8_t n_type; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1004 uint8_t n_type; member
1011 uint8_t n_type; member
1019 uint8_t n_type; member
H A DELF.h1885 Elf32_Word n_type; member
1892 Elf64_Word n_type; member
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2528 uint32_t n_type; /* Type of note. */ member
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp1844 uint8_t n_type = Entry.n_type; in getSymbolType() local