Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_rel_detector.c44 #if defined(EM_MIPS) && defined (R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
47 #if defined (R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
48 | (type == R_MIPS_32) in _dwarf_is_32bit_abs_reloc()
246 #if defined (R_MIPS_32) in _dwarf_is_64bit_abs_reloc()
247 | (type == R_MIPS_32) in _dwarf_is_64bit_abs_reloc()
H A Ddwarf_reloc_mips.h36 #define R_MIPS_32 2 macro
37 #define R_MIPS_ADD R_MIPS_32
H A Ddwarf_elf_reloc_mips.h10 #ifndef R_MIPS_32
11 #define R_MIPS_32 2 macro
H A Dpro_init.c76 #ifndef R_MIPS_32
77 #define R_MIPS_32 2 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_elf_defines.h1053 #ifndef R_MIPS_32
1054 #define R_MIPS_32 2 macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h1024 #define R_MIPS_32 2 /* Direct 32 bit */ macro