Home
last modified time | relevance | path

Searched refs:rel_type (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.c1266 unsigned int rel_type; in cons_fix_new_hppa() local
1270 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 …]
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc3292 unsigned int rel_type,
3320 unsigned int rel_type,
8582 unsigned int rel_type, in local() argument
8594 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() argument
9034 if (rel_type == elfcpp::SHT_RELA) in global()
[all …]
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-201189 Initliase the rel_type field of the arm_sec structure.
Dreadelf.c6951 unsigned int rel_type; /* REL or RELA ? */ member
7062 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()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-92957765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.