Home
last modified time | relevance | path

Searched refs:os1 (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/
Dsrec.exp170 set os1 [expr $a2 - $a1]
173 set os1 0
177 set ol [expr $n1 - $os1]
182 set x1 [srec_extract $l1 $os1 $ol]
185 verbose "$os1 $ol $x1" 2
/toolchain/binutils/binutils-2.25/gold/
Dscript-sections.cc3616 operator()(const Output_section* os1, const Output_section* os2) const;
3620 script_compare(const Output_section* os1, const Output_section* os2) const;
3627 Sort_output_sections::operator()(const Output_section* os1, in operator ()() argument
3631 uint64_t lma1 = (os1->has_load_address() in operator ()()
3632 ? os1->load_address() in operator ()()
3633 : os1->address()); in operator ()()
3641 if (os1->address() != os2->address()) in operator ()()
3642 return os1->address() < os2->address(); in operator ()()
3646 int i = this->script_compare(os1, os2); in operator ()()
3651 bool nobits1 = os1->type() == elfcpp::SHT_NOBITS; in operator ()()
[all …]