/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | relro_test.cc | 74 uintptr_t i1page = reinterpret_cast<uintptr_t>(i1addr) & ~ (page_size - 1); in t1() 75 uintptr_t i2page = reinterpret_cast<uintptr_t>(i2addr) & ~ (page_size - 1); in t1() 76 uintptr_t p1page = reinterpret_cast<uintptr_t>(p1addr) & ~ (page_size - 1); in t1() 77 uintptr_t p2page = reinterpret_cast<uintptr_t>(p2addr) & ~ (page_size - 1); in t1()
|
D | script_test_2.cc | 44 assert(reinterpret_cast<uintptr_t>(start_test_area) == 0x20000001); in main() 45 assert(reinterpret_cast<uintptr_t>(start_test_area_1) == 0x20000010); in main() 59 assert(reinterpret_cast<uintptr_t>(start_test_area_1 + 48 + 8 + 4) in main() 60 == reinterpret_cast<uintptr_t>(start_data)); in main()
|
D | justsyms_1.cc | 47 assert(reinterpret_cast<uintptr_t>(justsyms_string) == 0x100); in main()
|
D | copy_test_v1.cc | 48 assert((reinterpret_cast<uintptr_t>(&l) & 0x7) == 0); in main()
|
D | copy_test.cc | 44 assert((reinterpret_cast<uintptr_t>(&l) & 0x7) == 0); in main()
|
D | large_symbol_alignment.cc | 38 return (reinterpret_cast<uintptr_t>(&var) & (align - 1)) == 0; in is_aligned()
|
D | binary_test.cc | 38 int size = reinterpret_cast<uintptr_t>(_binary_binary_txt_size); in main()
|
/toolchain/binutils/binutils-2.27/include/ |
D | sha1.h | 40 typedef uintptr_t sha1_uintptr; 45 typedef uintptr_t sha1_uintptr;
|
D | md5.h | 42 typedef uintptr_t md5_uintptr; 47 typedef uintptr_t md5_uintptr;
|
D | splay-tree.h | 50 typedef uintptr_t splay_tree_key; 51 typedef uintptr_t splay_tree_value;
|
D | ChangeLog-0415 | 397 * md5.h (md5_uintptr, md5_uint32): Define as uintptr_t/uint32_t if 578 (libi_uhostptr_t, libi_shostptr_t): Remove, replaced by uintptr_t.
|
/toolchain/binutils/binutils-2.27/config/ |
D | stdint.m4 | 19 dnl typedefs, especially uint8_t,int32_t,uintptr_t. 29 dnl int8_t,uint8_t,int16_t,uint16_t,int32_t,uint32_t,intptr_t,uintptr_t 67 AC_CHECK_TYPE(uintptr_t,,[acx_cv_header_stdint_kind="(mostly complete)"], [#include <sys/types.h> 88 AC_CHECK_TYPE(uintptr_t,,,[#include <sys/types.h> 130 # Lacking an uintptr_t? Test size of void * 479 #ifndef uintptr_t 480 typedef u$acx_cv_type_intptr_t uintptr_t;
|
D | ChangeLog | 1008 * stdint.m4: Test for uintptr_t even on systems with uint64_t
|
/toolchain/binutils/binutils-2.27/gold/ |
D | merge.cc | 496 uintptr_t init_align_modulo = (reinterpret_cast<uintptr_t>(pdata) in do_add_input_section() 506 && ((reinterpret_cast<uintptr_t>(p) & (this->addralign() - 1)) in do_add_input_section()
|
D | object.h | 3001 { return reinterpret_cast<uintptr_t>(loc.first) ^ loc.second; } in operator() 3007 { return reinterpret_cast<uintptr_t>(loc.first) ^ loc.second; } in operator()
|
D | symtab.h | 1704 { return reinterpret_cast<uintptr_t>(loc.object) ^ loc.offset ^ loc.shndx; } in operator()
|
D | x86_64.cc | 2816 uintptr_t intarg = target->add_tlsdesc_info(object, r_sym); in local() 4928 uintptr_t intarg = reinterpret_cast<uintptr_t>(arg); in do_reloc_addend()
|
D | aarch64.cc | 5755 uintptr_t intarg = reinterpret_cast<uintptr_t>(arg); in do_reloc_addend() 6336 uintptr_t intarg = target->add_tlsdesc_info(object, r_sym); in local()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | cache.c | 457 static uintptr_t pagesize_m1; in cache_bmmap()
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | coffdump.c | 369 _("List of blocks "), (bfd_vma) (uintptr_t) p); in dump_coff_scope()
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | regex.c | 305 typedef unsigned long int uintptr_t; typedef 2817 uintptr_t alignedp; in PREFIX() 2839 alignedp = ((uintptr_t)(laststart + 6 + laststart[1]) in PREFIX() 2841 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 4168 bufp->used = (uintptr_t) b - (uintptr_t) COMPILED_BUFFER_VAR; in PREFIX() 6211 uintptr_t alignedp = ((uintptr_t)workp in wcs_re_match_2_internal() 6213 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal()
|
D | config.in | 389 /* Define if you have the \`uintptr_t' type. */ 562 #undef uintptr_t
|
D | configure.ac | 323 # Given the above check, we always have uintptr_t or a fallback 326 AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if you have the \`uintptr_t' type.])
|
D | ChangeLog | 1499 * configure.ac: Replace AC_CHECK_TYPE() for intptr_t and uintptr_t 4195 * acconfig.h: New file. Add uintptr_t. 4616 * configure.in (uintptr_t): Use AC_CHECK_TYPE. 4666 uintptr_t and define HAVE_UINTPTR_T appropriately. 4667 * regex.c (uintptr_t): Do not provide a definition if the
|
/toolchain/binutils/binutils-2.27/gas/ |
D | dwarf2dbg.c | 1882 val = (offsetT) (uintptr_t)hash_find (strtab->hashtab, str); in add_to_string_table() 1900 hash_insert (strtab->hashtab, key, (void *) (uintptr_t)val); in add_to_string_table()
|