Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 98) sorted by relevance

1234

/bionic/libc/bionic/
Ddl_iterate_phdr_static.cpp38 int dl_iterate_phdr(int (*cb)(struct dl_phdr_info* info, size_t size, void* data), void* data) { in dl_iterate_phdr()
Dpthread_key.cpp103 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
Dptrace.cpp42 void* data; in ptrace() local
/bionic/tests/
Dthread_local_test.cpp41 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
Dsys_mman_test.cpp65 char* data = reinterpret_cast<char*>(map); in TEST() local
116 char* data = reinterpret_cast<char*>(map); in TEST() local
/bionic/linker/
Dlinker_mapped_file_fragment.h30 void* data() const { return data_; } in data() function
/bionic/tools/relocation_packer/src/
Delf_file.cc54 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/
DGuardData.h49 bool Valid(void* data) { return memcmp(data, cmp_mem_.data(), cmp_mem_.size()) == 0; } in Valid()
DGuardData.cpp48 void GuardData::LogFailure(const Header* header, const void* pointer, const void* data) { in LogFailure()
/bionic/libc/kernel/uapi/linux/
Duserio.h31 __u8 data; member
Duhid.h81 __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
Deventpoll.h41 __u64 data; member
Dbaycom.h32 } data; member
Dfirewire-cdev.h61 __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
Dioprio.h27 #define IOPRIO_PRIO_VALUE(class,data) (((class) << IOPRIO_CLASS_SHIFT) | data) argument
Di2c-dev.h40 union i2c_smbus_data __user * data; member
Dblkpg.h30 void __user * data; member
Dcan.h49 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8))); member
61 __u8 data[CANFD_MAX_DLEN] __attribute__((aligned(8))); member
Dhyperv.h109 __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/
Dxt_connlimit.h42 struct xt_connlimit_data * data __attribute__((aligned(8))); member
/bionic/libc/kernel/uapi/linux/usb/
Df_mtp.h35 void * data; member
/bionic/libc/kernel/uapi/rdma/
Dib_user_cm.h109 __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/
Debtables.h74 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/
Depoll.h69 epoll_data_t data; member
/bionic/tests/libs/
Dbionic_tests_zipalign.cpp93 const std::vector<uint8_t>* data; in CreateAlignedZip() local

1234