Searched refs:footer (Results 1 - 11 of 11) sorted by relevance

/fuchsia/zircon/scripts/
H A Dgen-vdso-valid-sysret.sh20 footer() { function
68 footer
/fuchsia/zircon/system/host/abigen/
H A Drust_binding_generator.cpp16 bool RustBindingGenerator::footer(std::ofstream& os) { function in class:RustBindingGenerator
17 if (!Generator::footer(os)) {
H A Dgenerator.h18 virtual bool footer(std::ofstream& os);
60 bool footer(std::ofstream& os) override;
77 bool footer(std::ofstream& os) override;
100 bool footer(std::ofstream& os) override;
112 bool footer(std::ofstream& os) override;
120 bool footer(std::ofstream& os) override;
H A Dgenerator.cpp30 bool Generator::footer(ofstream& os) { function in class:Generator
81 bool SyscallNumbersGenerator::footer(ofstream& os) { function in class:SyscallNumbersGenerator
105 bool CategoryGenerator::footer(ofstream& os) { function in class:CategoryGenerator
H A Djson_generator.cpp13 bool JsonGenerator::footer(std::ofstream& os) { function in class:JsonGenerator
H A Dabigen_generator.cpp205 if (!generator.footer(ofile)) {
H A Dkernel_wrapper_generator.cpp115 bool KernelWrapperGenerator::footer(ofstream& os) { function in class:KernelWrapperGenerator
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool1781 magic: Magic for identifying the footer, see |MAGIC|.
1782 version_major: The major version of avbtool that wrote the footer.
1783 version_minor: The minor version of avbtool that wrote the footer.
1801 """Initializes a new footer object.
1807 LookupError: If the given footer is malformed.
1808 struct.error: If the given data has no footer.
1817 raise LookupError('Given data does not look like a AVB footer.')
1827 """Gets a string representing the binary encoding of the footer.
1830 A bytearray() with a binary representation of the footer.
1986 image_filename: File to extract vbmeta data from (with a footer)
[all...]
/fuchsia/zircon/third_party/ulib/ngunwind/src/
H A Delfxx.c193 uint8_t *footer = compressed + length - LZMA_STREAM_HEADER_SIZE;
194 if (lzma_stream_footer_decode (&options, footer) != LZMA_OK)
200 uint8_t *indexdata = footer - options.backward_size;
/fuchsia/zircon/make/
H A Dboard.mk104 # Android Verified Boot (AVB) support: Hash footer is added to the boot image
H A Dmacros.mk58 # $3 provides an (optional) raw footer to append to the end

Completed in 61 milliseconds