Searched refs:t (Results 1 – 3 of 3) sorted by relevance
218 t = head["next"]228 while t and t != head:235 if (t.cast(int_type) & (ptr_size - 1)) != 0:238 thread_ptr = containerof(t, "thread", "thread_list_node")243 t = t["next"]657 def _cast(value, t, shift=64): argument658 return int(value.cast(t)) & ((1 << shift)-1)
17 * anything using a dynamic linker like musl's that doesn't try to47 * it doesn't go into the allocated .note section below.85 * But the linker doesn't know how to do that.113 *(.text .stub .text.* .gnu.linkonce.t.*)
13 * LLD doesn't like it when this uses 0, because it makes that SHN_ABS and
Completed in 5 milliseconds