Home
last modified time | relevance | path

Searched +refs:make +refs:config +refs:header (Results 1 – 25 of 190) sorted by relevance

12345678

/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.cpp72 MachHeaderSection *header = nullptr; member in __anoneb56ad3f0111::Writer
285 if (config->entry->isInStubs()) in writeTo()
287 in.stubs->fileOff + config->entry->stubsIndex * target->stubSize; in writeTo()
289 c->entryoff = config->entry->getVA() - in.header->addr; in writeTo()
557 c->cryptoff = in.header->getSize(); in writeTo()
620 if (config->entry) in treatSpecialUndefineds()
621 if (auto *undefined = dyn_cast<Undefined>(config->entry)) in treatSpecialUndefineds()
626 for (const Symbol *sym : config->explicitUndefineds) { in treatSpecialUndefineds()
633 config->exportedSymbols.literals) { in treatSpecialUndefineds()
644 if (config->emitInitOffsets && in prepareSymbolRelocation()
[all …]
H A DOutputSegment.cpp27 config->segmentProtections, in initProt()
29 if (it != config->segmentProtections.end()) in initProt()
42 assert(config->arch() != AK_i386 && in maxProt()
66 for (const SectionAlign &sectAlign : config->sectionAlignments) in addOutputSection()
93 .Case(section_names::header, -6) in sectionOrder()
179 auto newName = config->segmentRenameMap.find(name); in maybeRenameSegment()
180 if (newName != config->segmentRenameMap.end()) in maybeRenameSegment()
192 segRef = make<OutputSegment>(); in getOrCreateOutputSegment()
H A DSyntheticSections.cpp74 : SyntheticSection(segment_names::text, section_names::header) { in MachHeaderSection()
88 uint64_t size = target->headerSize + sizeOfCmds + config->headerPad; in getSize()
91 if (config->emitEncryptionInfo) in getSize()
99 if (config->outputType == MH_EXECUTE && !config->staticLink && in cpuSubtype()
101 config->platform() == PLATFORM_MACOS && in cpuSubtype()
102 config->platformInfo.target.MinDeployment >= VersionTuple(10, 5)) in cpuSubtype()
109 return config->emitChainedFixups ? in.chainedFixups->hasWeakBinding() in hasWeakBinding()
114 return config->emitChainedFixups ? in.chainedFixups->hasNonWeakDefinition() in hasNonWeakDefinition()
123 hdr->filetype = config->outputType; in writeTo()
128 if (config->namespaceKind == NamespaceKind::twolevel) in writeTo()
[all …]
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp150 return sizeof(codeview::DebugInfo) + ctx.config.pdbAltPath.size() + 1; in getSize()
160 if (!ctx.config.pdbAltPath.empty()) in writeTo()
161 memcpy(p, ctx.config.pdbAltPath.data(), ctx.config.pdbAltPath.size()); in writeTo()
162 p[ctx.config.pdbAltPath.size()] = '\0'; in writeTo()
353 header.Characteristics &= ~permMask; in setPermissions()
354 header.Characteristics |= c; in setPermissions()
366 if (other->header.Characteristics & IMAGE_SCN_CNT_CODE) { in merge()
367 header.Characteristics |= IMAGE_SCN_CNT_CODE; in merge()
368 header.Characteristics &= in merge()
376 *hdr = header; in writeHeaderTo()
[all …]
H A DDebugTypes.cpp187 return make<TpiSource>(ctx, TpiSource::Regular, file); in makeTpiSource()
193 auto *tpiSource = make<TypeServerSource>(ctx, pdbInputFile); in makeTypeServerSource()
195 tpiSource->ipiSrc = make<TypeServerIpiSource>(ctx); in makeTypeServerSource()
202 return make<UseTypeServerSource>(ctx, file, ts); in makeUseTypeServerSource()
206 return make<PrecompSource>(ctx, file); in makePrecompSource()
212 return make<UsePrecompSource>(ctx, file, precomp); in makeUsePrecompSource()
240 if (ctx.config.verbose) { in remapRecord()
280 auto *header = in canUseDebugH() local
283 return header->Magic == COFF::DEBUG_HASHES_SECTION_MAGIC && in canUseDebugH()
284 header->Version == 0 && in canUseDebugH()
[all …]
H A DChunks.cpp35 : Chunk(k), file(f), header(h), repl(this) { in SectionChunk()
38 setRelocs(file->getCOFFObj()->getRelocations(header)); in SectionChunk()
43 if (Expected<StringRef> e = file->getCOFFObj()->getSectionName(header)) in SectionChunk()
49 setAlignment(header->getAlignment()); in SectionChunk()
51 hasData = !(header->Characteristics & IMAGE_SCN_CNT_UNINITIALIZED_DATA); in SectionChunk()
58 live = !file->ctx.config.doGC || !isCOMDAT(); in SectionChunk()
213 if (os && (os->header.Characteristics & IMAGE_SCN_MEM_EXECUTE)) in applyRelARM()
437 maybeReportRelocationToDiscarded(this, sym, rel, file->ctx.config.mingw); in applyRelocation()
445 uint64_t imageBase = file->ctx.config.imageBase; in applyRelocation()
665 getRuntimePseudoRelocSize(rel.Type, file->ctx.config.machine); in getRuntimePseudoRelocs()
[all …]
/freebsd/contrib/ntp/sntp/
H A Ddepsver.mf14 ./config.status Makefile depfiles \
18 ./config.status $(subdir)/Makefile depfiles && \
41 # commonly, this would exhibit as make reporting a failure to make a
42 # header file which is no longer in the location given. To address
46 # with different contents than deps-ver, we make clean to ensure all
53 # intermediate target .deps-ver, which invokes make recursively if
56 # If you modify depsver.mf, please make the changes to the master
/freebsd/contrib/ntp/
H A Ddepsver.mf14 ./config.status Makefile depfiles \
18 ./config.status $(subdir)/Makefile depfiles && \
41 # commonly, this would exhibit as make reporting a failure to make a
42 # header file which is no longer in the location given. To address
46 # with different contents than deps-ver, we make clean to ensure all
53 # intermediate target .deps-ver, which invokes make recursively if
56 # If you modify depsver.mf, please make the changes to the master
/freebsd/contrib/dialog/package/
H A Ddialog.spec35 This is the development package "cdialog", which includes the header files,
55 --enable-header-subdir \
63 make
68 make install DESTDIR=$RPM_BUILD_ROOT
69 make install-full DESTDIR=$RPM_BUILD_ROOT
86 %{_bindir}/%{ActualProg}-config
/freebsd/contrib/libpcap/
H A DINSTALL.md2 Libpcap can be built either with the configure script and `make`, or
5 To build libpcap with the configure script and `make`:
9 build the `configure` and `config.h.in` files.
21 * Next, run `make`. If everything goes well, you can
22 `su` to root and run `make install`. However, you need not install
23 libpcap if you just want to build tcpdump; just make sure the tcpdump
26 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION`
28 `AUTOCONF_VERSION=2.69 make`
116 perhaps errors. Either make sure your path has `/opt/SUNWspro/bin`
121 before running configure. (You might have to do a `make distclean`
[all …]
H A DCHANGES20 pcap: make the seconds and microseconds/nanoseconds fields unsigned.
21 Remove the unused pcap-rpcap-int.h header file.
105 Improved tests and error reporting for uses of pkg-config, and
125 Cirrus CI: Add the "make releasecheck" command in the Linux task.
127 Cirrus CI: Run the "make whitespacecheck" command in the Linux task.
128 Autoconf: Update config.{guess,sub}, timestamps 2024-01-01.
137 Autoconf: Add autogen.sh, remove configure and config.h.in and put
144 Extend "make shellcheck" onto mkdep too.
151 Document pcap-config better.
175 Require at least pkg-config 0.17.0, as we use --static.
[all …]
H A Dconfig.h.in1 /* config.h.in. Generated from configure.ac by autoheader. */
24 /* Define to 1 if you have the <config/HaikuConfig.h> header file. */
27 /* Define to 1 if you have the <dagapi.h> header file. */
75 /* Define to 1 if you have the <inttypes.h> header file. */
87 /* Define to 1 if you have the <linux/compiler.h> header file. */
96 /* Define to 1 if you have the <linux/net_tstamp.h> header file. */
99 /* Define to 1 if you have the <linux/socket.h> header file. */
102 /* Define to 1 if you have the <linux/usbdevice_fs.h> header file. */
105 /* Define to 1 if you have the <linux/wireless.h> header file. */
108 /* Define to 1 if you have the <netpacket/packet.h> header file. */
[all …]
H A Dconfigure.ac11 # https://ftp.gnu.org/gnu/config/README
13 # for the URLs to use to fetch new versions of config.guess and
14 # config.sub.
24 # These are the variables that are used in Makefile, pcap-config, and
42 # pcap-config, so that "pcap-config --libs --static" will report them.
45 # REQUIRES_PRIVATE: pkg-config package names for additional libraries
48 # so that "pkg-config --libs --static" will report them, and so that
63 # library needs to be linked. Used in Makefile; not used in pcap-config
72 # in pcap-config, so that "pcap-config --libs --static" will report
75 # REQUIRES_PRIVATE: pkg-config package names for additional libraries
[all …]
/freebsd/libexec/bootpd/
H A DREADME51 Type 'make'. The options at present are: -DSYSLOG which enables logging
58 Type 'make install'. This should put all of the files in the right place.
73 Check the hardware address and then check the entry and make sure
95 Makefile* for "make"
98 bootp.h The protocol header file
101 bootpd.h header for above (and others)
110 bootptest.h header for above
112 dovend.h header for above
115 getether.h header for above
117 getif.h header for above
[all …]
/freebsd/contrib/tcpdump/cmake/Modules/
H A DFindCRYPTO.cmake12 # First, try looking for it with pkg-config, if we have it.
17 # Homebrew's pkg-config does not, by default, look for
18 # pkg-config files for packages it has installed.
36 # Get the pkg-config directory for openssl.
71 # If we got an additional pkg-config directory from Homebrew, add
79 # Use pkg-config to find libcrypto.
89 # Did pkg-config find it?
159 # Have we found it with pkg-config or Homebrew?
164 # Try to find the openss/evp.h header.
165 # We search for that header to make sure that it's installed (if
/freebsd/crypto/krb5/src/config/
H A Dpost.in2 ## config/post.in
10 # In a few parts of "make check" we run shell scripts which run
15 # runs shell script tests should make its check rule depend on
16 # runenv.sh and make each script begin with ". ./runenv.sh".
43 echo 1>&2 "Run 'make distclean' and create a separate build dir" ; \
47 echo 1>&2 "Run 'make distclean' in source tree first" ; \
97 # the compiler. Examples include generated header files.
124 $(top_srcdir)/config/move-if-changed $(srcdir)/deps.new $(srcdir)/deps
127 $(top_srcdir)/config/move-if-changed $(srcdir)/Makefile.in.new \
145 $(top_srcdir)/config/move-if-changed $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in;\
[all …]
/freebsd/contrib/tcpdump/
H A DINSTALL.md13 After libpcap has been built (either install it with `make install` or
14 make sure both the libpcap and tcpdump source trees are in the same
19 build the `configure` and `config.h.in` files.
31 * Next, build tcpdump by running `make`.
33 On OpenBSD, you may need to set, before the `make`, the `AUTOCONF_VERSION`
35 `AUTOCONF_VERSION=2.69 make`
37 If everything builds fine, `su` and type `make install`. This will install
57 for any modifications you need to make.
83 autogen.sh - build configure and config.h.in (run this first)
89 config.guess - autoconf support
[all …]
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.422 o make evhttp_send() safe against terminated connections, too (01ea0c5)
36 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
56 o Distribute Win32-Code/event-config.h, not ./event-config.h
82 o Do not remove Accept-Encoding header
95 …o Support multiple events listening on the same signal; make signals regular events that go on the…
121 o expose bufferevent_setwatermark via header files and fix high watermark on read
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
138 o make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
139 o make event methods static so that they are not exported; from Andrei Nigmatulin
140 o make RPC replies use application/octet-stream as mime type
[all …]
/freebsd/contrib/libevent/
H A DChangeLog-1.422 o make evhttp_send() safe against terminated connections, too (01ea0c5)
36 …o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by …
56 o Distribute Win32-Code/event-config.h, not ./event-config.h
82 o Do not remove Accept-Encoding header
95 …o Support multiple events listening on the same signal; make signals regular events that go on the…
121 o expose bufferevent_setwatermark via header files and fix high watermark on read
136 o Patch from Tani Hosokawa: make some functions in http.c threadsafe.
138 o make event_rpcgen.py generate code include event-config.h; reported by Sam Banks.
139 o make event methods static so that they are not exported; from Andrei Nigmatulin
140 o make RPC replies use application/octet-stream as mime type
[all …]
/freebsd/contrib/openpam/
H A Dconfig.h.in1 /* config.h.in. Generated from configure.ac by autoheader. */
12 /* Define to 1 if you have the <crypt.h> header file. */
15 /* Define to 1 if you have the <dlfcn.h> header file. */
27 /* Define to 1 if you have the <inttypes.h> header file. */
36 /* Define to 1 if you have the <minix/config.h> header file. */
42 /* Define to 1 if you have the <stdint.h> header file. */
45 /* Define to 1 if you have the <stdio.h> header file. */
48 /* Define to 1 if you have the <stdlib.h> header file. */
51 /* Define to 1 if you have the <strings.h> header file. */
54 /* Define to 1 if you have the <string.h> header file. */
[all …]
/freebsd/contrib/file/
H A DINSTALL15 Briefly, the shell commands `./configure; make; make install' should
28 definitions. Finally, it creates a shell script `config.status' that
30 file `config.log' containing compiler output (useful mainly for
33 It can also use an optional file (typically called `config.cache'
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
43 some point `config.cache' contains results you don't want to keep, you
59 2. Type `make' to compile the package.
61 3. Optionally, type `make check' to run any self-tests that come with
64 4. Type `make install' to install the programs and any data files and
67 user, and only the `make install' phase executed with root
[all …]
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in42 This package provides the header files and objects to build kernel modules.
65 --with-config=kernel \
75 make %{?_smp_mflags}
102 make install \
/freebsd/contrib/dialog/
H A DCHANGES20 + update config.guess, config.sub
50 + modify several widgets to make their handling of --no-ok consistent
57 + modify configure script to make Solaris -R rpath feature work
91 + update config.guess
116 + add "make check" rule.
121 + update config.guess
125 + update config.guess
153 + update config.guess, config.sub
156 + improve dialog-config script's filtering of -L options using the
158 + improve dialog-config script, adding a -L option corresponding to
[all …]
/freebsd/contrib/ldns/packaging/fedora/
H A Dldns.spec32 Summary: Development package that includes the ldns header files
66 make %{?_smp_mflags}
67 ( cd drill ; make %{?_smp_mflags} )
68 ( cd examples ; make %{?_smp_mflags} )
69 make %{?_smp_mflags} doc
74 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install
75 make DESTDIR=%{buildroot} INSTALL="%{__install} -p" install-doc
85 (cd drill ; make DESTDIR=%{buildroot} install)
86 (cd examples; make DESTDIR=%{buildroot} install)
105 %{_bindir}/ldns-config
[all …]
/freebsd/contrib/ntp/sntp/libevent/m4/
H A Dacx_pthread.m482 # make and distribute a modified version of the Autoconf Macro, you
122 # which indicates that we try without any flags at all, and "pthread-config"
125 acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
145 # pthread-config: use pthread-config program (for GNU Pth library)
175 pthread-config)
176 AC_CHECK_PROG(acx_pthread_config, pthread-config, yes, no)
178 PTHREAD_CFLAGS="`pthread-config --cflags`"
179 PTHREAD_LIBS="`pthread-config --ldflags` `pthread-config
[all...]

12345678