Home
last modified time | relevance | path

Searched refs:SHT_DYNAMIC (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_writer_quick.h93 : ElfSectionBuilder(sec_name, SHT_DYNAMIC, SHF_ALLOC | SHF_ALLOC, link, in ElfDynamicBuilder()
/art/runtime/
Delf.h1253 SHT_DYNAMIC = 6, // Information for dynamic linking. enumerator
Delf_file.cc287 case SHT_DYNAMIC: { in Setup()