Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp195 phdr.p_flags = PF_R | PF_X; in SinglePtLoad()
233 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
242 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
251 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoads()
300 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
309 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
318 phdr.p_flags = PF_R | PF_X; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
378 phdr.p_flags = PF_R | PF_X; in NonExecutablePtLoads()
428 phdr.p_flags = PF_R | PF_X; in ManyPhdrs()
1318 phdr.p_flags = PF_R | PF_X; in CheckGnuEhFrame()
[all …]
DMapInfoGetLoadBiasTest.cpp145 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.cpp1703 phdr.p_flags = PF_X; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h244 #define PF_X 0x1 macro
/system/unwinding/libunwindstack/
DElfInterface.cpp224 if (phdr.p_type == PT_LOAD && (phdr.p_flags & PF_X)) { in GetLoadBias()
244 if ((phdr.p_flags & PF_X) == 0) { in ReadProgramHeaders()
/system/extras/simpleperf/
Dread_elf.cpp372 (phdr.p_type == llvm::ELF::PT_LOAD) && (phdr.p_flags & llvm::ELF::PF_X); in GetProgramHeader()
485 if ((ph.p_type == llvm::ELF::PT_LOAD) && (ph.p_flags & llvm::ELF::PF_X) && in ReadMinExecutableVaddr()