HomeSort by relevance Sort by last modified time
    Searched defs:strtab_ (Results 1 - 6 of 6) sorted by null

  /bionic/linker/
linker_phdr.h 91 const char* strtab_; member in class:ElfReader
linker_soinfo.h 118 const char* strtab_; member in struct:soinfo
  /art/compiler/
elf_builder.h 522 strtab_(this, ".strtab", 0, 1),
523 symtab_(this, ".symtab", SHT_SYMTAB, 0, &strtab_),
549 StringSection* GetStrTab() { return &strtab_; }
999 StringSection strtab_; member in class:art::FINAL
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 1064 Stringpool* strtab_; member in class:gold::Unused_symbol_visitor
    [all...]
incremental.h 563 strtab_(new Stringpool()), current_object_(NULL),
569 ~Incremental_inputs() { delete this->strtab_; }
645 { return this->strtab_; }
685 Stringpool* strtab_; member in class:gold::Incremental_inputs
777 : p_(NULL), strtab_(NULL, 0), input_file_count_(0)
782 : p_(p), strtab_(strtab)
1164 elfcpp::Elf_strtab strtab_; member in class:gold::Incremental_inputs_reader
    [all...]
output.h 962 : Output_section_data(1), strtab_(strtab)
984 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
992 Stringpool* strtab_; member in class:gold::Output_data_strtab
    [all...]

Completed in 7737 milliseconds