Searched defs:uint32_t (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/
H A Dstdint.h65 typedef __uint32_t uint32_t; typedef
80 typedef uint32_t uint_least32_t;
98 typedef uint32_t uint_fast16_t;
100 typedef uint32_t uint_fast32_t;
/bionic/tools/versioner/current/
H A Dstdint.h65 typedef __uint32_t uint32_t; typedef
80 typedef uint32_t uint_least32_t;
98 typedef uint32_t uint_fast16_t;
100 typedef uint32_t uint_fast32_t;
/bionic/linker/
H A Dlinker.cpp77 #define ELF_ST_TYPE(x) (static_cast<uint32_t>(x) & 0xf)
254 uint32_t bitmask[4096];
298 uint32_t rtld_flags) {
707 enum walk_action_result_t : uint32_t { enum
2240 uint32_t bind = ELF_ST_BIND(sym->st_info);
3085 uint32_t needed_count = 0;
3095 nbucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[0];
3096 nchain_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[1];
3097 bucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr + 8);
3098 chain_ = reinterpret_cast<uint32_t*>(load_bia
[all...]

Completed in 86 milliseconds