Searched refs:flags1 (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | pef-traceback.h | 114 unsigned char flags1; /* Flag bits #1: */ member
|
D | pef.c | 107 if (! (table.flags1 & TB_HAS_TBOFF)) in bfd_pef_parse_traceback_table() 115 if (table.flags1 & TB_HAS_TBOFF) in bfd_pef_parse_traceback_table() 138 if (table.flags1 & TB_HAS_CTL) in bfd_pef_parse_traceback_table()
|
D | elfxx-mips.c | 2729 in->flags1 = H_GET_32 (abfd, ex->flags1); in bfd_mips_elf_swap_abiflags_v0_in() 2749 H_PUT_32 (abfd, in->flags1, ex->flags1); in bfd_mips_elf_swap_abiflags_v0_out() 14095 abiflags->flags1 |= AFL_FLAGS1_ODDSPREG; in infer_mips_abiflags() 15206 mips_elf_tdata (obfd)->abiflags.flags1 in _bfd_mips_elf_merge_private_bfd_data() 15207 |= mips_elf_tdata (ibfd)->abiflags.flags1; in _bfd_mips_elf_merge_private_bfd_data() 15810 fprintf (file, "\nFLAGS 1: %8.8lx", abiflags->flags1); in _bfd_mips_elf_print_private_bfd_data()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | mips.h | 1095 unsigned char flags1[4]; member 1120 unsigned long flags1; member
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
D | objcopy.exp | 805 proc keep_debug_symbols_and_test_copy { prog1 flags1 test1 prog2 flags2 test2 } { 817 set exec_output [binutils_run $prog1 "$flags1 ${copyfile}"]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 3362 const elfcpp::Elf_Word flags1 = seg1->flags(); in segment_precedes() local 3373 gold_assert(flags1 != flags2 in segment_precedes() 3375 return flags1 < flags2; in segment_precedes() 3423 if ((flags1 & elfcpp::PF_W) != (flags2 & elfcpp::PF_W)) in segment_precedes() 3424 return (flags1 & elfcpp::PF_W) == 0; in segment_precedes() 3425 if ((flags1 & elfcpp::PF_W) != 0 in segment_precedes() 3428 if ((flags1 & elfcpp::PF_X) != (flags2 & elfcpp::PF_X)) in segment_precedes() 3429 return (flags1 & elfcpp::PF_X) != 0; in segment_precedes() 3430 if ((flags1 & elfcpp::PF_R) != (flags2 & elfcpp::PF_R)) in segment_precedes() 3431 return (flags1 & elfcpp::PF_R) == 0; in segment_precedes()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2007 | 3 * ld-elf/flags1.d: Add xfails for ports for which the test will 111 * ld-elf/flags1.d: Generalize regexp for section size. 116 * ld-elf/flags1.d: New. 117 * ld-elf/flags1.ld: Likewise. 118 * ld-elf/flags1.s: Likewise.
|
D | ChangeLog-2010 | 339 * ld-elf/flags1.s: Use arm compatible .type syntax. 340 * ld-elf/flags1.d: Remove arm and xscale xfails, add i960, ip2k, 562 * ld-elf/flags1.d: xfail hppa64. 1080 * ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
|
D | ChangeLog-2008 | 784 * ld-elf/flags1.d: Adjust for MIPS text alignment.
|
D | ChangeLog-2011 | 683 * ld-elf/flags1.d: Don't xfail tic6x.
|
D | ChangeLog-2013 | 1046 * ld-elf/flags1.d: Expect this test to pass on the MSP430.
|
D | ChangeLog-2012 | 316 * ld-elf/flags1.d: Add *-*-nacl* to xfail list.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 3095 flagword flags1, flags2; in compare_section_lma() local 3098 flags1 = (*sec1)->flags; in compare_section_lma() 3100 if ((flags1 & SEC_HAS_CONTENTS) == 0 in compare_section_lma() 3101 || (flags1 & SEC_LOAD) == 0) in compare_section_lma()
|
D | readelf.c | 13281 abiflags_in.flags1 = BYTE_GET (abiflags_ext->flags1); in process_mips_specific() 13300 printf ("\nFLAGS 1: %8.8lx", abiflags_in.flags1); in process_mips_specific()
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-mips.c | 18168 flags.flags1 = 0; in mips_elf_final_processing() 18172 flags.flags1 |= AFL_FLAGS1_ODDSPREG; in mips_elf_final_processing()
|