OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSymDesc
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp
48
///
getSymDesc
49
ResolveInfo::Desc ELFReaderIF::
getSymDesc
(uint16_t pShndx, const Input& pInput) const
72
return target().
getSymDesc
(pShndx);
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h
88
ResolveInfo::Desc
getSymDesc
(uint16_t shndx) const
/frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h
232
virtual ResolveInfo::Desc
getSymDesc
(uint16_t pShndx) const {
Completed in 565 milliseconds