Home | History | Annotate | Download | only in linker

Lines Matching defs:text_

531         text_(this, ".text", SHT_PROGBITS, SHF_ALLOC | SHF_EXECINSTR, nullptr, 0, kPageSize, 0),
554 text_.phdr_flags_ = PF_R | PF_X;
568 Section* GetText() { return &text_; }
709 text_.AllocateVirtualMemory(text_size);
728 dynsym_.Add(oatexec, &text_, text_.GetAddress(), /* size */ 0, STB_GLOBAL, STT_OBJECT);
730 Elf_Word oatlastword_address = text_.GetAddress() + text_size - 4;
731 dynsym_.Add(oatlastword, &text_, oatlastword_address, 4, STB_GLOBAL, STT_OBJECT);
1012 Section text_;