/third_party/elfutils/tests/ |
D | newfile.c | 43 ehdr->e_flags, in print_ehdr() 122 ZERO_TEST (e_flags); in main() 154 ZERO_TEST (e_flags); in main()
|
D | update1.c | 76 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()
|
D | update2.c | 77 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()
|
D | update3.c | 86 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()
|
D | update4.c | 90 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()
|
D | elfstrmerge.c | 409 newehdr.e_flags = ehdr.e_flags; in main()
|
/third_party/elfutils/backends/ |
D | riscv_init.c | 78 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/ |
D | IceTypes.def | 25 // 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)
|
D | IceTypes.h | 50 #define X(tag, str, is_elf64, e_machine, e_flags) tag, argument
|
D | IceTypes.cpp | 29 #define X(tag, str, is_elf64, e_machine, e_flags) str, argument
|
D | IceELFObjectWriter.cpp | 38 #define X(tag, str, is_elf64, e_machine, e_flags) \ argument 39 {is_elf64, e_machine, e_flags},
|
/third_party/elfutils/libelf/ |
D | gelf_update_ehdr.c | 87 COPY (e_flags); in gelf_update_ehdr()
|
D | gelf_getehdr.c | 80 COPY (e_flags); in __gelf_getehdr_rdlock()
|
/third_party/libunwind/include/win/ |
D | freebsd-elf32.h | 63 Elf32_Word e_flags; /* Architecture-specific flags. */ member
|
D | freebsd-elf64.h | 76 Elf64_Word e_flags; /* Architecture-specific flags. */ member
|
/third_party/libunwind/include/mingw/ |
D | freebsd-elf32.h | 63 Elf32_Word e_flags; /* Architecture-specific flags. */ member
|
D | freebsd-elf64.h | 76 Elf64_Word e_flags; /* Architecture-specific flags. */ member
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 722 Elf_Word e_flags; member 740 Elf_Word e_flags; member
|
/third_party/elfio/elfio/ |
D | elfio_header.hpp | 137 ELFIO_GET_SET_ACCESS( Elf_Word, flags, header.e_flags );
|
/third_party/rust/crates/rustix/src/backend/linux_raw/ |
D | elf.rs | 98 pub(super) e_flags: u32, field
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 71 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/ |
D | ELF.h | 68 Elf32_Word e_flags; // Processor-specific flags member 94 Elf64_Word e_flags; member
|
/third_party/elfutils/src/ |
D | elfcmp.c | 195 || ehdr1->e_flags != ehdr2->e_flags in main()
|
D | elfcompress.c | 591 newehdr.e_flags = ehdr.e_flags; in process_file()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rgp_elf_object_pack.c | 400 elf_hdr.e_flags = flags; in ac_rgp_file_write_elf_object()
|