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

/haiku-fatelf/src/bin/gdb/include/
H A Dbout.h131 #define N_TYPE 036 /* Mask for all the type bits */ macro
/haiku-fatelf/src/bin/gdb/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
/haiku-fatelf/src/bin/gdb/bfd/
H A Dpdp11.c322 #undef N_TYPE macro
331 #define N_TYPE 0x1f /* type mask */ macro
1572 switch (cache_ptr->type & N_TYPE)
1661 sym_pointer->e_type[0] &= ~N_TYPE;
1734 switch (sym_pointer->e_type[0] & N_TYPE)
3943 if ((type & N_TYPE) == N_INDR
3977 if ((type & N_TYPE) == N_TEXT
3980 else if ((type & N_TYPE) == N_DATA
3983 else if ((type & N_TYPE) == N_BSS
3986 else if ((type & N_TYPE)
[all...]
H A Daoutx.h1426 switch (cache_ptr->type & N_TYPE)
1550 switch (cache_ptr->type & N_TYPE)
1594 switch (cache_ptr->type & N_TYPE)
1677 sym_pointer->e_type[0] &= ~N_TYPE;
1759 switch (sym_pointer->e_type[0] & N_TYPE)
4269 if ((type & N_TYPE) == N_INDR
4303 if ((type & N_TYPE) == N_TEXT
4306 else if ((type & N_TYPE) == N_DATA
4309 else if ((type & N_TYPE) == N_BSS
4312 else if ((type & N_TYPE)
[all...]
H A Dmach-o.c164 #define N_TYPE 0x1e macro
/haiku-fatelf/src/bin/gdb/gdb/
H A Dstabsread.c621 switch (type & N_TYPE)

Completed in 414 milliseconds