Searched refs:N_UNDF (Results 1 - 25 of 48) sorted by last modified time

12

/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp342 NType |= MachO::N_EXT | MachO::N_UNDF;
428 case MachO::N_UNDF:
530 if ((NType & MachO::N_TYPE) != MachO::N_UNDF &&
533 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_ALT_ENTRY)
535 if ((NType & MachO::N_TYPE) != MachO::N_UNDF && NDesc & MachO::N_COLD_FUNC)
559 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1361 U.NType = MachO::N_EXT | MachO::N_UNDF;
1421 B.NType = MachO::N_EXT | MachO::N_UNDF;
1479 L.NType = MachO::N_EXT | MachO::N_UNDF;
1540 W.NType = MachO::N_EXT | MachO::N_UNDF;
[all...]
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp166 if ((NList.n_type & MachO::N_TYPE) == MachO::N_UNDF)
H A DMachODebugMapParser.cpp286 case MachO::N_UNDF: // 0x0 undefined, n_sect == NO_SECT
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp1739 (((NType & MachO::N_TYPE) == MachO::N_UNDF && NValue == 0) ||
1844 case MachO::N_UNDF :
1876 if ((MachOType & MachO::N_TYPE) == MachO::N_UNDF) {
/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMachObjectWriter.cpp365 Type = MachO::N_UNDF;
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp349 case MachO::N_UNDF:
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMachO.h316 N_UNDF = 0x0u,
/openbsd-current/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp3256 case N_UNDF:
4141 case N_UNDF:
4722 // sense These symbols were N_UNDF N_EXT, and are useless
/openbsd-current/gnu/llvm/lldb/examples/python/
H A Dmach_o.py136 N_UNDF = 0x0 variable
1622 if type == N_UNDF:
1623 type_str = 'N_UNDF'
/openbsd-current/gnu/llvm/lld/MachO/
H A DInputFiles.cpp745 case N_UNDF:
777 return (sym.n_type & N_TYPE) == N_UNDF && sym.n_value == 0;
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h118 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
/openbsd-current/usr.sbin/installboot/
H A Di386_nlist.c259 p->n_type = N_UNDF;
/openbsd-current/lib/libc/gen/
H A Dnlist.c250 p->n_type = N_UNDF;
/openbsd-current/usr.bin/nm/
H A Dnm.c713 * common symbols are characterized by a n_type of N_UNDF and a
733 SYMBOL_TYPE(np->nl.n_type) != N_UNDF)
778 if (SYMBOL_TYPE(sym->nl.n_type) != N_UNDF)
789 if (SYMBOL_TYPE(sym->nl.n_type) == N_UNDF)
838 case N_UNDF:
865 if (SYMBOL_TYPE((*a)->nl.n_type) == N_UNDF)
866 if (SYMBOL_TYPE((*b)->nl.n_type) == N_UNDF)
870 else if (SYMBOL_TYPE((*b)->nl.n_type) == N_UNDF)
H A Delf.c239 return (N_UNDF | N_EXT);
243 return (N_UNDF | N_EXT);
388 if (np->nl.n_type != N_UNDF && ELF_ST_BIND(sym->st_info) != STB_LOCAL) {
/openbsd-current/usr.sbin/kvm_mkdb/
H A Dnlist.c191 nbuf.n_type = N_UNDF;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c358 #ifdef N_UNDF
359 know (N_UNDF == 0);
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjdump.c2212 else if (type == N_UNDF)
2220 /* Symbols with type == 0 (N_UNDF) specify the length of the
2223 if (type == N_UNDF)
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Daout_gnu.h238 #define N_UNDF 0
246 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
237 #define N_UNDF macro
H A Dobj-aout.c45 if (type == (N_UNDF | N_EXT)
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjdump.c1995 else if (type == N_UNDF)
2003 /* Symbols with type == 0 (N_UNDF) specify the length of the
2006 if (type == N_UNDF)
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Daout_gnu.h238 #define N_UNDF 0
246 /* Note: N_EXT can only usefully be OR-ed with N_UNDF, N_ABS, N_TEXT,
237 #define N_UNDF macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h121 #define N_UNDF 0 /* Undefined symbol */
129 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
120 #define N_UNDF macro
H A Daout64.h282 #define N_UNDF 0 /* Undefined symbol. */
290 /* Note: N_EXT can only be usefully OR-ed with N_UNDF, N_ABS, N_TEXT,
280 #define N_UNDF macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h123 #define N_UNDF 0 /* Undefined symbol */ macro

Completed in 676 milliseconds

12