Home
last modified time | relevance | path

Searched refs:r_type3 (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gdb-7/include/elf/
H A Dmips.h859 unsigned char r_type3[1]; member
875 unsigned char r_type3; member
893 unsigned char r_type3[1]; member
911 unsigned char r_type3; member
/dragonfly/contrib/binutils-2.34/include/elf/
H A Dmips.h908 unsigned char r_type3[1]; member
924 unsigned char r_type3; member
942 unsigned char r_type3[1]; member
960 unsigned char r_type3; member
/dragonfly/contrib/binutils-2.27/include/elf/
H A Dmips.h899 unsigned char r_type3[1]; member
915 unsigned char r_type3; member
933 unsigned char r_type3[1]; member
951 unsigned char r_type3; member
/dragonfly/contrib/binutils-2.34/elfcpp/
H A Delfcpp_internal.h190 unsigned char r_type3;
200 unsigned char r_type3;
H A Delfcpp.h1749 { return this->p_->r_type3; }
1785 { this->p_->r_type3 = v; }
1827 { return this->p_->r_type3; }
1867 { this->p_->r_type3 = v; }
/dragonfly/contrib/binutils-2.27/elfcpp/
H A Delfcpp_internal.h190 unsigned char r_type3;
200 unsigned char r_type3;
H A Delfcpp.h1706 { return this->p_->r_type3; }
1742 { this->p_->r_type3 = v; }
1784 { return this->p_->r_type3; }
1824 { this->p_->r_type3 = v; }
/dragonfly/contrib/binutils-2.27/gold/
H A Dmips.cc11328 unsigned int r_type3; in relocate() local
11342 r_type3 = Mips_classify_reloc<elfcpp::SHT_RELA, size, big_endian>:: in relocate()
11358 r_type3 = 0; in relocate()
11625 unsigned int r_types[3] = { r_type, r_type2, r_type3 }; in relocate()