Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c396 bfd_vma lr_store; member
1318 if (caller->lr_store != (bfd_vma) -1 in build_stub()
1324 if (caller->lr_store != (bfd_vma) -1 in build_stub()
1335 if (off > caller->lr_store) in build_stub()
1344 else if (off > caller->lr_store) in build_stub()
2187 bfd_vma *lr_store, in find_function_stack_adjust() argument
2209 *lr_store = offset; in find_function_stack_adjust()
2453 sinfo->fun[i].lr_store = -1; in maybe_insert_function()
2456 &sinfo->fun[i].lr_store, in maybe_insert_function()
DChangeLog-20095060 (struct function_info): Add lr_store and sp_adjust.