Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Doutput.cc897 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
914 : address_(address), local_sym_index_(TARGET_CODE), type_(type), in Output_reloc()
947 case TARGET_CODE: in set_needs_dynsym_index()
1000 case TARGET_CODE: in get_symbol_index()
1049 && this->local_sym_index_ != TARGET_CODE in local_section_offset()
1142 gold_assert(this->local_sym_index_ != TARGET_CODE in symbol_value()
Doutput.h1217 && this->local_sym_index_ != TARGET_CODE in is_local_section_symbol()
1224 { return this->local_sym_index_ == TARGET_CODE; } in is_target_specific()
1231 gold_assert(this->local_sym_index_ == TARGET_CODE); in target_arg()
1298 TARGET_CODE = -3U, enumerator
DChangeLog-081512082 declarations. Define TARGET_CODE. Add arg field to u1_ union.
12084 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
12094 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
12097 is not TARGET_CODE or 0.