Home
last modified time | relevance | path

Searched +defs:branch +defs:s (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i960.c72 #define TC_S_IS_SYSPROC(s) ((1 <= S_GET_OTHER (s)) && (S_GET_OTHER (s) <= 32)) argument
73 #define TC_S_IS_BALNAME(s) (S_GET_OTHER (s) == N_BALNAME) argument
74 #define TC_S_IS_CALLNAME(s) (S_GET_OTHER (s) == N_CALLNAME) argument
75 #define TC_S_IS_BADPROC(s) ((S_GET_OTHER (s) != 0) && !TC_S_IS_CALLNAME (s) && !TC_S_IS_BALNAME (s)… argument
77 #define TC_S_SET_SYSPROC(s, p) (S_SET_OTHER ((s), (p) + 1)) argument
78 #define TC_S_GET_SYSPROC(s) (S_GET_OTHER (s) - 1) argument
80 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER ((s), N_BALNAME)) argument
81 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER ((s), N_CALLNAME)) argument
82 #define TC_S_FORCE_TO_SYSPROC(s) {;} argument
87 #define TC_S_IS_SYSPROC(s) (S_GET_STORAGE_CLASS (s) == C_SCALL) argument
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c1988 asection *s; in elf_x86_64_check_relocs() local
2237 asection *s; in elf_x86_64_adjust_dynamic_symbol() local
2435 asection *s = htab->plt_bnd; in elf_x86_64_allocate_dynrelocs() local
2465 asection *s = htab->elf.splt; in elf_x86_64_allocate_dynrelocs() local
2541 asection *s; in elf_x86_64_allocate_dynrelocs() local
2724 asection *s = p->sec->output_section; in elf_x86_64_readonly_dynrelocs() local
2902 asection *s; in elf_x86_64_size_dynamic_sections() local
3789 asection *s; in elf_x86_64_relocate_section() local
3940 bfd_boolean branch in elf_x86_64_relocate_section() local
5099 asection *s; in elf_x86_64_finish_dynamic_sections() local
[all …]
Delf32-arm.c2674 struct elf32_vfp11_erratum_list *branch; member
3236 asection *s; in elf32_arm_get_local_dynreloc_list() local
3321 asection *s; in create_ifunc_sections() local
4824 int s = (insn & 0x4000000) != 0; in cortex_a8_erratum_scan() local
5730 asection * s; in arm_allocate_glue_section_space() local
5791 asection * s; in record_arm_to_thumb_glue() local
5860 asection * s; in record_arm_bx_glue() local
5952 elf32_vfp11_erratum_list *branch, in record_vfp11_erratum_veneer()
5957 asection *s; in record_vfp11_erratum_veneer() local
7095 asection * s = 0; in elf32_thumb_to_arm_stub() local
[all …]
Delf32-spu.c565 asection *s; in spu_elf_create_sections() local
600 asection *s; in spu_elf_create_sections() local
641 asection *s; in spu_elf_find_overlays() local
934 bfd_boolean branch, hint, call; in needs_ovl_stub() local
1914 asection *s; in spu_elf_build_stubs() local
2655 interesting_section (asection *s) in interesting_section()
3016 asection *s; in discover_functions() local
3033 asection *s = psecs[*psy - syms]; in discover_functions() local
3054 asection *s = psecs[sy - syms]; in discover_functions() local
3110 asection *s; in discover_functions() local
[all …]