| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/ |
| H A D | 0002-Support-transformation-between-D-Bus-errors-and-exce.patch | 184 - e_type = type(e).__name__ 185 - if not "." in e_type: 186 - e_type = "unknown." + e_type 187 - invocation.return_dbus_error(e_type, str(e)) 193 + e_type = type(e).__name__ 194 + if not "." in e_type: 195 + e_type = "unknown." + e_type 197 + invocation.return_dbus_error(e_type, str(e))
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | elf_util.c | 30 (elf64->e_type == ET_EXEC || in parse_elf64() 31 elf64->e_type == ET_DYN) && in parse_elf64() 62 (elf32->e_type == ET_EXEC || in parse_elf32() 63 elf32->e_type == ET_DYN) && in parse_elf32()
|
| H A D | elf.h | 57 Elf32_Half e_type; member 74 Elf64_Half e_type; member
|
| H A D | rs6000.h | 150 char e_type[2]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | endian-ness_handling.patch | 47 - if (elf_header->e_type != ET_DYN) 50 + if (read16(elf_header->e_type, be) != ET_DYN) 53 - elf_header->e_type); 54 + read16(elf_header->e_type, be)); 193 - if (elf_header->e_type != ET_DYN) 196 + if (read16(elf_header->e_type, be) != ET_DYN) 199 - elf_header->e_type); 200 + read16(elf_header->e_type, be)); 342 - else if (elf_header->e_type != ET_DYN) 343 + else if ((elf_header->e_ident[EI_DATA] == ELFDATA2MSB && be16toh(elf_header->e_type) != ET_DYN) … [all …]
|
| H A D | 32and64bit.patch | 43 + if (elf_header->e_type != ET_DYN) 47 + elf_header->e_type); 238 if (elf_header->e_type != ET_DYN)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | sample_trie_access_traits.hpp | 57 typedef char e_type; typedef 74 e_pos(e_type);
|
| H A D | trie_string_access_traits_imp.hpp | 50 e_pos(e_type e) in e_pos()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | sample_trie_access_traits.hpp | 57 typedef char e_type; typedef 74 e_pos(e_type);
|
| H A D | trie_string_access_traits_imp.hpp | 50 e_pos(e_type e) in e_pos()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_em86.c | 41 if ((elf_ex.e_type != ET_EXEC && elf_ex.e_type != ET_DYN) || in load_em86()
|
| H A D | binfmt_elf.c | 603 if (interp_elf_ex->e_type != ET_EXEC && in load_elf_interp() 604 interp_elf_ex->e_type != ET_DYN) in load_elf_interp() 629 if (interp_elf_ex->e_type == ET_EXEC || load_addr_set) in load_elf_interp() 631 else if (no_base && interp_elf_ex->e_type == ET_DYN) in load_elf_interp() 642 interp_elf_ex->e_type == ET_DYN) { in load_elf_interp() 848 if (elf_ex->e_type != ET_EXEC && elf_ex->e_type != ET_DYN) in load_elf_binary() 1077 if (elf_ex->e_type == ET_EXEC || load_addr_set) { in load_elf_binary() 1079 } else if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1149 if (elf_ex->e_type == ET_DYN) { in load_elf_binary() 1287 elf_ex->e_type == ET_DYN && !interpreter) { in load_elf_binary() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kexec_elf.c | 150 ehdr->e_type = elf16_to_cpu(ehdr, buf_ehdr->e_type); in elf_read_ehdr() 338 if (ehdr->e_type != ET_EXEC && ehdr->e_type != ET_DYN) { in kexec_build_elf_info()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | trust_merger.h | 134 uint16_t e_type; member 151 uint16_t e_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/ |
| H A D | trie_policy.hpp | 93 typedef typename std::iterator_traits<const_iterator>::value_type e_type; typedef 115 e_pos(e_type e);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/ |
| H A D | trie_policy.hpp | 93 typedef typename std::iterator_traits<const_iterator>::value_type e_type; typedef 115 e_pos(e_type e);
|
| /OK3568_Linux_fs/kernel/arch/mips/boot/tools/ |
| H A D | relocs.c | 224 ehdr.e_type = elf_half_to_cpu(ehdr.e_type); in read_ehdr() 238 if ((ehdr.e_type != ET_EXEC) && (ehdr.e_type != ET_DYN)) in read_ehdr()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | relocate_sdk.py | 53 global e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\ 68 e_type, e_machine, e_version, e_entry, e_phoff, e_shoff, e_flags,\
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | elf.h | 207 Elf32_Half e_type; member 224 Elf64_Half e_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | elf.h | 206 Elf32_Half e_type; member 223 Elf64_Half e_type; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | elf.h | 206 Elf32_Half e_type; member 223 Elf64_Half e_type; member
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | img2srec.c | 253 getPtr = ExtractWord(&elfHeader.e_type, getPtr); in ConvertELF() 271 || (elfHeader.e_type != ET_EXEC) in ConvertELF()
|
| H A D | mips-relocs.c | 276 if (ehdr_field(e_type) != ET_EXEC) { in main() 278 printf("type 0x%lx\n", ehdr_field(e_type)); in main()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | sorttable.c | 327 (r2(&ehdr->e_type) != ET_EXEC && r2(&ehdr->e_type) != ET_DYN) || in do_file()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/proc/ |
| H A D | proc-pid-vm.c | 80 uint16_t e_type; member 170 h.e_type = 2; in make_exe()
|