OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfType
(Results
1 - 9
of
9
) sorted by null
/external/minijail/
minijail0_cli.h
20
int *exit_immediately,
ElfType
*
elftype
,
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)
69
ElfType
ret = ELFERROR;
elfparse.h
89
typedef enum ElfTypeEnum
ElfType
;
97
ElfType
get_elf_linkage(const char *path);
minijail0.c
24
ElfType
elftype
= ELFERROR;
local
25
int consumed = parse_args(j, argc, argv, &exit_immediately, &
elftype
,
46
if (
elftype
== ELFSTATIC) {
52
} else if (
elftype
== ELFDYNAMIC) {
minijail0_cli_unittest.cc
41
ElfType
*
elftype
) {
63
exit_immediately,
elftype
, &preload_path);
75
ElfType
elftype_;
minijail0_cli.c
569
int *exit_immediately,
ElfType
*
elftype
,
791
*
elftype
= ELFSTATIC;
793
*
elftype
= ELFDYNAMIC;
933
if (*
elftype
== ELFERROR) {
950
*
elftype
= get_elf_linkage(program_path);
959
if (caps && *
elftype
== ELFSTATIC && !ambient_caps) {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objcopy/
Object.h
65
enum
ElfType
{ ELFT_ELF32LE, ELFT_ELF64LE, ELFT_ELF32BE, ELFT_ELF64BE };
654
ElfType
getElfType() const;
llvm-objcopy.cpp
208
ElfType
OutputElfType) {
231
StringRef File,
ElfType
OutputElfType) {
249
const Reader &Reader,
ElfType
OutputElfType) {
Object.cpp
929
ElfType
ELFReader::getElfType() const {
938
llvm_unreachable("Invalid
ELFType
");
[
all
...]
Completed in 606 milliseconds