Home
last modified time | relevance | path

Searched full:zeropadbytes (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/ObjectYAML/MachO/
Ddylib_dylinker_command.yaml18 ZeroPadBytes: 7
27 ZeroPadBytes: 1
36 ZeroPadBytes: 6
44 #CHECK: ZeroPadBytes: 7
53 #CHECK: ZeroPadBytes: 1
62 #CHECK: ZeroPadBytes: 6
Dexport_trie.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dbogus_load_command.yaml16 ZeroPadBytes: 24
36 #CHECK: ZeroPadBytes:
Dout_of_order_linkedit.yaml100 ZeroPadBytes: 7
123 ZeroPadBytes: 1
132 ZeroPadBytes: 6
Dsymtab.yaml102 ZeroPadBytes: 7
125 ZeroPadBytes: 1
134 ZeroPadBytes: 6
/external/llvm/tools/yaml2obj/
Dyaml2macho.cpp215 if (LC.ZeroPadBytes > 0) { in writeLoadCommands()
216 ZeroFillBytes(OS, LC.ZeroPadBytes); in writeLoadCommands()
217 BytesWritten += LC.ZeroPadBytes; in writeLoadCommands()
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp235 IO.mapOptional("ZeroPadBytes", LoadCommand.ZeroPadBytes, (uint64_t)0ull); in mapping()
/external/llvm/include/llvm/ObjectYAML/
DMachOYAML.h57 uint64_t ZeroPadBytes; member
/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp201 LC.ZeroPadBytes = RemainingBytes; in dumpLoadCommands()