/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-i386.c | 78 void *fill = bfd_malloc (count); in bfd_arch_i386_fill() local 127 void *fill = bfd_malloc (count); in bfd_arch_i386_onebyte_nop_fill() local
|
D | elf-nacl.c | 335 char *fill; in nacl_final_write_processing() local
|
D | archures.c | 1398 void *fill = bfd_malloc (count); in bfd_arch_default_fill() local
|
D | linker.c | 2534 bfd_byte *fill; in default_data_link_order() local
|
D | ieee.c | 2458 fill (void) in fill() function
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-tic4x.h | 82 #define md_do_align(n,fill,len,max,label) if( tic4x_do_align (n,fill,len,max) ) goto label; argument
|
D | tc-rx.h | 78 #define md_do_align(n, fill, len, max, around) \ argument
|
D | tc-mmix.h | 228 #define md_do_align(n, fill, len, max, label) \ argument
|
D | tc-sh64.h | 45 #define md_do_align(n, fill, len, max, l) \ argument
|
D | tc-tic6x.h | 162 #define md_do_align(n, fill, len, max, label) \ argument
|
D | tc-i386.h | 197 #define md_do_align(n, fill, len, max, around) \ argument
|
D | tc-sh64.c | 316 sh64_do_align (int n, const char *fill, int len, int max) in sh64_do_align()
|
D | tc-d30v.c | 2046 char fill, *pfill = NULL; in s_d30v_align() local
|
D | tc-tic4x.c | 2951 const char *fill, in tic4x_do_align()
|
D | tc-nios2.c | 444 char fill; in s_nios2_align() local
|
/toolchain/binutils/binutils-2.25/include/ |
D | oasys.h | 116 unsigned char fill; member 168 bfd_byte fill[3]; member 177 bfd_byte fill[2]; member
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldgram.y | 67 fill_type *fill; member
|
D | ldlang.c | 4260 print_fill_statement (lang_fill_statement_type *fill) in print_fill_statement() 4584 fill_type *fill, in insert_pad() 4632 fill_type *fill, in size_input_section() 4833 fill_type *fill, in lang_size_sections_1() 5526 fill_type *fill, in lang_do_assignments_1() 6860 lang_add_fill (fill_type *fill) in lang_add_fill() 6977 lang_leave_output_section_statement (fill_type *fill, const char *memspec, in lang_leave_output_section_statement() 7384 lang_leave_overlay_section (fill_type *fill, in lang_leave_overlay_section() 7432 fill_type *fill, in lang_leave_overlay()
|
D | ldlang.h | 141 fill_type *fill; member 183 fill_type *fill; member 389 fill_type *fill; member
|
D | ldexp.c | 1382 fill_type *fill; in exp_get_fill() local
|
/toolchain/binutils/binutils-2.25/gold/ |
D | script-c.h | 128 Expression_ptr fill; member
|
D | target.cc | 201 std::string fill = this->code_fill(len); in set_view_to_nop() local
|
D | script-sections.cc | 826 Output_section_element::get_fill_string(const std::string* fill, in get_fill_string() 944 std::string* fill, in set_section_addresses() 1197 std::string* fill, Input_section_list*) in set_section_addresses() 1552 std::string* fill, in set_section_addresses() 2453 std::string fill; in set_section_addresses() local
|
D | output.cc | 3802 const std::string& fill, in get_input_sections() 4420 Output_data_const* fill = new Output_data_const(fill_data, 0); in set_section_addresses() local
|
/toolchain/binutils/binutils-2.25/gas/ |
D | read.c | 1396 do_align (int n, char *fill, int len, int max) in do_align() 1456 offsetT fill = 0; in s_align() local 2154 long fill = 0; in s_fill() local 2745 do_org (segT segment, expressionS *exp, int fill) in do_org()
|