Searched refs:nmagic (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/file/src/
H A Dapprentice.c101 uint32_t nmagic[MAGIC_SETS]; member in struct:magic_map
425 ml->nmagic = map->nmagic[idx];
1040 for (magindex = 0; magindex < ml->nmagic; magindex++) {
1044 while (magindex + 1 < ml->nmagic &&
1054 while (magindex + 1 < ml->nmagic &&
1466 &map->magic[j], &map->nmagic[j]) == -1) {
3199 map->nmagic[i] = swap4(ptr[i + 2]);
3201 map->nmagic[i] = ptr[i + 2];
3203 map->magic[i + 1] = map->magic[i] + map->nmagic[
3325 byteswap(struct magic *magic, uint32_t nmagic) argument
[all...]
H A Dsoftmagic.c134 if ((rv = match(ms, ml->magic, ml->nmagic, b, 0, mode,
194 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, argument
220 for (magindex = 0; magindex < nmagic; magindex++) {
232 while (magindex < nmagic - 1 &&
317 while (magindex + 1 < nmagic &&
1883 rv = match(ms, ml.magic, ml.nmagic, b, offset + o,
H A Dfile.h389 uint32_t nmagic; /* number of entries in array */ member in struct:mlist
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DConfig.h171 bool nmagic; member in struct:lld::elf::Configuration
H A DDriver.cpp910 config->nmagic = args.hasFlag(OPT_nmagic, OPT_no_nmagic, false);
1052 // Page alignment can be disabled by the -n (--nmagic) and -N (--omagic).
1055 if (config->nmagic || config->omagic)
1306 if (config->nmagic || config->omagic) {
1308 warn("-z max-page-size set, but paging disabled by omagic or nmagic");
1321 if (config->nmagic || config->omagic) {
1323 warn("-z common-page-size set, but paging disabled by omagic or nmagic");
H A DLinkerScript.cpp1046 bool paged = !config->omagic && !config->nmagic;
H A DWriter.cpp2050 // nmagic or omagic output does not have PT_PHDR, PT_INTERP, or the readonly
2052 if (!config->nmagic && !config->omagic) {
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c2256 u_long nmagic; local
2358 nmagic = (u_long)p[2] << 24 |
2360 if (nmagic != sp->lcp.magic) {
2363 log(-1, "0x%lx ", nmagic);
2374 nmagic = ~sp->lcp.magic;
2376 p[2] = nmagic >> 24;
2377 p[3] = nmagic >> 16;
2378 p[4] = nmagic >> 8;
2379 p[5] = nmagic;
4808 uint32_t nmagic local
[all...]

Completed in 147 milliseconds