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.cpp72 #define ELF_ST_TYPE(x) (static_cast<uint32_t>(x) & 0xf)
237 uint32_t bitmask[4096];
281 uint32_t rtld_flags) {
687 enum walk_action_result_t : uint32_t { enum
2086 uint32_t bind = ELF_ST_BIND(sym->st_info);
2855 uint32_t needed_count = 0;
2865 nbucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[0];
2866 nchain_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr)[1];
2867 bucket_ = reinterpret_cast<uint32_t*>(load_bias + d->d_un.d_ptr + 8);
2868 chain_ = reinterpret_cast<uint32_t*>(load_bia
[all...]

Completed in 122 milliseconds