Home
last modified time | relevance | path

Searched refs:WriteUint32 (Results 1 – 1 of 1) sorted by relevance

/art/compiler/linker/
Delf_builder.h500 this->WriteUint32(4); // namesz. in Write()
501 this->WriteUint32(kBuildIdLen); // descsz. in Write()
502 this->WriteUint32(3); // type = NT_GNU_BUILD_ID. in Write()
516 bool WriteUint32(uint32_t v) { in WriteUint32() function