Searched refs:GapFill (Results 1 – 5 of 5) sorted by relevance
28 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getCOFFConfig()50 !Common.SymbolsToAdd.empty() || Common.GapFill != 0 || in getMachOConfig()70 !Common.SymbolsToRename.empty() || Common.GapFill != 0 || in getWasmConfig()99 Common.GapFill != 0 || Common.PadTo != 0 || in getXCOFFConfig()
210 uint8_t GapFill = 0; member
363 const uint8_t GapFill;374 : Writer(Obj, Out), GapFill(Config.GapFill), PadTo(Config.PadTo) {} in BinaryWriter()
2707 if (GapFill == 0) in write()2715 Buf->getBufferStart() + PadOffset, GapFill); in write()
854 Config.GapFill = ByteVal; in parseObjcopyOptions()