OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElfType
(Results
1 - 3
of
3
) sorted by null
/external/minijail/
elfparse.c
17
ElfType
parseElf ## bit(FILE *elf_file, uint8_t *pHead, int little_endian) \
19
ElfType
ret = ELFSTATIC; \
60
ElfType
get_elf_linkage(const char *path)
62
ElfType
ret = ELFERROR;
elfparse.h
95
typedef enum ElfTypeEnum
ElfType
;
103
ElfType
get_elf_linkage(const char *path);
minijail0.c
349
ElfType
elftype
= ELFERROR;
local
364
elftype
= get_elf_linkage(program_path);
365
if (
elftype
== ELFSTATIC) {
371
} else if (
elftype
== ELFDYNAMIC) {
Completed in 560 milliseconds