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.h464 text_(this, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, nullptr, 0, kPageSize, 0), in ElfBuilder()
488 text_.phdr_flags_ = PF_R | PF_X; in ElfBuilder()
501 Section* GetText() { return &text_; } in GetText()
653 text_.AllocateVirtualMemory(text_size); in PrepareDynamicSection()
672 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size= */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
674 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
675 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
973 Section text_; variable