Home
last modified time | relevance | path

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

/development/vndk/tools/vtable-dumper/
Delf_handling.cpp209 for (const SectionRef &Section : mRelSectionRefs) { in getVFunctions() local
235 const SectionRef &Section, in relocateSym()
293 const SectionRef &Section, in relativeRelocation()
338 for (const SectionRef &Section : mProgBitSectionRefs) { in identifyAddend() local
350 const SectionRef &Section, in getAddendFromSection()
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java358 private static class Section { class in EncryptedDocument