Home
last modified time | relevance | path

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

/art/libartbase/base/
Dindenter.h36 text_{text, text, text, text, text, text, text, text}, in Indenter()
76 size_t to_write = std::min(remaining, sizeof(text_)); in Write()
77 RawWrite(text_, to_write); in Write()
104 const char text_[8]; variable
/art/libelffile/elf/
Delf_builder.h454 text_(this, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, nullptr, 0, kPageSize, 0), in ElfBuilder()
478 text_.phdr_flags_ = PF_R | PF_X; in ElfBuilder()
491 Section* GetText() { return &text_; } in GetText()
643 text_.AllocateVirtualMemory(text_size); in PrepareDynamicSection()
662 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size= */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
664 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
665 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
939 Section text_; variable