HomeSort by: relevance | last modified time | path
    Searched defs:dynamic (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/acorn32/stand/lib/
rmreloc.c 70 Elf_Dyn *dynamic; /* Dynamic section */ member in struct:__anon875
106 relocate_self(Elf_Dyn *dynamic, void *oldbase, void *newbase)
114 obj = &o; obj->dynamic = dynamic; obj->relocbase = newbase;
116 for (dynp = obj->dynamic; dynp->d_tag != DT_NULL; ++dynp) {
  /src/common/dist/zlib/contrib/puff/
puff.c 79 * 2.3 21 Jan 2013 - Check for invalid code length codes in dynamic blocks
232 * in the deflate format. See the format notes for fixed() and dynamic().
325 * one symbol, which is an error in a dynamic block.
328 * This is assured by the construction of the length arrays in dynamic() and
335 * bit instead of zero bits. See the format notes for fixed() and dynamic().
387 * description if dynamic is a combination of literals and length/distance
508 /* done with a valid fixed or dynamic block */
518 * which the size of the code descriptions in a dynamic block exceeds the
579 * Process a dynamic codes block.
583 * - A dynamic block starts with a description of the literal/length an
665 local int dynamic(struct state *s) function
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_parser.h 107 u_int8_t dynamic; /* antispoof */ member in struct:node_if
  /src/libexec/ld.elf_so/
rtld.h 162 Elf_Dyn *dynamic; /* Dynamic section */ member in struct:Struct_Obj_Entry
167 /* Items from the dynamic section. */
184 Elf_Word symtabno; /* Number of dynamic symbols */
185 Elf_Word gotsym; /* First dynamic symbol in GOT */
201 rtld:1, /* True if this is the dynamic linker */
  /src/usr.bin/make/
var.c 298 * typically a dynamic variable such as ${.TARGET}, whose expansion needs to
4185 * the only ones that will be set when dynamic sources are expanded.
4222 * assume it's for dynamic source stuff. We have to handle
4227 * when dynamic sources are expanded.
4375 EvalUndefined(bool dynamic, const char *start, const char *p,
4378 if (dynamic)
4445 bool dynamic = false; local
4485 * Defer expansion of dynamic variables if they appear in
4488 dynamic = VarnameIsDynamic(name) &&
4495 *out_false_val = EvalUndefined(dynamic, start, p
4620 bool dynamic; local
    [all...]

Completed in 224 milliseconds