OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGE_SCN_ALIGN_POWER_BIT_POS
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.27/include/coff/
pe.h
82
#define
IMAGE_SCN_ALIGN_POWER_BIT_POS
20
85
(((val) >>
IMAGE_SCN_ALIGN_POWER_BIT_POS
) - 1)
87
(((val) + 1) <<
IMAGE_SCN_ALIGN_POWER_BIT_POS
)
/toolchain/binutils/binutils-2.27/libiberty/
simple-object-coff.c
94
#define
IMAGE_SCN_ALIGN_POWER_BIT_POS
20
96
(((val) + 1) <<
IMAGE_SCN_ALIGN_POWER_BIT_POS
)
Completed in 518 milliseconds