Searched refs:info (Results 1 – 8 of 8) sorted by relevance
144 #define ELF64_R_SYM(info) ((info) >> 32) argument145 #define ELF64_R_TYPE(info) ((info) & 0xffffffffL) argument150 #define ELF64_R_TYPE_DATA(info) (((Elf64_Xword)(info)<<32)>>40) argument151 #define ELF64_R_TYPE_ID(info) (((Elf64_Xword)(info)<<56)>>56) argument171 #define ELF64_M_SYM(info) ((info)>>8) argument172 #define ELF64_M_SIZE(info) ((unsigned char)(info)) argument200 #define ELF64_ST_BIND(info) ((info) >> 4) argument201 #define ELF64_ST_TYPE(info) ((info) & 0xf) argument
135 #define ELF32_R_SYM(info) ((info) >> 8) argument136 #define ELF32_R_TYPE(info) ((unsigned char)(info)) argument164 #define ELF32_M_SYM(info) ((info)>>8) argument165 #define ELF32_M_SIZE(info) ((unsigned char)(info)) argument193 #define ELF32_ST_BIND(info) ((info) >> 4) argument194 #define ELF32_ST_TYPE(info) ((info) & 0xf) argument
190 PageInfo *info; in PAlloc_AllocPage() local200 info = PAllocGetInfo(pg); in PAlloc_AllocPage()201 ASSERT(info != NULL); in PAlloc_AllocPage()202 ASSERT(info->refCount == 0); in PAlloc_AllocPage()203 info->refCount++; in PAlloc_AllocPage()234 PageInfo *info = PAllocGetInfo(pg); in PAllocFreePage() local235 ASSERT(info->refCount == 0); in PAllocFreePage()250 PageInfo *info = PAllocGetInfo(pg); in PAlloc_Retain() local253 ASSERT(info->refCount != 0); in PAlloc_Retain()254 info->refCount++; in PAlloc_Retain()[all …]
173 OSFSInfo(struct statfs *info, uint64_t max) in OSFSInfo() argument175 return syscall(SYSCALL_FSINFO, info, max); in OSFSInfo()
48 int OSFSInfo(struct statfs *info, uint64_t max);
85 static INLINE void cpuid(uint32_t info, uint32_t *eax, uint32_t *ebx, in cpuid() argument92 : "a" (info)); in cpuid()
804 # to be installed. See also https://en.wikipedia.org/wiki/BibTeX for more info.807 # search path. See also \cite for info how to create references.2051 # https://en.wikipedia.org/wiki/BibTeX and \cite for more info.2439 # For details please see <a href=https://graphviz.org/doc/info/attrs.html>Node,2451 # href=https://graphviz.org/doc/info/arrows.html>Complete documentation about2460 # href=https://www.graphviz.org/doc/info/shapes.html>Shapes specification</a>
1141 extended info about the currently received packet.