Searched refs:rel_type (Results 1 – 5 of 5) sorted by relevance
1266 unsigned int rel_type; in cons_fix_new_hppa() local1270 rel_type = R_HPPA_GOTOFF; in cons_fix_new_hppa()1272 rel_type = R_HPPA_PCREL_CALL; in cons_fix_new_hppa()1275 rel_type = R_PARISC_SEGREL32; in cons_fix_new_hppa()1277 rel_type = R_PARISC_TLS_GD21L; in cons_fix_new_hppa()1279 rel_type = R_PARISC_TLS_LDM21L; in cons_fix_new_hppa()1281 rel_type = R_PARISC_TLS_LDO21L; in cons_fix_new_hppa()1283 rel_type = R_PARISC_TLS_IE21L; in cons_fix_new_hppa()1285 rel_type = R_PARISC_TLS_LE21L; in cons_fix_new_hppa()1288 rel_type = R_HPPA_COMPLEX; in cons_fix_new_hppa()[all …]
3292 unsigned int rel_type,3320 unsigned int rel_type,8582 unsigned int rel_type, in local() argument8594 if (rel_type == elfcpp::SHT_RELA) in local()8716 Valtype32 addend = (rel_type == elfcpp::SHT_REL ? val & 0xffff in local()8719 if (rel_type == elfcpp::SHT_REL && got16_reloc(r_type)) in local()8732 if (rel_type == elfcpp::SHT_REL) in local()8741 if (rel_type != elfcpp::SHT_REL) in local()9026 unsigned int rel_type, in global() argument9034 if (rel_type == elfcpp::SHT_RELA) in global()[all …]
89 Initliase the rel_type field of the arm_sec structure.
6951 unsigned int rel_type; /* REL or RELA ? */ member7062 arm_sec->rel_type = relsec->sh_type; in get_unwind_section_word()7122 if (arm_sec->rel_type == SHT_REL) in get_unwind_section_word()7128 else if (arm_sec->rel_type == SHT_RELA) in get_unwind_section_word()7133 arm_sec->rel_type); in get_unwind_section_word()
7765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.