Searched refs:ElfType (Results 1 – 9 of 9) sorted by relevance
/external/minijail/ |
D | elfparse.c | 24 ElfType parseElf ## bit(FILE *elf_file, uint8_t *pHead, int little_endian) \ 26 ElfType ret = ELFSTATIC; \ 67 ElfType get_elf_linkage(const char *path) in get_elf_linkage() 69 ElfType ret = ELFERROR; in get_elf_linkage()
|
D | elfparse.h | 89 typedef enum ElfTypeEnum ElfType; typedef 97 ElfType get_elf_linkage(const char *path);
|
D | minijail0_cli.h | 20 int *exit_immediately, ElfType *elftype,
|
D | minijail0.c | 24 ElfType elftype = ELFERROR; in main()
|
D | minijail0_cli_unittest.cc | 41 ElfType* elftype) { in parse_args_() 75 ElfType elftype_;
|
D | minijail0_cli.c | 569 int *exit_immediately, ElfType *elftype, in parse_args()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/ |
D | llvm-objcopy.cpp | 208 ElfType OutputElfType) { in CreateWriter() 231 StringRef File, ElfType OutputElfType) { in SplitDWOToFile() 249 const Reader &Reader, ElfType OutputElfType) { in HandleArgs()
|
D | Object.h | 65 enum ElfType { ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE }; enum 654 ElfType getElfType() const;
|
D | Object.cpp | 929 ElfType ELFReader::getElfType() const { in getElfType()
|