/third_party/libabigail/tests/data/test-read-ctf/ |
H A D | test-anonymous-fields.c | 9 unsigned long vaddr; member
|
/third_party/elfutils/libdwfl/ |
H A D | dwfl_module_report_build_id.c | 37 dwfl_module_report_build_id(Dwfl_Module *mod, const unsigned char *bits, size_t len, GElf_Addr vaddr) dwfl_module_report_build_id() argument
|
H A D | dwfl_module_build_id.c | 36 found_build_id(Dwfl_Module *mod, bool set, const void *bits, int len, GElf_Addr vaddr) found_build_id() argument 82 dwfl_module_build_id(Dwfl_Module *mod, const unsigned char **bits, GElf_Addr *vaddr) dwfl_module_build_id() argument
|
H A D | dwfl_build_id_find_debuginfo.c | 97 GElf_Addr vaddr; in dwfl_build_id_find_debuginfo() local
|
H A D | elf-from-memory.c | 245 GElf_Addr vaddr = class32 ? (*p32)[i].p_vaddr : (*p64)[i].p_vaddr; in elf_from_remote_memory() local 302 GElf_Addr vaddr = class32 ? (*p32)[i].p_vaddr : (*p64)[i].p_vaddr; in elf_from_remote_memory() local
|
H A D | find-debuginfo.c | 363 GElf_Addr vaddr; in dwfl_standard_find_debuginfo() local
|
H A D | dwfl_report_elf.c | 59 GElf_Addr vaddr = 0; in __libdwfl_elf_address_range() local 245 GElf_Addr vaddr, address_sync, start, end, bias; in __libdwfl_report_elf() local [all...] |
H A D | core-file.c | 283 dwfl_elf_phdr_memory_callback(Dwfl *dwfl, int ndx, void **buffer, size_t *buffer_available, GElf_Addr vaddr, size_t minread, void *arg) dwfl_elf_phdr_memory_callback() argument
|
/third_party/libdrm/exynos/ |
H A D | exynos_drmif.h | 57 void *vaddr; member
|
/base/sensors/sensor/utils/common/src/ |
H A D | sensor_basic_data_channel.cpp | 151 int32_t SensorBasicDataChannel::SendData(const void *vaddr, size_t size) in SendData() argument 170 int32_t SensorBasicDataChannel::ReceiveData(void *vaddr, size_t size) in ReceiveData() argument
|
/third_party/libunwind/libunwind/src/coredump/ |
H A D | _UCD_create.c | 315 _UCD_add_backing_file_at_vaddr(struct UCD_info *ui, unsigned long vaddr, const char *filename) _UCD_add_backing_file_at_vaddr() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | GrallocAndroid.cpp | 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | GrallocAndroid.cpp | 137 int GrallocModule::lock(buffer_handle_t handle, int usage, int left, int top, int width, int height, void **vaddr) in lock() argument
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
H A D | dfx_map.h | 92 static bool ValueLessThen(uint64_t vaddr, const DfxMap &a) in ValueLessThen() argument 96 static bool ValueLessEqual(uint64_t vaddr, const DfxMap &a) in ValueLessEqual() argument
|
/base/sensors/medical_sensor/utils/src/ |
H A D | medical_basic_data_channel.cpp | 141 int32_t MedicalSensorBasicDataChannel::SendData(const void *vaddr, size_t size) in SendData() argument 158 int32_t MedicalSensorBasicDataChannel::ReceiveData(void *vaddr, size_t size) in ReceiveData() argument
|
/third_party/elfutils/libdwelf/ |
H A D | dwelf_elf_gnu_build_id.c | 108 GElf_Addr vaddr = 0; in find_elf_build_id() local
|
/third_party/mesa3d/src/broadcom/clif/ |
H A D | clif_private.h | 35 void *vaddr; member
|
H A D | clif_dump.c | 92 clif_lookup_vaddr(struct clif_dump *clif, uint32_t addr, void **vaddr) in clif_lookup_vaddr() argument 202 void *vaddr; in clif_process_worklist() local 161 clif_dump_gl_shader_state_record(struct clif_dump *clif, struct reloc_worklist_entry *reloc, void *vaddr, bool including_gs) clif_dump_gl_shader_state_record() argument 445 clif_dump_add_bo(struct clif_dump *clif, const char *name, uint32_t offset, uint32_t size, void *vaddr) clif_dump_add_bo() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 92 void *vaddr; member
|
/third_party/elfutils/libdw/ |
H A D | dwarf_getcfi_elf.c | 44 allocate_cfi (Elf *elf, const GElf_Ehdr *ehdr, GElf_Addr vaddr) in allocate_cfi() argument
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | adp.c | 219 VOID iounmap(VOID *vaddr) {} in iounmap() argument 250 int remap_pfn_range(VADDR_T vaddr, unsigned long pfn, unsigned long size, unsigned long prot) in remap_pfn_range() argument [all...] |
/third_party/libunwind/libunwind/tests/ |
H A D | test-coredump-unwind.c | 321 unsigned long vaddr = strtoul(*argv, &colon, 16); in main() local
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 105 checkSegment( const segment* seg, Elf_Word type, Elf64_Addr vaddr, Elf64_Addr paddr, Elf_Xword fsize, Elf_Xword msize, Elf_Word flags, Elf_Xword align ) checkSegment() argument
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gtables.c | 499 Elf64_Addr vaddr = phdr->p_vaddr + load_base; in callback() local
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 240 static int get_node(void *vaddr) in get_node() argument
|