Searched defs:IMAGE_SCN_ALIGN_1BYTES (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp80 #define IMAGE_SCN_TYPE_NO_PAD 0x00000008 // The section should not be padded to the next boundary. This flag is obsolete and is replaced by IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files.
93 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 // Align data on a 1-byte boundary. Valid only for object files. macro
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c267 #define IMAGE_SCN_ALIGN_1BYTES 0x00100000 macro

Completed in 821 milliseconds