Home
last modified time | relevance | path

Searched refs:find_reloc_table_entry (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-aarch64.c1897 static struct reloc_table_entry * find_reloc_table_entry (char **);
1936 reloc = find_reloc_table_entry (&input_line_pointer); in s_aarch64_elf_cons()
3046 find_reloc_table_entry (char **str) in find_reloc_table_entry() function
3494 if (!(entry = find_reloc_table_entry (str))) in parse_shifter_operand_reloc()
3631 entry = find_reloc_table_entry (&p); in parse_address_main()
3765 if (!(entry = find_reloc_table_entry (&p))) in parse_address_main()
3965 if (!(entry = find_reloc_table_entry (&p))) in parse_half()
4007 if (!(entry = find_reloc_table_entry (&p))) in parse_adrp()
6934 if (inst.reloc.exp.X_op == O_symbol && find_reloc_table_entry (&str)) in parse_operands()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-aarch64.c2119 static struct reloc_table_entry * find_reloc_table_entry (char **);
2158 reloc = find_reloc_table_entry (&input_line_pointer); in s_aarch64_cons()
3328 find_reloc_table_entry (char **str) in find_reloc_table_entry() function
3775 if (!(entry = find_reloc_table_entry (str))) in parse_shifter_operand_reloc()
3911 entry = find_reloc_table_entry (&p); in parse_address_main()
4051 if (!(entry = find_reloc_table_entry (&p))) in parse_address_main()
4248 if (!(entry = find_reloc_table_entry (&p))) in parse_half()
4289 if (!(entry = find_reloc_table_entry (&p))) in parse_adrp()
7223 if (inst.reloc.exp.X_op == O_symbol && find_reloc_table_entry (&str)) in parse_operands()