Home
last modified time | relevance | path

Searched refs:a_type (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/include/
Delf.h36 uint32_t a_type; member
43 uint64_t a_type; member
/bionic/libc/bionic/
Dgetauxval.cpp38 for (Elf32_auxv_t* v = __libc_auxv; v->a_type != AT_NULL; ++v) { in getauxval()
39 if (v->a_type == type) { in getauxval()
/bionic/libc/private/
DKernelArgumentBlock.h53 for (Elf32_auxv_t* v = auxv; v->a_type != AT_NULL; ++v) {
54 if (v->a_type == type) {
/bionic/libc/include/sys/
Dexec_elf.h694 Elf32_Word a_type; /* 32-bit id */ member
699 Elf64_Word a_type; /* 32-bit id */ member