OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reg_frame
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/include/coff/
sym.h
174
unsigned
reg_frame
: 1; /* true if register frame procedure */
member in struct:pdr
/toolchain/binutils/binutils-2.25/bfd/
ecoffswap.h
352
intern->
reg_frame
= 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_BIG);
362
intern->
reg_frame
= 0 != (ext->p_bits1[0] & PDR_BITS1_REG_FRAME_LITTLE);
410
| (intern->
reg_frame
? PDR_BITS1_REG_FRAME_BIG : 0)
421
| (intern->
reg_frame
? PDR_BITS1_REG_FRAME_LITTLE : 0)
Completed in 123 milliseconds