/third_party/elfutils/tests/ |
H A D | newfile.c | 43 ehdr->e_flags, in print_ehdr() 122 ZERO_TEST (e_flags); in main() 154 ZERO_TEST (e_flags); in main()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | elfstrmerge.c | 409 newehdr.e_flags = ehdr.e_flags; in main()
|
/third_party/elfutils/backends/ |
H A D | riscv_init.c | 78 if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI) 81 else if ((elf->state.elf64.ehdr->e_flags & EF_RISCV_FLOAT_ABI)
|
/third_party/elfutils/libelf/ |
H A D | gelf_getehdr.c | 80 COPY (e_flags); in __gelf_getehdr_rdlock()
|
H A D | gelf_update_ehdr.c | 87 COPY (e_flags); in gelf_update_ehdr()
|
H A D | elf_begin.c | 368 CONVERT (elf->state.elf32.ehdr_mem.e_flags); in file_read_elf() 472 CONVERT (elf->state.elf64.ehdr_mem.e_flags); in file_read_elf()
|
H A D | abstract.h | 41 TYPE_NAME (ElfW2(Bits, Ext##Word), e_flags) \
|
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 137 ELFIO_GET_SET_ACCESS( Elf_Word, flags, header.e_flags );
|
H A D | elf_types.hpp | 394 // AMDGPU specific e_flags 1113 Elf_Word e_flags; member 1131 Elf_Word e_flags; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceTypes.h | 50 #define X(tag, str, is_elf64, e_machine, e_flags) tag,
|
H A D | IceTypes.cpp | 29 #define X(tag, str, is_elf64, e_machine, e_flags) str,
|
H A D | IceELFObjectWriter.cpp | 38 #define X(tag, str, is_elf64, e_machine, e_flags) \ 39 {is_elf64, e_machine, e_flags}, 497 Str.writeELFWord<IsELF64>(getELFFlags(Arch)); // e_flags in writeELFHeaderInternal()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 403 // AMDGPU specific e_flags 722 Elf_Word e_flags; member 740 Elf_Word e_flags; member
|
/third_party/elfutils/src/ |
H A D | elfcompress.c | 591 newehdr.e_flags = ehdr.e_flags; in process_file()
|
H A D | elfcmp.c | 195 || ehdr1->e_flags != ehdr2->e_flags in main()
|
H A D | strip.c | 1691 debugehdr->e_flags = ehdr->e_flags; in handle_elf() 2533 newehdr->e_flags = ehdr->e_flags; in handle_elf()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | ELF.h | 71 Elf32_Word e_flags; // Processor-specific flags member 95 Elf64_Word e_flags; member 378 // Specific e_flags for PPC64 380 // e_flags bits specifying ABI: 413 // ARM Specific e_flags 431 // AVR specific e_flags 458 // Mips Specific e_flags 550 // Hexagon-specific e_flags 562 // of e_flags
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 68 Elf32_Word e_flags; // Processor-specific flags member 94 Elf64_Word e_flags; member 378 // Specific e_flags for PPC64 380 // e_flags bits specifying ABI: 413 // ARM Specific e_flags 433 // ARC Specific e_flags 454 // AVR specific e_flags 481 // Mips Specific e_flags 573 // Hexagon-specific e_flags 588 // of e_flags [all...] |
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp_elf_object_pack.c | 400 elf_hdr.e_flags = flags; in ac_rgp_file_write_elf_object()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFTypes.h | 464 Elf_Word e_flags; // Processor-specific flags
|
/third_party/musl/porting/linux/user/include/ |
H A D | elf.h | 45 Elf32_Word e_flags; member 62 Elf64_Word e_flags; member
|