Searched refs:a_v (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_getauxval.h47 static inline decltype(AuxInfo::a_v) getauxval(decltype(AuxInfo::a_type) type) {
51 return aux->a_v;
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dinit.c247 * @param[in] a_v program argument vector
250 ao_initialize(tOptions * opts, int a_ct, char ** a_v) argument
256 opts->origArgVect = a_v;
H A Dproto.h86 ao_initialize(tOptions * opts, int a_ct, char ** a_v);
H A Dautoopts.c304 * arg: + char ** + a_v + program arg vector +
333 optionProcess(tOptions * opts, int a_ct, char ** a_v) argument
335 if (! SUCCESSFUL(validate_struct(opts, a_v[0])))
342 if (! ao_initialize(opts, a_ct, a_v))
/freebsd-11-stable/contrib/file/src/
H A Dreadelf.h58 Elf32_Word a_v; /* 32-bit id */ member in struct:__anon32
63 Elf64_Xword a_v; /* 64-bit id */ member in struct:__anon33
H A Dreadelf.c245 ? elf_getu32(swap, auxv32.a_v) \
246 : elf_getu64(swap, auxv64.a_v))
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c2462 printf("a_type=%#llx a_v=%#llx\n",
2463 (long long int)aip->a_type, (long long int)aip->a_v);

Completed in 184 milliseconds