Searched refs:concrete (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/linkloader/include/impl/
H A DELFReloc.hxx101 PRINT_LINT("Offset", concrete()->getOffset() );
102 PRINT_LINT("SymTab Index", concrete()->getSymTabIndex() );
103 PRINT_LINT("Type", concrete()->getType() );
104 PRINT_LINT("Addend", concrete()->getAddend() );
H A DELFSectionHeader.hxx88 PRINT_LINT("Flags", concrete()->getFlags());
91 PRINT_LINT("Size", concrete()->getSize());
94 PRINT_LINT("Address Align", concrete()->getAddressAlign());
95 PRINT_LINT("Entry Size", concrete()->getEntrySize());
/frameworks/compile/linkloader/include/
H A DELFReloc.h70 ELFRelocTy *concrete() { function in class:ELFReloc_CRTP
74 ELFRelocTy const *concrete() const { function in class:ELFReloc_CRTP
H A DELFSectionHeader.h94 ELFSectionHeaderTy *concrete() { function in class:ELFSectionHeader_CRTP
98 ELFSectionHeaderTy const *concrete() const { function in class:ELFSectionHeader_CRTP
H A DELFSymbol.h140 ELFSymbolTy *concrete() { function in class:ELFSymbol_CRTP
144 ELFSymbolTy const *concrete() const { function in class:ELFSymbol_CRTP

Completed in 23 milliseconds