| /bionic/libc/bionic/ |
| D | dl_iterate_phdr_static.cpp | 38 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { in dl_iterate_phdr()
|
| D | pthread_key.cpp | 103 void* data = key_data[i].data; in pthread_key_clean_all() local 157 pthread_key_data_t* data = &(__get_thread()->key_data[key]); in pthread_getspecific() local 176 pthread_key_data_t* data = &(__get_thread()->key_data[key]); in pthread_setspecific() local
|
| D | ptrace.cpp | 42 void* data; in ptrace() local
|
| /bionic/tests/ |
| D | thread_local_test.cpp | 41 int *data = reinterpret_cast<int*>(p); in inc_shared_var() local 48 int *data = reinterpret_cast<int*>(p); in inc_local_var() local 56 int data; in run_one_thread() local 121 int *data = reinterpret_cast<int*>(p); in move_shared_triangle() local 128 int *data = reinterpret_cast<int*>(p); in move_local_triangle() local
|
| D | sys_mman_test.cpp | 65 char* data = reinterpret_cast<char*>(map); in TEST() local 116 char* data = reinterpret_cast<char*>(map); in TEST() local
|
| /bionic/linker/ |
| D | linker_mapped_file_fragment.h | 30 void* data() const { return data_; } in data() function
|
| /bionic/tools/relocation_packer/src/ |
| D | elf_file.cc | 54 Elf_Data* data = elf_getdata(section, NULL); in GetSectionData() local 64 Elf_Data* data = GetSectionData(section); in RewriteSectionData() local 122 static void VerboseLogSectionData(const Elf_Data* data) { in VerboseLogSectionData() 229 Elf_Data* data = NULL; in Load() local 507 Elf_Data* data = GetSectionData(dynamic_section); in AdjustDynamicSectionForHole() local 595 Elf_Data* data = GetSectionData(section); in ResizeSection() local 686 Elf_Data* data = GetSectionData(relocations_section_); in PackRelocations() local 796 Elf_Data* data = GetSectionData(dynamic_section_); in PackTypedRelocations() local 836 Elf_Data* data = GetSectionData(relocations_section_); in UnpackRelocations() local 875 Elf_Data* data = GetSectionData(relocations_section_); in UnpackTypedRelocations() local
|
| /bionic/libc/malloc_debug/ |
| D | GuardData.h | 49 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; } in Valid()
|
| D | GuardData.cpp | 48 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) { in LogFailure()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | userio.h | 31 __u8 data; member
|
| D | uhid.h | 81 __u8 data[UHID_DATA_MAX]; member 85 __u8 data[UHID_DATA_MAX]; member 101 __u8 data[UHID_DATA_MAX]; member 110 __u8 data[UHID_DATA_MAX]; member 142 __u8 data[UHID_DATA_MAX]; member 164 __u8 data[UHID_DATA_MAX]; member
|
| D | eventpoll.h | 41 __u64 data; member
|
| D | baycom.h | 32 } data; member
|
| D | firewire-cdev.h | 61 __u32 data[0]; member 72 __u32 data[0]; member 89 __u32 data[0]; member 121 __u32 data[0]; member 185 __u64 data; member 192 __u64 data; member 219 __u64 data; member 262 __u64 data; member 316 __u64 data; member 324 __u32 data[2]; member
|
| D | ioprio.h | 27 #define IOPRIO_PRIO_VALUE(class,data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
|
| D | i2c-dev.h | 40 union i2c_smbus_data __user * data; member
|
| D | blkpg.h | 30 void __user * data; member
|
| D | can.h | 49 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8))); member 61 __u8 data[CANFD_MAX_DLEN] __attribute__((aligned(8))); member
|
| D | hyperv.h | 109 __u8 data[DATA_FRAGMENT]; member 194 struct hv_kvp_exchg_msg_value data; member 197 struct hv_kvp_exchg_msg_value data; member 201 struct hv_kvp_exchg_msg_value data; member
|
| /bionic/libc/kernel/uapi/linux/netfilter/ |
| D | xt_connlimit.h | 42 struct xt_connlimit_data * data __attribute__((aligned(8))); member
|
| /bionic/libc/kernel/uapi/linux/usb/ |
| D | f_mtp.h | 35 void * data; member
|
| /bionic/libc/kernel/uapi/rdma/ |
| D | ib_user_cm.h | 109 __u64 data; member 122 __u64 data; member 145 __u64 data; member 167 __u64 data; member 175 __u64 data; member 185 __u64 data; member 196 __u64 data; member 212 __u64 data; member 221 __u64 data; member
|
| /bionic/libc/kernel/uapi/linux/netfilter_bridge/ |
| D | ebtables.h | 74 char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); member 101 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); member 111 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); member 121 unsigned char data[0] __attribute__((aligned(__alignof__(struct ebt_replace)))); member
|
| /bionic/libc/include/sys/ |
| D | epoll.h | 69 epoll_data_t data; member
|
| /bionic/tests/libs/ |
| D | bionic_tests_zipalign.cpp | 93 const std::vector<uint8_t>* data; in CreateAlignedZip() local
|