OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frame_alignment
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
function.cc
311
int frame_off,
frame_alignment
, frame_phase;
315
frame_alignment
= PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT;
316
frame_off = targetm.starting_frame_offset () %
frame_alignment
;
317
frame_phase = frame_off ?
frame_alignment
- frame_off : 0;
308
int frame_off,
frame_alignment
, frame_phase;
local
/src/external/gpl3/gcc.old/dist/gcc/
function.cc
309
int frame_off,
frame_alignment
, frame_phase;
313
frame_alignment
= PREFERRED_STACK_BOUNDARY / BITS_PER_UNIT;
314
frame_off = targetm.starting_frame_offset () %
frame_alignment
;
315
frame_phase = frame_off ?
frame_alignment
- frame_off : 0;
306
int frame_off,
frame_alignment
, frame_phase;
local
Completed in 43 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026