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

1 2 3 4 5 6 7 8 910

  /external/ltrace/sysdeps/linux-gnu/m68k/
plt.c 29 * ((lte->ehdr.e_flags & EF_CPU32) ? 24 : 20);
  /art/runtime/arch/
instruction_set.cc 68 InstructionSet GetInstructionSetFromELF(uint16_t e_machine, uint32_t e_flags) {
79 if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R2 ||
80 (e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_32R6) {
82 } else if ((e_flags & EF_MIPS_ARCH) == EF_MIPS_ARCH_64R6) {
  /toolchain/binutils/binutils-2.25/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;
140 elf_elfheader (abfd)->e_flags &=~ EF_SPARC_32PLUS_MASK;
141 elf_elfheader (abfd)->e_flags |= EF_SPARC_32PLUS | EF_SPARC_SUN_US
    [all...]
elf32-arc.c 188 unsigned long arch = elf_elfheader (abfd)->e_flags & EF_ARC_MACH;
235 elf_elfheader (abfd)->e_flags &=~ EF_ARC_MACH;
236 elf_elfheader (abfd)->e_flags |= val;
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-mt.c 466 /* Return the MACH for an e_flags value. */
471 switch (elf_elfheader (abfd)->e_flags & EF_MT_CPU_MASK)
495 elf_elfheader (abfd)->e_flags = flags;
520 new_flags = elf_elfheader (ibfd)->e_flags;
521 old_flags = elf_elfheader (obfd)->e_flags;
543 elf_elfheader (obfd)->e_flags = old_flags;
560 flags = elf_elfheader (abfd)->e_flags;
  /external/minijail/
elfparse.h 41 Elf32_Word e_flags; /* Processor-specific flags */ member in struct:__anon20448
59 Elf64_Word e_flags; /* Processor-specific flags */ member in struct:__anon20449
  /external/libnl/lib/route/cls/
ematch.c 158 ematch->e_flags |= flags;
163 ematch->e_flags &= ~flags;
168 return ematch->e_flags;
241 if (!(ematch->e_flags & TCF_EM_REL_MASK))
329 ematch->e_flags = hdr->flags;
369 if (match->e_flags & TCF_EM_INVERT)
387 switch (match->e_flags & TCF_EM_REL_MASK) {
  /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,
  /toolchain/binutils/binutils-2.25/elfcpp/
mips.h 167 // Processor specific flags for the ELF header e_flags field.
339 abi_n32(elfcpp::Elf_Word e_flags)
340 { return (e_flags & elfcpp::EF_MIPS_ABI2) != 0; }
349 is_micromips(elfcpp::Elf_Word e_flags)
350 { return (e_flags & elfcpp::EF_MIPS_ARCH_ASE_MICROMIPS) != 0; }
  /toolchain/binutils/binutils-2.25/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/e2fsprogs/debugfs/
extent_inode.c 37 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
39 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
41 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
43 if (!extent->e_flags)
253 extent.e_flags = 0;
258 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
317 extent.e_flags = 0;
329 extent.e_flags |= EXT2_EXTENT_FLAGS_UNINIT;
  /toolchain/binutils/binutils-2.25/include/elf/
external.h 60 unsigned char e_flags[4]; /* Processor-specific flags */ member in struct:__anon74418
77 unsigned char e_flags[4]; /* Processor-specific flags */ member in struct:__anon74419
  /external/elfutils/libelf/
gelf_update_ehdr.c 87 COPY (e_flags);
gelf_getehdr.c 80 COPY (e_flags);
  /external/ltrace/sysdeps/linux-gnu/mips/
plt.c 76 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
159 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
205 if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
387 } else if (mips_elf_is_cpic(lte->ehdr.e_flags)) {
  /external/e2fsprogs/lib/ext2fs/
punch.c 163 if (extent->e_flags & EXT2_EXTENT_FLAGS_LEAF)
165 if (extent->e_flags & EXT2_EXTENT_FLAGS_UNINIT)
167 if (extent->e_flags & EXT2_EXTENT_FLAGS_SECOND_VISIT)
169 if (!extent->e_flags)
324 newex.e_flags = extent.e_flags;
  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 32 in e_flags, then the odds are good that it will remain internally
1005 && (((elf_header.e_flags & EF_MSP430_MACH) == E_MSP430_MACH_MSP430X)
    [all...]

Completed in 468 milliseconds

1 2 3 4 5 6 7 8 910