Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/MachO/
H A DMachOStructs.h24 uint8_t n_type; member
32 uint8_t n_type; member
/openbsd-src/include/
H A Dnlist.h70 unsigned char n_type; /* type defines */ member
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h28 elf::elf_word n_type = 0; member
/openbsd-src/gnu/usr.bin/binutils/include/
H A Dbout.h115 unsigned char n_type; /* See below */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h115 unsigned char n_type; /* See below */ member
/openbsd-src/usr.sbin/netgroup_mkdb/
H A Dnetgroup_mkdb.c50 int n_type; member
/openbsd-src/usr.bin/mail/
H A Ddef.h189 short n_type; /* From which list it came */ member
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h86 llvm::yaml::Hex8 n_type; member
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h108 uint8_t n_type; member
/openbsd-src/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h112 unsigned char n_type; /* type of symbol */ member
H A Daout64.h272 unsigned char n_type; /* Type of symbol. */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h112 unsigned char n_type; /* type of symbol */ member
H A Daout64.h272 unsigned char n_type; /* Type of symbol. */ member
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dobj-bout.h128 unsigned char n_type; /* See below */ member
H A Daout_gnu.h231 unsigned char n_type; member
H A Dobj-vms.h97 unsigned char n_type; /* See below */ member
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h231 unsigned char n_type; member
/openbsd-src/sys/sys/
H A Dexec_elf.h612 Elf32_Word n_type; global() member
618 Elf64_Word n_type; global() member
/openbsd-src/sbin/iked/
H A Dikev2.h299 uint16_t n_type; /* Notify message type */ member
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h1003 uint8_t n_type; member
1010 uint8_t n_type; member
1018 uint8_t n_type; member
H A DELF.h1816 Elf32_Word n_type; member
1823 Elf64_Word n_type; member
/openbsd-src/gnu/usr.bin/binutils-2.17/include/coff/
H A Dinternal.h446 unsigned short n_type; /* type and derived type */ member
/openbsd-src/gnu/usr.bin/binutils/include/coff/
H A Dinternal.h446 unsigned short n_type; /* type and derived type */ member
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1837 uint8_t n_type = Entry.n_type; in getSymbolType() local