Projects STRLCPY LIEF Commits 630929ee
🤬
  • ■ ■ ■ ■ ■ ■
    include/LIEF/ELF/Symbol.hpp
    skipped 128 lines
    129 129   return VISIBILITY(other_);
    130 130   }
    131 131   
    132  - /// Section associated with the symbol or a nullptr if
    133  - /// it does not exist.
     132 + /// Section associated with the symbol or a nullptr if it does not exist.
    134 133   Section* section() {
     134 + return section_;
     135 + }
     136 + 
     137 + const Section* section() const {
    135 138   return section_;
    136 139   }
    137 140   
    skipped 137 lines
Please wait...
Page is in error, reload to recover