Searched refs:CreateSection (Results 1 – 3 of 3) sorted by relevance
| /system/ulib/libzbi/ |
| A D | zbi-zx.cpp | 69 auto result = CreateSection(length, type, extra, flags, &dest); in AppendSection() 76 zbi_result_t ZbiVMO::CreateSection(uint32_t length, uint32_t type, in CreateSection() function in zbi::ZbiVMO 79 auto result = Zbi::CreateSection(length, type, extra, flags, payload); in CreateSection() 91 result = Zbi::CreateSection(length, type, extra, flags, payload); in CreateSection()
|
| /system/ulib/libzbi/include/libzbi/ |
| A D | zbi-zx.h | 28 zbi_result_t CreateSection(uint32_t length, uint32_t type, uint32_t extra,
|
| A D | zbi-cpp.h | 52 zbi_result_t CreateSection(uint32_t length, uint32_t type, uint32_t extra, in CreateSection() function
|
Completed in 4 milliseconds