HomeSort by relevance Sort by last modified time
    Searched refs:e_flags (Results 1 - 25 of 212) sorted by null

1 2 3 4 5 6 7 8 9

  /toolchain/binutils/binutils-2.27/bfd/
elf32-sparc.c 59 /* Functions for dealing with the e_flags field.
63 so we use the latter instead and defer setting e_flags until the
96 if (((elf_elfheader (ibfd)->e_flags & EF_SPARC_LEDATA)
104 previous_ibfd_e_flags = elf_elfheader (ibfd)->e_flags & EF_SPARC_LEDATA;
130 elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
131 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS;
135 elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
136 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US1;
145 elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
146 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US
    [all...]
elf32-sh64.c 158 flagword flags = elf_elfheader (abfd)->e_flags;
197 || (elf_elfheader (obfd)->e_flags
198 == elf_elfheader (ibfd)->e_flags));
200 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
236 old_flags = elf_elfheader (obfd)->e_flags;
237 new_flags = elf_elfheader (ibfd)->e_flags;
242 elf_elfheader (obfd)->e_flags = old_flags = new_flags;
256 elf_elfheader (obfd)->e_flags = old_flags;
348 || elf_elfheader (abfd)->e_flags == flags)
    [all...]
elf32-m68hc1x.c 923 unsigned long e_flags; local
927 e_flags = elf_elfheader (input_bfd)->e_flags;
    [all...]
elf32-visium.c 735 elf_elfheader (abfd)->e_flags = flags;
750 || elf_elfheader (obfd)->e_flags ==
751 elf_elfheader (ibfd)->e_flags);
753 elf_elfheader (obfd)->e_flags = elf_elfheader (ibfd)->e_flags;
780 new_flags = elf_elfheader (ibfd)->e_flags;
781 old_flags = elf_elfheader (obfd)->e_flags;
787 elf_elfheader (obfd)->e_flags = new_flags;
835 flags = elf_elfheader (abfd)->e_flags;
elf32-mt.c 468 /* Return the MACH for an e_flags value. */
473 switch (elf_elfheader (abfd)->e_flags & EF_MT_CPU_MASK)
497 elf_elfheader (abfd)->e_flags = flags;
522 new_flags = elf_elfheader (ibfd)->e_flags;
523 old_flags = elf_elfheader (obfd)->e_flags;
545 elf_elfheader (obfd)->e_flags = old_flags;
562 flags = elf_elfheader (abfd)->e_flags;
  /external/minijail/
elfparse.h 35 Elf32_Word e_flags; /* Processor-specific flags */ member in struct:__anon30668
53 Elf64_Word e_flags; /* Processor-specific flags */ member in struct:__anon30669
  /external/e2fsprogs/lib/ext2fs/
fallocate.c 70 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
72 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
74 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
76 if (!extent->e_flags)
138 if (left_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
189 if (!(left_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT)) {
203 if (right_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
241 if (!(right_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT)) {
253 if ((left_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT) !=
254 (right_ext->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
    [all...]
punch.c 176 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
178 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
180 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
182 if (!extent->e_flags)
346 newex.e_flags = extent.e_flags;
  /toolchain/binutils/binutils-2.27/elfcpp/
mips.h 173 // Processor specific flags for the ELF header e_flags field.
485 abi_n32(elfcpp::Elf_Word e_flags)
486 { return (e_flags & elfcpp::EF_MIPS_ABI2) != 0; }
490 r6_isa(elfcpp::Elf_Word e_flags)
492 return ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_32R6)
493 || ((e_flags & elfcpp::EF_MIPS_ARCH) == elfcpp::E_MIPS_ARCH_64R6);
498 is_micromips(elfcpp::Elf_Word e_flags)
499 { return (e_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS) != 0; }
  /external/elfutils/tests/
newfile.c 43 ehdr->e_flags,
122 ZERO_TEST (e_flags);
154 ZERO_TEST (e_flags);
update1.c 75 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
113 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update2.c 76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
136 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
update3.c 85 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
191 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize,
  /art/runtime/arch/
instruction_set.cc 86 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) {
97 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 ||
98 (e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) {
100 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf_e_flags1.d 1 # name: ELF e_flags: nothing special
elf_e_flags2.d 1 # name: ELF e_flags: -m4650
elf_e_flags3.d 1 # name: ELF e_flags: -march=4650 -mtune=4650
elf_e_flags4.d 1 # name: ELF e_flags: -march=4650 -mtune=4650
  /external/libnl/lib/route/cls/
ematch.c 219 ematch->e_flags |= flags;
224 ematch->e_flags &= ~flags;
229 return ematch->e_flags;
322 if (!(ematch->e_flags & TCF_EM_REL_MASK))
433 ematch->e_flags = hdr->flags;
481 if (match->e_flags & TCF_EM_INVERT)
497 switch (match->e_flags & TCF_EM_REL_MASK) {
554 .flags = e->e_flags,
567 else if (e->e_flags & TCF_EM_SIMPLE)
  /external/e2fsprogs/debugfs/
extent_inode.c 38 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
40 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
42 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
44 if (!extent->e_flags)
259 extent.e_flags = 0;
264 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
323 extent.e_flags = 0;
335 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
  /toolchain/binutils/binutils-2.27/include/elf/
external.h 60 unsigned char e_flags[4]; /* Processor-specific flags */ member in struct:__anon4675
77 unsigned char e_flags[4]; /* Processor-specific flags */ member in struct:__anon4676
  /external/elfutils/libelf/
gelf_update_ehdr.c 87 COPY (e_flags);
gelf_getehdr.c 80 COPY (e_flags);
  /external/e2fsprogs/e2fsck/
extents.c 87 if (extent.e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
91 if (!(extent.e_flags & EXT2_EXTENT_FLAGS_LEAF)) {
110 (last->e_flags & EXT2_EXTENT_FLAGS_UNINIT) ==
111 (extent.e_flags & EXT2_EXTENT_FLAGS_UNINIT) &&
198 list->extents[list->count].e_flags = 0;
269 extent.e_flags &= EXT2_EXTENT_FLAGS_UNINIT;
270 if (extent.e_flags & EXT2_EXTENT_FLAGS_UNINIT) {
475 !(extent.e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT) &&
496 if (extent.e_flags & EXT2_EXTENT_FLAGS_LEAF) {
  /external/syslinux/gpxe/src/include/
elf.h 111 #define ELF_PROGRAM_RETURNS_BIT 0x8000000 /* e_flags bit 31 */
179 Elf32_Word e_flags; /* Architecture-specific flags. */ member in struct:__anon38204
196 Elf64_Word e_flags; /* Architecture-specific flags. */ member in struct:__anon38205

Completed in 547 milliseconds

1 2 3 4 5 6 7 8 9