Home
last modified time | relevance | path

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

/art/libelffile/elf/
Delf_builder.h424 this->WriteUint32(4); // namesz. in Write()
425 this->WriteUint32(kBuildIdLen); // descsz. in Write()
426 this->WriteUint32(3); // type = NT_GNU_BUILD_ID. in Write()
440 bool WriteUint32(uint32_t v) { in WriteUint32() function