OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSymBinding
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/mclinker/include/mcld/LD/
ELFReaderIf.h
111
ResolveInfo::Binding
getSymBinding
(uint8_t pBinding,
/frameworks/compile/mclinker/lib/LD/
ELFReaderIf.cpp
78
///
getSymBinding
80
ELFReaderIF::
getSymBinding
(uint8_t pBinding, uint16_t pShndx, uint8_t pVis) const
ELFReader.cpp
123
ResolveInfo::Binding ld_binding =
getSymBinding
((st_info >> 4), st_shndx, st_other);
518
result->setBinding(
getSymBinding
((st_info >> 4), st_shndx, st_other));
684
ResolveInfo::Binding ld_binding =
getSymBinding
((st_info >> 4), st_shndx, st_other);
[
all
...]
Completed in 458 milliseconds