Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.27/gold/
H A 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 …]
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dreadelf.c7602 unsigned int rel_type; /* REL or RELA ? */ member
7715 arm_sec->rel_type = relsec->sh_type; in get_unwind_section_word()
7785 if (arm_sec->rel_type == SHT_REL) in get_unwind_section_word()
7791 else if (arm_sec->rel_type == SHT_RELA) in get_unwind_section_word()
7796 arm_sec->rel_type); in get_unwind_section_word()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dreadelf.c8331 unsigned int rel_type; /* REL or RELA ? */ member
8447 arm_sec->rel_type = relsec->sh_type; in get_unwind_section_word()
8517 if (arm_sec->rel_type == SHT_REL) in get_unwind_section_word()
8523 else if (arm_sec->rel_type == SHT_RELA) in get_unwind_section_word()
8528 arm_sec->rel_type); in get_unwind_section_word()