Home
last modified time | relevance | path

Searched refs:PF_X (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp194 phdr.p_flags = PF_R | PF_X; in SinglePtLoad()
232 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
241 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
250 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
299 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
308 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
317 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
377 phdr.p_flags = PF_R | PF_X; in NonExecutablePtLoads()
427 phdr.p_flags = PF_R | PF_X; in ManyPhdrs()
1314 phdr.p_flags = PF_R | PF_X; in CheckGnuEhFrame()
[all …]
DMapInfoGetLoadBiasTest.cpp144 phdr.p_flags = PF_X; in InitElfData()
DElfTest.cpp68 phdr.p_flags = PF_R | PF_X; in InitElf32()
103 phdr.p_flags = PF_R | PF_X; in InitElf64()
DUnwinderTest.cpp1696 phdr.p_flags = PF_X; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h231 #define PF_X 0x1 macro
/system/unwinding/libunwindstack/
DElfInterface.cpp167 if (phdr.p_type == PT_LOAD && (phdr.p_flags & PF_X)) { in GetLoadBias()
187 if ((phdr.p_flags & PF_X) == 0) { in ReadProgramHeaders()
/system/extras/simpleperf/
Dread_elf.cpp333 (phdr.p_type == llvm::ELF::PT_LOAD) && (phdr.p_flags & llvm::ELF::PF_X); in GetProgramHeader()
443 if ((it->p_type == llvm::ELF::PT_LOAD) && (it->p_flags & llvm::ELF::PF_X)) { in ReadMinExecutableVaddr()