Home
last modified time | relevance | path

Searched refs:e_flags (Results 1 – 25 of 53) sorted by relevance

123

/third_party/elfutils/tests/
Dnewfile.c43 ehdr->e_flags, in print_ehdr()
122 ZERO_TEST (e_flags); in main()
154 ZERO_TEST (e_flags); in main()
Dupdate1.c76 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
114 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Dupdate2.c77 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
137 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Dupdate3.c86 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
192 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Dupdate4.c90 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
344 ehdr->e_phoff, ehdr->e_shoff, ehdr->e_flags, ehdr->e_ehsize, in main()
Delfstrmerge.c409 newehdr.e_flags = ehdr.e_flags; in main()
/third_party/elfutils/backends/
Driscv_init.c78 if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI) in riscv_init()
81 else if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI) in riscv_init()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTypes.def25 // TODO(jpp): set ABI e_flags for AArch64.
27 /* enum value, printable string, is_elf64, e_machine, e_flags */ \
33 //#define X(tag, str, is_elf64, e_machine, e_flags)
DIceTypes.h50 #define X(tag, str, is_elf64, e_machine, e_flags) tag, argument
DIceTypes.cpp29 #define X(tag, str, is_elf64, e_machine, e_flags) str, argument
DIceELFObjectWriter.cpp38 #define X(tag, str, is_elf64, e_machine, e_flags) \ argument
39 {is_elf64, e_machine, e_flags},
/third_party/elfutils/libelf/
Dgelf_update_ehdr.c87 COPY (e_flags); in gelf_update_ehdr()
Dgelf_getehdr.c80 COPY (e_flags); in __gelf_getehdr_rdlock()
/third_party/libunwind/include/win/
Dfreebsd-elf32.h63 Elf32_Word e_flags; /* Architecture-specific flags. */ member
Dfreebsd-elf64.h76 Elf64_Word e_flags; /* Architecture-specific flags. */ member
/third_party/libunwind/include/mingw/
Dfreebsd-elf32.h63 Elf32_Word e_flags; /* Architecture-specific flags. */ member
Dfreebsd-elf64.h76 Elf64_Word e_flags; /* Architecture-specific flags. */ member
/third_party/elfio/c_wrapper/
Delf_types_c_wrapper.hpp722 Elf_Word e_flags; member
740 Elf_Word e_flags; member
/third_party/elfio/elfio/
Delfio_header.hpp137 ELFIO_GET_SET_ACCESS( Elf_Word, flags, header.e_flags );
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs98 pub(super) e_flags: u32, field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h71 Elf32_Word e_flags; // Processor-specific flags member
95 Elf64_Word e_flags; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h68 Elf32_Word e_flags; // Processor-specific flags member
94 Elf64_Word e_flags; member
/third_party/elfutils/src/
Delfcmp.c195 || ehdr1->e_flags != ehdr2->e_flags in main()
Delfcompress.c591 newehdr.e_flags = ehdr.e_flags; in process_file()
/third_party/mesa3d/src/amd/common/
Dac_rgp_elf_object_pack.c400 elf_hdr.e_flags = flags; in ac_rgp_file_write_elf_object()

123