Home
last modified time | relevance | path

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

/art/runtime/
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/compiler/linker/
Delf_builder.h531 text_(this, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, nullptr, 0, kPageSize, 0), in ElfBuilder()
554 text_.phdr_flags_ = PF_R | PF_X; in ElfBuilder()
568 Section* GetText() { return &text_; } in GetText()
709 text_.AllocateVirtualMemory(text_size); in PrepareDynamicSection()
728 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size */ 0, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
730 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4; in PrepareDynamicSection()
731 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT); in PrepareDynamicSection()
1012 Section text_; variable