Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dreloc.cc1291 Function_offsets function_offsets; in split_stack_adjust_reltype() local
1292 this->find_functions(pshdrs, shndx, &function_offsets); in split_stack_adjust_reltype()
1293 if (function_offsets.empty()) in split_stack_adjust_reltype()
1305 Function_offsets::const_iterator low = function_offsets.lower_bound(*p); in split_stack_adjust_reltype()
1306 if (low == function_offsets.end()) in split_stack_adjust_reltype()
1310 else if (low == function_offsets.begin()) in split_stack_adjust_reltype()
1391 Sized_relobj_file<size, big_endian>::Function_offsets* function_offsets) in find_functions() argument
1428 (*function_offsets)[value] = fnsize; in find_functions()