Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h249 : Section(name, SHT_NOBITS, SHF_ALLOC, nullptr, 0, kPageSize, 0), in NoBitsSection()
662 if (header->sh_type != SHT_NOBITS) { in Write()
740 if (header->sh_type != SHT_NOBITS) { in Write()
822 phdr.p_filesz = shdr->sh_type != SHT_NOBITS ? shdr->sh_size : 0u; in MakeProgramHeader()
/art/runtime/
Delf.h1255 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator