Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/malloc_debug/tools/
Dgen_malloc.pl168 my $slot = 0;
170 while ($slot < $last_slot) {
175 for (; $slot < $empty_slot; $slot++) {
176 print " {FREE, $slot, 0, 0},\n";
178 $slot++;
186 my $slot = GetSlot($opts);
187 $opts->{pointers}->{$pointer} = $slot;
188 print " {$name, $slot, $size, $arg2},\n";
248 my $slot = GetSlot($opts);
250 print " {REALLOC, $slot, $size, 0},\n";
[all …]
/bionic/linker/arch/arm64/
Dtlsdesc_resolver.S90 #define SAVE_REG(x, slot) \ argument
91 str x, [sp, #((slot) * 8)]; \
92 .cfi_rel_offset x, (slot) * 8; \
94 #define SAVE_GPR_PAIR(x, y, slot) \ argument
95 stp x, y, [sp, #((slot) * 8)]; \
96 .cfi_rel_offset x, (slot) * 8; \
97 .cfi_rel_offset y, ((slot) + 1) * 8; \
99 #define SAVE_VEC_PAIR(x, y, slot) \ argument
100 stp x, y, [sp, #((slot) * 8)]; \
101 .cfi_rel_offset x, (slot) * 8; \
[all …]
/bionic/libc/kernel/uapi/linux/
Dpci.h22 #define PCI_DEVFN(slot,func) ((((slot) & 0x1f) << 3) | ((func) & 0x07)) argument
Dedd.h73 __u8 slot; member
Dkvm.h80 __u32 slot; member
86 __u32 slot; member
363 __u32 slot; member
371 __u32 slot; member
/bionic/libc/kernel/uapi/asm-x86/asm/
Dkvm.h60 __u32 slot; member
/bionic/docs/
Delf-tls.md417 `_thread_db_dtv_dtv` | Size of a DTV slot (typically/always sizeof(void*))
418 `_thread_db_dtv_t_pointer_val` | Offset within a DTV slot to the pointer to the allocated TLS bl…
603  ** pre-allocated slot directly for performance reason).
611 to use this slot for arm64 in 2016][D18632], though, and the slot isn't compatible with ARM's
635 * [On x86/x86-64 Darwin, Go uses a TLS slot reserved for both Go and Wine][go-darwin-x86] (On
813 slot with this magic value. This hack doesn't appear to work, however. The runtime finds its pthread
834 somewhere (a global variable, another TLS slot, ...). `__get_thread()` already uses a TLS slot to
/bionic/libc/
DAndroid.bp92 // TLS slot.