Searched refs:arm_v7m_psr_hsh (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c579 static struct hash_control *arm_v7m_psr_hsh; variable in typeref:struct:hash_control
3521 psr = hash_find_n (arm_v7m_psr_hsh, start, p - start);
12844 || (arm_v7m_psr_hsh = hash_new ()) == NULL
12859 hash_insert (arm_v7m_psr_hsh, v7m_psrs[i].template, (PTR) (v7m_psrs + i));
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c819 static struct hash_control * arm_v7m_psr_hsh; variable in typeref:struct:hash_control
5849 psr = (const struct asm_psr *) hash_find_n (arm_v7m_psr_hsh, start,
24985 || (arm_v7m_psr_hsh = hash_new ()) == NULL
25000 hash_insert (arm_v7m_psr_hsh, v7m_psrs[i].template_name,

Completed in 203 milliseconds