Searched refs:SHT_NOBITS (Results 1 – 2 of 2) sorted by relevance
/art/compiler/linker/ |
D | elf_builder.h | 532 bss_(this, ".bss", SHT_NOBITS, SHF_ALLOC, nullptr, 0, kPageSize, 0), in ElfBuilder() 533 dex_(this, ".dex", SHT_NOBITS, SHF_ALLOC, nullptr, 0, kPageSize, 0), in ElfBuilder() 646 section->header_.sh_type = SHT_NOBITS; in End() 964 load.p_filesz = (shdr.sh_type != SHT_NOBITS ? shdr.sh_size : 0u); in MakeProgramHeaders()
|
/art/runtime/ |
D | elf.h | 1258 SHT_NOBITS = 8, // Data occupies no space in the file. enumerator
|