Home
last modified time | relevance | path

Searched refs:R_MIPS_64 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_rel_detector.c240 #if defined(EM_MIPS) && defined (R_MIPS_64) in _dwarf_is_64bit_abs_reloc()
243 #if defined (R_MIPS_64) in _dwarf_is_64bit_abs_reloc()
244 | (type == R_MIPS_64) in _dwarf_is_64bit_abs_reloc()
H A Ddwarf_elf_reloc_mips.h58 #ifndef R_MIPS_64
59 #define R_MIPS_64 18 macro
H A Dpro_init.c79 #ifndef R_MIPS_64
80 #define R_MIPS_64 18 macro
135 {"irix", R_MIPS_32,R_MIPS_64,R_MIPS_SCN_DISP},
136 {"mips", R_MIPS_32,R_MIPS_64,0},
H A Ddwarf_reloc_mips.h57 #define R_MIPS_64 18 macro
H A Ddwarf_elf_defines.h1056 #ifndef R_MIPS_64
1057 #define R_MIPS_64 18 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h1035 #define R_MIPS_64 18 /* Direct 64 bit */ macro