HomeSort by relevance Sort by last modified time
    Searched refs:mayHaveUnsafeFunctionPointerAccess (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/Target/
TargetLDBackend.h 176 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
178 virtual bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection)
GNULDBackend.h 339 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
341 bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) const;
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.h 129 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
131 bool mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection) const;
ARMLDBackend.cpp 768 /// mayHaveUnsafeFunctionPointerAccess - check if the section may have unsafe
771 ARMGNULDBackend::mayHaveUnsafeFunctionPointerAccess(const LDSection& pSection)
777 GNULDBackend::mayHaveUnsafeFunctionPointerAccess(pSection);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 1169 milliseconds