Searched refs:rel_type (Results 1 – 6 of 6) sorted by relevance
3733 unsigned int rel_type,3761 unsigned int rel_type,4867 unsigned int rel_type, bool calculate_only, in relpclo16() argument4876 if (rel_type == elfcpp::SHT_REL) in relpclo16()5123 unsigned int r_type, unsigned int r_sym, unsigned int rel_type, in rello16() argument5132 if (rel_type == elfcpp::SHT_REL) in rello16()10317 unsigned int rel_type, in local() argument10329 if (rel_type == elfcpp::SHT_RELA) in local()10455 Valtype32 addend = (rel_type == elfcpp::SHT_REL ? val & 0xffff in local()10458 if (rel_type == elfcpp::SHT_REL && got16_reloc(r_type)) in local()[all …]
79 * powerpc.cc (relocate): Add rel_type and preloc parameters.
1236 unsigned int rel_type; in cons_fix_new_hppa() local1240 rel_type = R_HPPA_GOTOFF; in cons_fix_new_hppa()1242 rel_type = R_HPPA_PCREL_CALL; in cons_fix_new_hppa()1245 rel_type = R_PARISC_SEGREL32; in cons_fix_new_hppa()1247 rel_type = R_PARISC_TLS_GD21L; in cons_fix_new_hppa()1249 rel_type = R_PARISC_TLS_LDM21L; in cons_fix_new_hppa()1251 rel_type = R_PARISC_TLS_LDO21L; in cons_fix_new_hppa()1253 rel_type = R_PARISC_TLS_IE21L; in cons_fix_new_hppa()1255 rel_type = R_PARISC_TLS_LE21L; in cons_fix_new_hppa()1258 rel_type = R_HPPA_COMPLEX; in cons_fix_new_hppa()[all …]
89 Initliase the rel_type field of the arm_sec structure.
7711 unsigned int rel_type; /* REL or RELA ? */ member7824 arm_sec->rel_type = relsec->sh_type; in get_unwind_section_word()7894 if (arm_sec->rel_type == SHT_REL) in get_unwind_section_word()7900 else if (arm_sec->rel_type == SHT_RELA) in get_unwind_section_word()7905 arm_sec->rel_type); in get_unwind_section_word()
7765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.