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

  /bionic/linker/
linker_phdr.h 91 const char* strtab_; member in class:ElfReader
dlfcn.cpp 269 __libdl_info->strtab_ = ANDROID_LIBDL_STRTAB;
linker_phdr.cpp 141 phdr_table_(nullptr), shdr_table_(nullptr), shdr_num_(0), dynamic_(nullptr), strtab_(nullptr),
178 CHECK(strtab_ != nullptr);
181 return strtab_ + index;
372 strtab_ = static_cast<const char*>(strtab_fragment_.data());
    [all...]
linker.h 212 const char* strtab_; member in struct:soinfo
linker.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
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...]
incremental.cc 1064 Stringpool* strtab_; member in class:gold::Unused_symbol_visitor
    [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...]
output.cc 692 this->strtab_->set_string_offsets();
693 this->set_data_size(this->strtab_->get_strtab_size());
701 this->strtab_->write(of, this->offset());
    [all...]
  /art/compiler/
elf_builder.h 474 strtab_(this, ".strtab", 0, 1),
475 symtab_(this, ".symtab", SHT_SYMTAB, 0, &strtab_),
499 StringSection* GetStrTab() { return &strtab_; }
917 StringSection strtab_; member in class:art::FINAL
    [all...]

Completed in 539 milliseconds