Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_util.h72 #ifndef R_MIPS_32
73 #define R_MIPS_32 0 macro
127 DWARF_PRO_R_IA64_DIR32LSB : R_MIPS_32)
137 #define Get_REL32_isa(dbg) (R_MIPS_32)
H A Ddwarf_elf_access.c493 #if defined(EM_MIPS) && defined (R_MIPS_32) in is_32bit_abs_reloc()
495 r = (type == R_MIPS_32); in is_32bit_abs_reloc()