Home
last modified time | relevance | path

Searched refs:Loadable (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dnetware4 # netware: file(1) magic for NetWare Loadable Modules (NLMs)
8 0 string NetWare\ Loadable\ Module NetWare Loadable Module
/freebsd/contrib/llvm-project/lld/docs/
H A Dpartitions.dot3 part1 [label="Loadable partition 1",shape=plaintext];
4 part2 [label="Loadable partition 2",shape=plaintext];
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md74 or Sysevent Loadable Module (SLM) on the illumos platform. The added
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h97 enum class SeparateSegmentKind { None, Code, Loadable }; enumerator
H A DWriter.cpp2390 if (config->zSeparate == SeparateSegmentKind::Loadable || in fixSectionAlignments()
H A DDriver.cpp521 ret = SeparateSegmentKind::Loadable; in getZSeparate()