Home | History | Annotate | Download | only in compiler

Lines Matching full:strtab_

474         strtab_(this, ".strtab", 0, 1),
475 symtab_(this, ".symtab", SHT_SYMTAB, 0, &strtab_),
499 StringSection* GetStrTab() { return &strtab_; }
917 StringSection strtab_;