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

12

/openbsd-current/include/
H A Dnlist.h69 #define N_TYPE 0x1e /* mask for all the type bits */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-aout.c43 if (! (type & ~ (N_TYPE | N_EXT)))
52 if ((type & N_TYPE) != N_INDR
53 && (type & N_TYPE) != N_SETA
54 && (type & N_TYPE) != N_SETT
55 && (type & N_TYPE) != N_SETD
56 && (type & N_TYPE) != N_SETB
64 switch (type & N_TYPE)
H A Daout_gnu.h250 #define N_TYPE 036
249 #define N_TYPE macro
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dobj-aout.c32 /* in: segT out: N_TYPE bits */
48 const segT N_TYPE_seg[N_TYPE + 2] =
49 { /* N_TYPE == 0x1E = 32-2 */
120 if (! (type & ~ (N_TYPE | N_EXT)))
129 if ((type & N_TYPE) != N_INDR
130 && (type & N_TYPE) != N_SETA
131 && (type & N_TYPE) != N_SETT
132 && (type & N_TYPE) != N_SETD
133 && (type & N_TYPE) != N_SETB
141 switch (type & N_TYPE)
[all...]
H A Dobj-bout.h146 #define N_TYPE 036 /* Mask for all the type bits */ macro
219 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
230 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SYMBOL_TYPE(seg))
H A Dobj-vms.h113 #define N_TYPE 036 /* Mask for all the type bits */ macro
173 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
184 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SYMBOL_TYPE(seg))
H A Dobj-aout.h143 #define S_GET_TYPE(s) ((s)->sy_symbol.n_type & N_TYPE)
156 #define S_SET_SEGMENT(s,seg) ((s)->sy_symbol.n_type &= ~N_TYPE,(s)->sy_symbol.n_type|=SEGMENT_TO_SYMBOL_TYPE(seg))
H A Daout_gnu.h250 #define N_TYPE 036
249 #define N_TYPE macro
H A Dobj-bout.c25 /* In: segT Out: N_TYPE bits */
41 const segT N_TYPE_seg[N_TYPE + 2] =
42 { /* N_TYPE == 0x1E = 32-2 */
278 * symbols with debug info in their N_TYPE
/openbsd-current/gnu/usr.bin/binutils/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/openbsd-current/usr.bin/find/
H A Dfind.h45 N_SIZE, N_TYPE, N_USER, N_XDEV enumerator in enum:ntype
H A Doption.c94 { "-type", N_TYPE, c_type, O_ARGV },
/openbsd-current/gnu/usr.bin/binutils/include/aout/
H A Dadobe.h133 #define N_TYPE 0x1e
132 #define N_TYPE macro
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/aout/
H A Dadobe.h133 #define N_TYPE 0x1e
132 #define N_TYPE macro
H A Daout64.h294 #define N_TYPE 0x1e
292 #define N_TYPE macro
/openbsd-current/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp403 if ((NType & MachO::N_TYPE) == MachO::N_INDR) {
420 if ((NType & MachO::N_TYPE) == MachO::N_INDR)
422 if (Obj.isIR() && (NType & MachO::N_TYPE) == MachO::N_TYPE)
427 switch (NType & MachO::N_TYPE) {
434 if ((NType & MachO::N_TYPE) == MachO::N_PBUD)
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)
542 if ((NType & MachO::N_TYPE)
[all...]
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpdp11.c322 #undef N_TYPE macro
331 #define N_TYPE 0x1f /* type mask */ macro
1578 switch (cache_ptr->type & N_TYPE)
1667 sym_pointer->e_type[0] &= ~N_TYPE;
1741 switch (sym_pointer->e_type[0] & N_TYPE)
3953 if ((type & N_TYPE) == N_INDR
3987 if ((type & N_TYPE) == N_TEXT
3990 else if ((type & N_TYPE) == N_DATA
3993 else if ((type & N_TYPE) == N_BSS
3996 else if ((type & N_TYPE)
[all...]
H A Daoutx.h1427 switch (cache_ptr->type & N_TYPE)
1551 switch (cache_ptr->type & N_TYPE)
1595 switch (cache_ptr->type & N_TYPE)
1678 sym_pointer->e_type[0] &= ~N_TYPE;
1760 switch (sym_pointer->e_type[0] & N_TYPE)
4270 if ((type & N_TYPE) == N_INDR
4304 if ((type & N_TYPE) == N_TEXT
4307 else if ((type & N_TYPE) == N_DATA
4310 else if ((type & N_TYPE) == N_BSS
4313 else if ((type & N_TYPE)
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpdp11.c156 #undef N_TYPE macro
165 #define N_TYPE 0x1f /* Type mask. */ macro
1287 switch (cache_ptr->type & N_TYPE)
1375 sym_pointer->e_type[0] &= ~N_TYPE;
4114 if ((type & N_TYPE) == N_INDR
4148 if ((type & N_TYPE) == N_TEXT
4151 else if ((type & N_TYPE) == N_DATA
4154 else if ((type & N_TYPE) == N_BSS
4157 else if ((type & N_TYPE) == N_ABS
4160 else if (((type & N_TYPE)
[all...]
H A Daoutx.h1372 switch (cache_ptr->type & N_TYPE)
1458 switch (cache_ptr->type & N_TYPE)
1540 sym_pointer->e_type[0] &= ~N_TYPE;
1622 switch (sym_pointer->e_type[0] & N_TYPE)
3837 switch (indx & N_TYPE)
4462 if ((type & N_TYPE) == N_TEXT
4465 else if ((type & N_TYPE) == N_DATA
4468 else if ((type & N_TYPE) == N_BSS
4471 else if ((type & N_TYPE) == N_ABS
4825 if ((type & N_TYPE)
[all...]
/openbsd-current/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h118 return (n_type & MachO::N_TYPE) == MachO::N_UNDF;
/openbsd-current/gnu/llvm/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c286 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
316 ((nlist.n_type & N_TYPE) == N_TYPE && nlist.n_sect != NO_SECT)) &&
/openbsd-current/usr.sbin/pstat/
H A Dpstat.c313 if ((nl[i].n_type & N_TYPE) == N_DATA ||
314 (nl[i].n_type & N_TYPE) == N_COMM) {

Completed in 433 milliseconds

12