Lines Matching refs:section
155 SandboxSection section;
159 SandboxSection section;
164 SandboxSection section;
172 SandboxSection section;
187 // for comm section
246 __attribute__((always_inline)) inline uint32_t GetSectionType(const SandboxSection *section)
248 return section != NULL ? section->sandboxNode.type : SANDBOX_TAG_INVALID;
256 SandboxMountNode *GetFirstSandboxMountNode(const SandboxSection *section);
258 void AddSandboxMountNode(SandboxMountNode *node, SandboxSection *section);
259 PathMountNode *GetPathMountNode(const SandboxSection *section, int type, const char *source, const char *target);
260 SymbolLinkNode *GetSymbolLinkNode(const SandboxSection *section, const char *target, const char *linkName);