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

/netbsd-current/external/gpl3/gdb.old/dist/include/coff/
H A Dti.h552 #define R_ABS 0x0000 /* no relocation */ macro
/netbsd-current/external/gpl3/gdb/dist/include/coff/
H A Dti.h561 #define R_ABS 0 /* no relocation */ macro
/netbsd-current/external/gpl3/binutils.old/dist/include/coff/
H A Dti.h561 #define R_ABS 0 /* no relocation */ macro
/netbsd-current/external/gpl3/binutils/dist/include/coff/
H A Dti.h561 #define R_ABS 0 /* no relocation */ macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMachO.h391 R_ABS = 0,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4256 if (SecNum == MachO::R_ABS || SecNum > Sections.size())
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp944 if (r_symbolnum == MachO::R_ABS)
945 outs() << "R_ABS\n";

Completed in 299 milliseconds