HomeSort by relevance Sort by last modified time
    Searched refs:strtab_size_ (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
stringpool.cc 38 : string_set_(), key_to_offset_(), strings_(), strtab_size_(0),
154 gold_assert(this->strtab_size_ == 0);
379 if (this->strtab_size_ != 0)
441 this->strtab_size_ = offset;
461 gold_assert(this->strtab_size_ != 0);
477 gold_assert(this->strtab_size_ != 0);
478 gold_assert(bufsize >= this->strtab_size_);
488 <= this->strtab_size_);
499 gold_assert(this->strtab_size_ != 0);
500 unsigned char* view = of->get_output_view(offset, this->strtab_size_);
    [all...]
stringpool.h 273 gold_assert(this->strtab_size_ != 0);
274 return this->strtab_size_;
405 section_size_type strtab_size_; member in class:gold::Stringpool_template
  /bionic/linker/
linker_phdr.h 92 size_t strtab_size_; member in class:ElfReader
dlfcn.cpp 336 __libdl_info->strtab_size_ = sizeof(ANDROID_LIBDL_STRTAB);
linker_soinfo.h 305 size_t strtab_size_; member in struct:soinfo
linker_soinfo.cpp 638 if (has_min_version(1) && (index >= strtab_size_)) {
640 get_realpath(), strtab_size_, index);
linker_phdr.cpp 145 strtab_size_(0), load_start_(nullptr), load_size_(0), load_bias_(0), loaded_phdr_(nullptr),
182 CHECK(index < strtab_size_);
449 strtab_size_ = strtab_fragment_.size();
    [all...]
linker.cpp     [all...]

Completed in 177 milliseconds