Searched refs:info (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libc/include/sys/
H A Dsysinfo.h36 extern int sysinfo (struct sysinfo *info);
H A Dwait.h58 extern int waitid(idtype_t which, id_t id, siginfo_t *info, int options);
/bionic/libc/bionic/
H A Dwait.cpp32 extern "C" int __waitid(idtype_t which, id_t id, siginfo_t* info, int options, struct rusage* ru);
42 int waitid(idtype_t which, id_t id, siginfo_t* info, int options) { argument
44 return __waitid(which, id, info, options, NULL);
H A Ddebug_stacktrace.cpp152 Dl_info info; local
153 if (dladdr((void*) frames[i], &info) != 0) {
154 offset = reinterpret_cast<uintptr_t>(info.dli_saddr);
155 symbol = info.dli_sname;
160 const char* soname = (mi != NULL) ? mi->name : info.dli_fname;
H A Dmalloc_debug_common.cpp163 // "*info" is set to a buffer we allocate
164 // "*overallSize" is set to the size of the "info" buffer
173 extern "C" void get_malloc_leak_info(uint8_t** info, size_t* overallSize, argument
176 if (info == NULL || overallSize == NULL || infoSize == NULL ||
184 *info = NULL;
211 *info = static_cast<uint8_t*>(Malloc(malloc)(*overallSize));
212 if (*info == NULL) {
220 uint8_t* head = *info;
239 extern "C" void free_malloc_leak_info(uint8_t* info) { argument
240 Malloc(free)(info);
[all...]
H A Ddl_iterate_phdr_static.cpp38 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { argument
H A Dmalloc_debug_qemu.cpp65 * all the time they occur. See test_access_violation for more info. This macro
121 /* Describes memory block info queried from emulator. This structure is passed
317 * type - Message type: debug, error, or info
493 * prio - Message priority (debug, info, or error)
510 if (!tracing_enabled(info)) {
659 // Enable info messages from the guest.
719 log_mdesc(info, &desc, "+++ <libc_pid=%03u, pid=%03u> malloc(%zu) -> ",
763 log_mdesc(info, &desc, "--- <libc_pid=%03u, pid=%03u> free(%p) -> ",
842 log_mdesc(info, &desc, "### <libc_pid=%03u, pid=%03u> calloc(%zu(%zu), %zu) -> ",
954 log_mdesc(info,
[all...]
H A Dgetentropy_linux.c88 static int getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data);
345 getentropy_phdr(struct dl_phdr_info *info, size_t size, void *data) argument
349 SHA512_Update(ctx, &info->dlpi_addr, sizeof (info->dlpi_addr));
H A Dsystem_properties.cpp330 prop_info* info = new(offset) prop_info(name, namelen, value, valuelen); local
332 return info;
554 prop_info *info = reinterpret_cast<prop_info*>(to_prop_obj(trie->prop)); local
555 if (!info)
557 propfn(info, cookie);
/bionic/linker/
H A Dlinker.h69 #define ELF64_R_SYM(info) (((info) >> 0) & 0xffffffff)
70 #define ELF64_R_SSYM(info) (((info) >> 32) & 0xff)
71 #define ELF64_R_TYPE3(info) (((info) >> 40) & 0xff)
72 #define ELF64_R_TYPE2(info) (((info) >> 48) & 0xff)
73 #define ELF64_R_TYPE(info) (((info) >> 5
[all...]
H A Ddebugger.cpp120 static void log_signal_summary(int signum, const siginfo_t* info) { argument
165 // "info" will be NULL if the siginfo_t information was not available.
170 if (info != NULL) {
173 __libc_format_buffer(code_desc, sizeof(code_desc), ", code %d", info->si_code);
175 __libc_format_buffer(addr_desc, sizeof(addr_desc), ", fault addr %p", info->si_addr);
208 static void send_debuggerd_packet(siginfo_t* info) { argument
233 msg.original_si_code = (info != NULL) ? info->si_code : 0;
254 static void debuggerd_signal_handler(int signal_number, siginfo_t* info, void*) { argument
256 // our "info" ar
[all...]
H A Ddlfcn.cpp132 int dladdr(const void* addr, Dl_info* info) { argument
141 memset(info, 0, sizeof(Dl_info));
143 info->dli_fname = si->name;
145 info->dli_fbase = reinterpret_cast<void*>(si->base);
150 info->dli_sname = si->strtab + sym->st_name;
151 info->dli_saddr = reinterpret_cast<void*>(si->load_bias + sym->st_value);
/bionic/libdl/
H A Dlibdl.c28 int dladdr(const void* addr __unused, Dl_info* info __unused) { return 0; }
35 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data) __unused, void* data __unused) { return 0; } argument
/bionic/tests/
H A Ddlfcn_test.cpp165 Dl_info info; local
166 int rc = dladdr(addr, &info);
178 std::string dli_fname(info.dli_fname);
183 ASSERT_STREQ(info.dli_sname, "DlSymTestFunction");
186 ASSERT_EQ(info.dli_saddr, sym);
206 ASSERT_EQ(info.dli_fbase, base_address);
212 Dl_info info; local
217 ASSERT_EQ(dladdr(NULL, &info), 0); // Zero on error, non-zero on success.
221 ASSERT_EQ(dladdr(&info, &info),
[all...]
/bionic/libc/include/
H A Ddlfcn.h50 extern int dladdr(const void* addr, Dl_info *info);
/bionic/libc/kernel/uapi/linux/
H A Datm_zatm.h39 struct zatm_pool_info info; member in struct:zatm_pool_req
H A Dcycx_cfm.h64 struct cycx_fw_info info; member in struct:cycx_firmware
H A Dbsg.h61 __u32 info; member in struct:sg_io_v4
H A Dmic_common.h81 struct _mic_vring_info *info; member in struct:mic_vring
H A Dpps.h71 struct pps_kinfo info; member in struct:pps_fdata
H A Dirda.h125 char info[22]; member in struct:irda_device_info
/bionic/libc/kernel/uapi/sound/
H A Dsb16_csp.h56 struct snd_sb_csp_mc_header info; member in struct:snd_sb_csp_microcode
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_cm.h166 __u64 info; member in struct:ib_ucm_info
211 __u64 info; member in struct:ib_ucm_sidr_rep
222 __u64 info; member in struct:ib_ucm_event_get
/bionic/libc/kernel/uapi/drm/
H A Dnouveau_drm.h46 struct drm_nouveau_gem_info info; member in struct:drm_nouveau_gem_new
/bionic/libc/dns/resolv/
H A Dres_cache.c1903 struct resolv_cache_info* info = _find_cache_info_locked(netid); local
1905 if (info != NULL) return info->cache;
2060 struct resolv_cache_info* info = _find_cache_info_locked(statp->netid); local
2061 if (info != NULL) {
2066 ai = info->nsaddrinfo[nserv];
2091 strlcpy(statp->defdname, info->defdname, sizeof(statp->defdname));
2093 register int *p = info->dnsrch_offset;

Completed in 470 milliseconds

12