Searched refs:N_TYPE (Results 26 - 40 of 40) sorted by relevance

12

/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp348 switch (NSym.Type & MachO::N_TYPE) {
393 "Unrecognized symbol type " + Twine(NSym.Type & MachO::N_TYPE) +
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1727 if ((NType & MachO::N_TYPE) == MachO::N_SECT) {
1732 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
1739 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1740 (NType & MachO::N_TYPE) == MachO::N_PBUD)) {
1803 if ((Entry.n_type & MachO::N_TYPE) != MachO::N_INDR)
1843 switch (n_type & MachO::N_TYPE) {
1868 if ((MachOType & MachO::N_TYPE) == MachO::N_INDR)
1876 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
1897 if ((MachOType & MachO::N_TYPE) == MachO::N_ABS)
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp166 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
H A DMachODebugMapParser.cpp285 switch (Type & MachO::N_TYPE) {
/openbsd-current/usr.bin/nm/
H A Dnm.c95 #define SYMBOL_TYPE(x) ((x) & (N_TYPE | N_STAB))
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.cpp742 uint8_t type = sym.n_type & N_TYPE;
777 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0;
798 if ((sym.n_type & N_TYPE) == N_SECT) {
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmach_o.py132 N_TYPE = 0x0e variable
135 # Values for nlist N_TYPE bits of the "Mach.NList.type" field.
1620 type = self.value & N_TYPE
/openbsd-current/usr.bin/find/
H A Dfunction.c1536 new = palloc(N_TYPE, f_type);
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp695 W.printEnum("Type", uint8_t(MOSymbol.Type & MachO::N_TYPE),
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmach-o.c100 #define N_TYPE 0x1e macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dstabsread.c621 switch (type & N_TYPE)
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmach-o.c158 #define N_TYPE 0x1e macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h309 N_TYPE = 0x0e, enumerator in enum:llvm::MachO::__anon1700
314 // Constants for the "n_type & N_TYPE" llvm::MachO::nlist and
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3235 uint8_t n_type = N_TYPE & nlist.n_type;
4122 uint8_t n_type = N_TYPE & nlist.n_type;
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-vms.c300 /* in: segT out: N_TYPE bits */
316 const segT N_TYPE_seg[N_TYPE + 2] =
317 { /* N_TYPE == 0x1E = 32-2 */
442 * symbols with debug info in their N_TYPE

Completed in 420 milliseconds

12