Home
last modified time | relevance | path

Searched +defs:stack +defs:s (Results 1 – 10 of 10) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dcoff-alpha.c742 bfd_vma stack[RELOC_STACKSIZE]; in alpha_ecoff_get_relocated_section_contents() local
1347 bfd_vma stack[RELOC_STACKSIZE]; in alpha_relocate_section() local
1671 asection *s; in alpha_relocate_section() local
1803 asection *s = NULL; in alpha_relocate_section() local
Dieee.c509 ieee_value_type stack[10]; in parse_expression() local
872 asection *s; in ieee_slurp_external_symbols() local
1460 asection *s, in do_one()
1664 asection *s; in ieee_slurp_section_data() local
2117 asection *s; in ieee_write_section_part() local
2201 do_with_relocs (bfd *abfd, asection *s) in do_with_relocs()
2390 do_as_repeat (bfd *abfd, asection *s) in do_as_repeat()
2428 do_without_relocs (bfd *abfd, asection *s) in do_without_relocs()
2539 int stack[10]; in copy_expression() local
2608 asection *s; in copy_expression() local
[all …]
Delf32-spu.c400 int stack; member
565 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
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 …]
Ddwarf2.c1188 unsigned int stack: 1; member
3018 asection *s, *d; in set_debug_vma() local
3414 asection *s; in save_section_vma() local
3442 asection *s; in section_vma_same() local
Dsom.c4904 int variables[26], stack[20], c, v, count, prev_fixup, *sp, saved_unwind_bits; in som_set_reloc_info() local
5787 som_section_type (const char *s) in som_section_type()
/toolchain/binutils/binutils-2.25/gas/config/
Dobj-coff.c69 stack; typedef
253 const asymbol *s; in fetch_coff_debug_section() local
386 char * s = xmalloc (sz); in coff_obj_symbol_new_hook() local
407 combined_entry_type * s = xmalloc (sz); in coff_obj_symbol_clone_hook() local
1842 s_get_name (symbolS *s) in s_get_name()
Dtc-xtensa.c1101 state_stackS *stack = (state_stackS *) xmalloc (sizeof (state_stackS)); in directive_push() local
1337 lit_state *s; in xtensa_end_directive() local
4720 emit_state s; in xtensa_mark_literal_pool_location() local
7417 asection *s; in xtensa_cleanup_align_frags() local
7469 asection *s; in xtensa_fix_target_frags() local
7500 asection *s; in xtensa_mark_narrow_branches() local
7588 asection *s; in xtensa_mark_zcl_first_insns() local
7731 asection *s; in xtensa_fix_a0_b_retw_frags() local
7843 asection *s; in xtensa_fix_b_j_loop_end_frags() local
7909 asection *s; in xtensa_fix_close_loop_end_frags() local
[all …]
/toolchain/binutils/binutils-2.25/binutils/
Dprdbg.c43 struct pr_stack *stack; member
355 prepend_type (struct pr_handle *info, const char *s) in prepend_type()
372 append_type (struct pr_handle *info, const char *s) in append_type()
392 append_parent (struct pr_handle *info, const char *s) in append_parent()
414 substitute_type (struct pr_handle *info, const char *s) in substitute_type()
696 char *s; in pr_pointer_type() local
714 char *s; in pr_function_type() local
924 char *s; in pr_method_type() local
1100 const char *s = NULL; in pr_fix_visibility() local
1194 char *s; in pr_end_struct_type() local
[all …]
Dieee.c56 struct ieee_block stack[BLOCKSTACK_SIZE]; member
295 ieee_error (struct ieee_info *info, const bfd_byte *p, const char *s) in ieee_error()
531 asection *s; in ieee_read_expression() local
4190 ieee_write_id (struct ieee_handle *info, const char *s) in ieee_write_id()
4238 ieee_write_atn65 (struct ieee_handle *info, unsigned int indx, const char *s) in ieee_write_atn65()
4598 asection *s; in write_ieee_debugging_info() local
4825 char *c, *s; in ieee_start_compilation_unit() local
4971 asection *s; in ieee_finish_compilation_unit() local
5094 char *c, *s; in ieee_add_bb11() local
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c154 # define bzero(s, n) ((void) memset (s, '\0', n)) argument
156 # define bzero(s, n) __bzero (s, n) argument
165 # define memcpy(d, s, n) (bcopy (s, d, n), (d)) argument
767 # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e) \ argument
1226 # define DEBUG_PRINT_COMPILED_PATTERN(p, s, e) argument
2005 # define REALLOC(p,s) realloc ((p), (size_t) (s)) argument
2008 # define REALLOC(p,s) realloc ((p), (s)) argument
2131 compile_stack_elt_t *stack; member