Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dreloc.cc1299 Function_offsets calls_non_split; in split_stack_adjust_reltype() local
1315 calls_non_split.insert(*low); in split_stack_adjust_reltype()
1317 if (calls_non_split.empty()) in split_stack_adjust_reltype()
1325 for (Function_offsets::const_iterator p = calls_non_split.begin(); in split_stack_adjust_reltype()
1326 p != calls_non_split.end(); in split_stack_adjust_reltype()
1331 parameters->target().calls_non_split(this, shndx, p->first, p->second, in split_stack_adjust_reltype()
Dtarget.h346 calls_non_split(Relobj* object, unsigned int shndx, in calls_non_split() function
DChangeLog12482 * target.h (class Target): Add calls_non_split method. Declare