Home
last modified time | relevance | path

Searched refs:t (Results 1 – 3 of 3) sorted by relevance

/scripts/
A Dzircon.elf-gdb.py218 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): argument
658 return int(value.cast(t)) & ((1 << shift)-1)
A Drodso.ld17 * anything using a dynamic linker like musl's that doesn't try to
47 * 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.*)
A Ddso_handle.ld13 * LLD doesn't like it when this uses 0, because it makes that SHN_ABS and

Completed in 5 milliseconds