Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dmips.cc3733 unsigned int rel_type,
3761 unsigned int rel_type,
4867 unsigned int rel_type, bool calculate_only, in relpclo16() argument
4876 if (rel_type == elfcpp::SHT_REL) in relpclo16()
5123 unsigned int r_type, unsigned int r_sym, unsigned int rel_type, in rello16() argument
5132 if (rel_type == elfcpp::SHT_REL) in rello16()
10317 unsigned int rel_type, in local() argument
10329 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 …]
DChangeLog-081579 * powerpc.cc (relocate): Add rel_type and preloc parameters.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-hppa.c1236 unsigned int rel_type; in cons_fix_new_hppa() local
1240 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 …]
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-201189 Initliase the rel_type field of the arm_sec structure.
Dreadelf.c7711 unsigned int rel_type; /* REL or RELA ? */ member
7824 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()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92957765 (cons_fix_new_hppa): `reloc_type' => `rel_type'.