Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 27) sorted by relevance

12

/bionic/libc/kernel/arch-x86/asm/
Ddesc_32.h59 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) argument
60info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)… argument
61info) ( (info)->base_addr == 0 && (info)->limit == 0 && (info)->contents == 0 && (info)->re… argument
Dmath_emu.h17 struct info { struct
Dprocessor_32.h134 struct info *info; member
228 #define KSTK_TOP(info) ({ unsigned long *__ptr = (unsigned long *)(info); (unsigned long)(&__p… argument
/bionic/libc/kernel/common/linux/
Dsmp.h17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function()) argument
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_ena… argument
Dmodule.h79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
Dmoduleparam.h28 …, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attribute__((sec… argument
30 #define __MODULE_INFO(tag, name, info) argument
Dproc_fs.h74 #define proc_net_create(name, mode, info) ({ (void)(mode), NULL; }) argument
/bionic/libc/unistd/
Dwait.c32 extern int __waitid(idtype_t which, id_t id, siginfo_t *info, int options, struct rusage *ru);
49 int waitid(idtype_t which, id_t id, siginfo_t *info, int options) in waitid() argument
52 return __waitid(which, id, info, options, NULL); in waitid()
/bionic/libdl/
Dlibdl.c24 int dladdr(const void *addr, Dl_info *info) { return 0; } in dladdr() argument
32 int dl_iterate_phdr(int (*cb)(void *info, void *size, void *data), in dl_iterate_phdr() argument
/bionic/linker/
Ddebugger.c100 static void logSignalSummary(int signum, const siginfo_t* info) in logSignalSummary() argument
118 signum, signame, info->si_addr, info->si_code); in logSignalSummary()
127 void debugger_signal_handler(int n, siginfo_t* info, void* unused) in debugger_signal_handler() argument
132 logSignalSummary(n, info); in debugger_signal_handler()
Ddlfcn.c127 int dladdr(const void *addr, Dl_info *info) in dladdr() argument
137 memset(info, 0, sizeof(Dl_info)); in dladdr()
139 info->dli_fname = si->name; in dladdr()
140 info->dli_fbase = (void*)si->base; in dladdr()
146 info->dli_sname = si->strtab + sym->st_name; in dladdr()
147 info->dli_saddr = (void*)(si->base + sym->st_value); in dladdr()
Dlinker.c167 static void insert_soinfo_into_debug_map(soinfo * info) in insert_soinfo_into_debug_map() argument
173 map = &(info->linkmap); in insert_soinfo_into_debug_map()
174 map->l_addr = info->base; in insert_soinfo_into_debug_map()
175 map->l_name = (char*) info->name; in insert_soinfo_into_debug_map()
176 map->l_ld = (uintptr_t)info->dynamic; in insert_soinfo_into_debug_map()
195 static void remove_soinfo_from_debug_map(soinfo * info) in remove_soinfo_from_debug_map() argument
197 struct link_map * map = &(info->linkmap); in remove_soinfo_from_debug_map()
206 void notify_gdb_of_load(soinfo * info) in notify_gdb_of_load() argument
208 if (info->flags & FLAG_EXE) { in notify_gdb_of_load()
218 insert_soinfo_into_debug_map(info); in notify_gdb_of_load()
[all …]
/bionic/libc/include/sys/
Dsysinfo.h36 extern int sysinfo (struct sysinfo *info);
Dwait.h59 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
Dexec_elf.h368 #define ELF64_R_SYM(info) ((info) >> 32) argument
369 #define ELF64_R_TYPE(info) ((info) & 0xFFFFFFFF) argument
Dlinux-unistd.h147 int __rt_sigtimedwait (const sigset_t *set, struct siginfo_t *info, struct timespec_t…
/bionic/libc/include/
Ddlfcn.h50 extern int dladdr(const void* addr, Dl_info *info);
/bionic/libc/bionic/
Dmalloc_debug_common.c114 void get_malloc_leak_info(uint8_t** info, size_t* overallSize, in get_malloc_leak_info() argument
118 if (info == NULL || overallSize == NULL || infoSize == NULL || in get_malloc_leak_info()
127 *info = NULL; in get_malloc_leak_info()
156 *info = (uint8_t*)dlmalloc(*overallSize); in get_malloc_leak_info()
158 if (*info == NULL) { in get_malloc_leak_info()
165 uint8_t* head = *info; in get_malloc_leak_info()
188 void free_malloc_leak_info(uint8_t* info) in free_malloc_leak_info() argument
190 dlfree(info); in free_malloc_leak_info()
Dmalloc_debug_qemu.c530 if (!tracing_enabled(info)) { in qemu_log()
735 log_mdesc(info, &desc, "+++ <libc_pid=%03u, pid=%03u> malloc(%u) -> ", in qemu_instrumented_malloc()
781 log_mdesc(info, &desc, "--- <libc_pid=%03u, pid=%03u> free(%p) -> ", in qemu_instrumented_free()
855 log_mdesc(info, &desc, "### <libc_pid=%03u, pid=%03u> calloc(%u(%u), %u) -> ", in qemu_instrumented_calloc()
963 log_mdesc(info, &new_desc, "=== <libc_pid=%03u, pid=%03u>: realloc(%p, %u) -> ", in qemu_instrumented_realloc()
965 log_mdesc(info, &cur_desc, " <- "); in qemu_instrumented_realloc()
1011 log_mdesc(info, &desc, "@@@ <libc_pid=%03u, pid=%03u> memalign(%X, %u) -> ", in qemu_instrumented_memalign()
/bionic/libthread_db/
Dlibthread_db.c152 td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info) in td_thr_get_info() argument
154 info->ti_tid = handle->tid; in td_thr_get_info()
155 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids in td_thr_get_info()
156 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>. in td_thr_get_info()
/bionic/libc/arch-x86/bionic/
Ddl_iterate_phdr_static.c54 dl_iterate_phdr(int (*cb)(struct dl_phdr_info *info, size_t size, void *data), in dl_iterate_phdr() argument
/bionic/libthread_db/include/
Dthread_db.h144 td_thrinfo_t * info);
154 extern td_err_e td_thr_get_info(td_thrhandle_t const * handle, td_thrinfo_t * info);
/bionic/libc/kernel/common/media/
Dmsm_camera.h286 void *info; member
/bionic/libc/netbsd/resolv/
Dres_cache.c1772 struct resolv_cache_info* info = _find_cache_info_locked(ifname); in _find_named_cache_locked() local
1774 if (info != NULL) return info->cache; in _find_named_cache_locked()
/bionic/libc/
DJamfile2 # tool. For info, see www.perforce.com/jam/jam.html

12