Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dstdint.h173 #define UINT_FAST16_MAX UINT32_MAX
182 #define UINT32_MAX (4294967295U) macro
183 #define UINT_LEAST32_MAX UINT32_MAX
184 #define UINT_FAST32_MAX UINT32_MAX
205 # define WINT_MAX UINT32_MAX
222 # define UINTPTR_MAX UINT32_MAX
225 # define SIZE_MAX UINT32_MAX
/bionic/linker/
Dlinker.cpp1189 …_cast<ElfW(Addr)*>(reloc) + (sym_addr + rela->r_addend)) <= static_cast<ElfW(Addr)>(UINT32_MAX))) { in Relocate()
1195 static_cast<ElfW(Addr)>(UINT32_MAX)); in Relocate()
1228 …reloc) + ((sym_addr + rela->r_addend) - rela->r_offset)) <= static_cast<ElfW(Addr)>(UINT32_MAX))) { in Relocate()
1234 static_cast<ElfW(Addr)>(UINT32_MAX)); in Relocate()