Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dreloc.cc1304 Function_offsets calls_non_split; in split_stack_adjust_reltype() local
1320 calls_non_split.insert(*low); in split_stack_adjust_reltype()
1322 if (calls_non_split.empty()) in split_stack_adjust_reltype()
1330 for (Function_offsets::const_iterator p = calls_non_split.begin(); in split_stack_adjust_reltype()
1331 p != calls_non_split.end(); in split_stack_adjust_reltype()
1336 parameters->target().calls_non_split(this, shndx, p->first, p->second, in split_stack_adjust_reltype()
Dtarget.h356 calls_non_split(Relobj* object, unsigned int shndx, in calls_non_split() function
DChangeLog-081532 * target.h (Target::calls_non_split): Add prelocs, reloc_count
37 call to Target::calls_non_split.
13899 * target.h (class Target): Add calls_non_split method. Declare