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

  /toolchain/binutils/binutils-2.27/gold/
layout.h 819 gold_assert(this->symtab_section_ != NULL);
820 return this->symtab_section_;
1361 Output_section* symtab_section_; member in class:gold::Layout
    [all...]
incremental.h 565 symtab_section_(NULL), relocs_section_(NULL),
630 { return this->symtab_section_; }
695 Output_data_space* symtab_section_; member in class:gold::Incremental_inputs
    [all...]

Completed in 98 milliseconds