Searched defs:ET_REL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/courgette/
H A Dtypes_elf.h41 ET_REL = 1, // Relocatable file enumerator in enum:e_type_values
/external/chromium_org/third_party/libvpx/include/
H A Delf.h76 #define ET_REL 1 macro
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf.h48 ET_REL = 1, /* Relocatable */ enumerator in enum:__anon16337
/external/kernel-headers/original/uapi/linux/
H A Delf.h65 #define ET_REL 1 macro
/external/llvm/include/llvm/Support/
H A DELF.h112 ET_REL = 1, // Relocatable file enumerator in enum:llvm::ELF::__anon25576
/external/qemu/include/
H A Delf.h61 #define ET_REL 1 macro
/external/elfutils/0.153/libelf/
H A Delf.h166 #define ET_REL 1 /* Relocatable file */ macro
/external/valgrind/main/perf/
H A Dtinycc.c235 #define ET_REL 1 /* Relocatable file */ macro
19777 ehdr.e_type = ET_REL;
19885 if (ehdr.e_type != ET_REL)
21002 if (ehdr.e_type == ET_REL) {

Completed in 323 milliseconds