Home
last modified time | relevance | path

Searched defs:pShndx (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
DELFReaderIf.cpp45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const in getSymDesc()
76 ELFReaderIF::getSymBinding(uint8_t pBinding, uint16_t pShndx, uint8_t pVis) const in getSymBinding()
99 uint16_t pShndx, in getSymFragmentRef()
136 uint16_t pShndx, in getSymValue()
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h280 virtual ResolveInfo::Desc getSymDesc(uint16_t pShndx) const { in getSymDesc()