| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | aout-cris.c | 171 r_index = N_ABS; in MY() 260 r_index = N_ABS; in MY()
|
| H A D | aoutx.h | 1410 case N_ABS: in translate_from_native_sym_flags() 1431 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1591 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1638 case N_ABS: type = N_SETA; break; in translate_to_native_sym_flags() 1653 case N_ABS: type = N_WEAKA; break; in translate_to_native_sym_flags() 1995 r_index = N_ABS; in NAME() 2074 r_index = N_ABS; in NAME() 2151 case N_ABS: \ 2152 case N_ABS | N_EXT: \ 2211 r_index = N_ABS; in NAME() [all …]
|
| H A D | pdp11.c | 178 #undef N_ABS 188 #define N_ABS 0x01 /* Absolute. */ macro 1416 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1496 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1890 case N_ABS: \ 1891 case N_ABS | N_EXT: \ 1920 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 1935 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 2733 || type == (N_ABS | N_EXT)) in aout_link_check_ar_symbols() 2949 case N_ABS: in aout_link_add_symbols() [all …]
|
| H A D | i386lynx.c | 312 case N_ABS: \ 313 case N_ABS | N_EXT: \
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | aout-cris.c | 171 r_index = N_ABS; in MY() 260 r_index = N_ABS; in MY()
|
| H A D | aoutx.h | 1410 case N_ABS: in translate_from_native_sym_flags() 1431 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1591 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1638 case N_ABS: type = N_SETA; break; in translate_to_native_sym_flags() 1653 case N_ABS: type = N_WEAKA; break; in translate_to_native_sym_flags() 1995 r_index = N_ABS; in NAME() 2074 r_index = N_ABS; in NAME() 2153 case N_ABS: \ 2154 case N_ABS | N_EXT: \ 2213 r_index = N_ABS; in NAME() [all …]
|
| H A D | pdp11.c | 178 #undef N_ABS 188 #define N_ABS 0x01 /* Absolute. */ macro 1415 case N_ABS: case N_ABS | N_EXT: in translate_from_native_sym_flags() 1495 sym_pointer->e_type[0] |= N_ABS; in translate_to_native_sym_flags() 1889 case N_ABS: \ 1890 case N_ABS | N_EXT: \ 1919 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 1934 r_index = N_ABS; in pdp11_aout_swap_reloc_in() 2735 || type == (N_ABS | N_EXT)) in aout_link_check_ar_symbols() 2951 case N_ABS: in aout_link_add_symbols() [all …]
|
| H A D | i386lynx.c | 312 case N_ABS: \ 313 case N_ABS | N_EXT: \
|
| /netbsd-src/include/ |
| H A D | nlist.h | 61 #define N_ABS 0x02 /* absolute address */ macro
|
| /netbsd-src/tools/arm-elf2aout/ |
| H A D | nlist.h | 63 #define N_ABS 0x02 /* absolute address */ macro
|
| /netbsd-src/tools/m68k-elf2aout/ |
| H A D | nlist.h | 63 #define N_ABS 0x02 /* absolute address */ macro
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| H A D | nlist.d | 95 N_ABS = 0x2, enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | stab.h | 63 #define N_ABS 0x2 /* absolute */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | stab.h | 63 #define N_ABS 0x2 /* absolute */ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | bout.h | 125 #define N_ABS 2 /* Absolute symbol */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | bout.h | 125 #define N_ABS 2 /* Absolute symbol */ macro
|
| /netbsd-src/external/cddl/osnet/dist/head/ |
| H A D | syms.h | 77 #define N_ABS -1 macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| H A D | XCOFF.h | 34 enum ReservedSectionNum : int16_t { N_DEBUG = -2, N_ABS = -1, N_UNDEF = 0 }; enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/aout/ |
| H A D | aout64.h | 281 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/aout/ |
| H A D | aout64.h | 281 #define N_ABS 2 /* Absolute symbol -- defined at particular addr. */ macro
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | internal.h | 493 #define N_ABS ((int)-1) /* value of symbol is absolute */ macro
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | internal.h | 493 #define N_ABS ((int)-1) /* value of symbol is absolute */ macro
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 363 case MachO::N_ABS: in graphifyRegularSymbols()
|
| /netbsd-src/usr.bin/elf2aout/ |
| H A D | elf2aout.c | 184 return N_ABS; in get_type()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | MachODebugMapParser.cpp | 278 case MachO::N_ABS: // 0x2 absolute, n_sect == NO_SECT in dumpSymTabEntry()
|