Home
last modified time | relevance | path

Searched refs:getSectionIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx100 PRINT_LINT("Shtab Index", getSectionIndex() ); in print()
114 setw(10) << getSectionIndex() << in print()
126 size_t idx = (size_t)getSectionIndex(); in getAddress()
DELFObject.hxx635 size_t idx = (size_t)sym->getSectionIndex(); in relocate()
/frameworks/compile/linkloader/include/
DELFSymbol.h64 getSectionIndex() == SHN_COMMON) { in ~ELFSymbol_CRTP()
102 half_t getSectionIndex() const { in getSectionIndex() function