Searched refs:load_data (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-member-pointers.cpp | 596 int *load_data(A *a, int A::*mp) { in load_data() function
|
/external/libcap-ng/libcap-ng-0.7/src/ |
D | cap-ng.c | 281 static int load_data(const struct vfs_cap_data *filedata, int size) in load_data() function 340 rc = load_data(&filedata, rc); in capng_get_caps_fd()
|
/external/valgrind/perf/ |
D | tinycc.c | 19842 static void *load_data(int fd, unsigned long file_offset, unsigned long size) in load_data() function 19893 shdr = load_data(fd, file_offset + ehdr.e_shoff, in tcc_load_object_file() 19899 strsec = load_data(fd, file_offset + sh->sh_offset, sh->sh_size); in tcc_load_object_file() 19916 symtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size); in tcc_load_object_file() 19921 strtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size); in tcc_load_object_file() 20232 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum); in tcc_load_dll() 20244 dynamic = load_data(fd, sh->sh_offset, sh->sh_size); in tcc_load_dll() 20248 dynsym = load_data(fd, sh->sh_offset, sh->sh_size); in tcc_load_dll() 20250 dynstr = load_data(fd, sh1->sh_offset, sh1->sh_size); in tcc_load_dll()
|