/third_party/musl/libc-test/src/functionalext/ldso_cfi/ |
H A D | ldso_cfi_check.c | 48 GET_LAST_ADDR get_address = NULL; variable 104 *(void **)(&get_address) = dlsym(handle, "get_address"); in cfi_slowpath_function_test_0002() 112 EXPECT_EQ("cfi_slowpath_function_test_0002", (*get_global_address)(), (*get_address)()); in cfi_slowpath_function_test_0002() 137 *(void **)(&get_address) = dlsym(handle, "get_address"); in cfi_slowpath_function_test_0003() 145 EXPECT_EQ("cfi_slowpath_function_test_0003", (*get_global_address)(), (*get_address)()); in cfi_slowpath_function_test_0003() 190 *(void **)(&get_address) = dlsym(handle, "get_address"); in cfi_slowpath_function_test_0005() 260 *(void **)(&get_address) in cfi_slowpath_function_test_0007() [all...] |
H A D | ldso_cfi_test_lib.c | 46 void *get_address() { in get_address() function
|
/third_party/ltp/testcases/network/multicast/mc_member/ |
H A D | mc_member.sh | 44 get_address() function 58 get_address
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_draw.c | 187 get_address(nir_builder *b, nir_ssa_def *base, nir_ssa_def *offset) in get_address() function 195 return get_address(b, base, nir_imm_int(b, offset)); in get_address_imm() 426 indices = get_address(b, indices, offset); in update_job() 592 get_address(b, builder->attribs.attrib_bufs, in update_vertex_attribs() 596 get_address(b, builder->attribs.attribs, in update_vertex_attribs() 702 get_address(b, var_mem_ptr, aligned_size), 3); in update_varying_buf() 856 get_address(b, builder->draw.index_buf, in get_instance_size() 904 nir_ssa_def *val = load_global(b, get_address(b, base, aligned_end), 1, 32); in get_instance_size() 1026 get_address(b, builder->draw.index_buf, in get_index_min_max() 1053 nir_ssa_def *val = load_global(b, get_address( in get_index_min_max() [all...] |
/third_party/pulseaudio/src/daemon/ |
H A D | server-lookup.c | 120 static enum get_address_result_t get_address(pa_server_type_t server_type, char **address) { in get_address() function 151 switch (get_address(sl->core->server_type, &address)) { in handle_get_address() 337 switch (get_address(sl->core->server_type, &address)) { in handle_get_all()
|
/third_party/elfio/elfio/ |
H A D | elfio.hpp | 389 return sec->get_address() + offset - sec->get_offset(); 519 sec->set_address( sec->get_address() ); 608 ? is_sect_in_seg( psec->get_address(), 883 sec->get_address() - seg->get_virtual_address();
|
H A D | elfio_dump.hpp | 762 << " " << DUMP_HEX0x_FORMAT( 8 ) << sec->get_address() << " " in section_header() 774 << DUMP_HEX0x_FORMAT( 16 ) << sec->get_address() << " " in section_header()
|
/third_party/python/Lib/test/test_email/ |
H A D | test__header_value_parser.py | 2256 # get_address 2259 address = self._test_get_x(parser.get_address, 2275 address = self._test_get_x(parser.get_address, 2291 address = self._test_get_x(parser.get_address, 2307 address = self._test_get_x(parser.get_address, 2323 address = self._test_get_x(parser.get_address, 2340 address = self._test_get_x(parser.get_address, 2357 address = self._test_get_x(parser.get_address, 2372 address = self._test_get_x(parser.get_address, 2389 address = self._test_get_x(parser.get_address, [all...] |
/third_party/python/Lib/email/ |
H A D | _header_value_parser.py | 1946 def get_address(value): function 1988 token, value = get_address(value)
|
/third_party/elfio/tests/ |
H A D | ELFIOTest.cpp | 80 EXPECT_EQ( sec->get_address(), address ); in checkSection()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 11019 get_address() 11027 get_address() const 11100 return aPtr.get_address(); 11107 return aPtr.get_address(); [all...] |