HomeSort by relevance Sort by last modified time
    Searched full:phdr_flags_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/
elf_builder.h 112 phdr_flags_(PF_R),
236 Elf_Word phdr_flags_; member in class:art::FINAL::Section
535 text_.phdr_flags_ = PF_R | PF_X;
536 bss_.phdr_flags_ = PF_R | PF_W;
537 dynamic_.phdr_flags_ = PF_R | PF_W;
    [all...]

Completed in 57 milliseconds