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 136 const char* strtab_; member in struct:soinfo
  /art/compiler/linker/
elf_builder.h 540 strtab_(this, ".strtab", 0, 1),
541 symtab_(this, ".symtab", SHT_SYMTAB, 0, &strtab_),
571 StringSection* GetStrTab() { return &strtab_; }
1021 StringSection strtab_; member in class:art::linker::FINAL
    [all...]
  /toolchain/binutils/binutils-2.27/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 1074 : Output_section_data(1), strtab_(strtab)
1096 { this->strtab_->write_to_buffer(buffer, this->data_size()); }
1104 Stringpool* strtab_; member in class:gold::Output_data_strtab
    [all...]

Completed in 149 milliseconds