Searched refs:COPY (Results 1 - 25 of 106) sorted by relevance

12345

/external/elfutils/src/libelf/
H A Dgelf_update_ehdr.c79 #define COPY(name) \ macro
81 COPY (e_type);
82 COPY (e_machine);
83 COPY (e_version);
84 COPY (e_entry);
85 COPY (e_phoff);
86 COPY (e_shoff);
87 COPY (e_flags);
88 COPY (e_ehsize);
89 COPY (e_phentsiz
[all...]
H A Dgelf_getshdr.c70 #define COPY(name) \ macro
72 COPY (sh_name);
73 COPY (sh_type);
74 COPY (sh_flags);
75 COPY (sh_addr);
76 COPY (sh_offset);
77 COPY (sh_size);
78 COPY (sh_link);
79 COPY (sh_info);
80 COPY (sh_addralig
[all...]
H A Dgelf_update_shdr.c74 #define COPY(name) \ macro
76 COPY (sh_name);
77 COPY (sh_type);
78 COPY (sh_flags);
79 COPY (sh_addr);
80 COPY (sh_offset);
81 COPY (sh_size);
82 COPY (sh_link);
83 COPY (sh_info);
84 COPY (sh_addralig
[all...]
H A Dgelf_getehdr.c73 #define COPY(name) \ macro
75 COPY (e_type);
76 COPY (e_machine);
77 COPY (e_version);
78 COPY (e_entry);
79 COPY (e_phoff);
80 COPY (e_shoff);
81 COPY (e_flags);
82 COPY (e_ehsize);
83 COPY (e_phentsiz
[all...]
H A Dgelf_getsym.c82 #define COPY(name) \ macro
84 COPY (st_name);
88 COPY (st_info);
89 COPY (st_other);
90 COPY (st_shndx);
91 COPY (st_value);
92 COPY (st_size);
H A Dgelf_update_sym.c86 #define COPY(name) \ macro
88 COPY (st_name);
89 COPY (st_value);
90 COPY (st_size);
94 COPY (st_info);
95 COPY (st_other);
96 COPY (st_shndx);
H A Dgelf_getsymshndx.c102 #define COPY(name) \ macro
104 COPY (st_name);
108 COPY (st_info);
109 COPY (st_other);
110 COPY (st_shndx);
111 COPY (st_value);
112 COPY (st_size);
H A Dgelf_update_symshndx.c112 #define COPY(name) \ macro
114 COPY (st_name);
115 COPY (st_value);
116 COPY (st_size);
120 COPY (st_info);
121 COPY (st_other);
122 COPY (st_shndx);
H A Dgelf_getphdr.c98 #define COPY(Name) result->Name = phdr->Name macro
99 COPY (p_type);
100 COPY (p_offset);
101 COPY (p_vaddr);
102 COPY (p_paddr);
103 COPY (p_filesz);
104 COPY (p_memsz);
105 COPY (p_flags);
106 COPY (p_align);
H A Dgelf_update_phdr.c96 #define COPY(name) \ macro
98 COPY (p_type);
99 COPY (p_offset);
100 COPY (p_vaddr);
101 COPY (p_paddr);
102 COPY (p_filesz);
103 COPY (p_memsz);
104 COPY (p_flags);
105 COPY (p_align);
/external/llvm/include/llvm/Target/
H A DTargetOpcodes.h65 /// instructions are insufficient. It is emitted as a COPY MachineInstr.
84 /// COPY - Target-independent register copy. This instruction can also be
86 COPY = 13, enumerator in enum:llvm::TargetOpcode::__anon10296
/external/libpng/contrib/pngminim/decoder/
H A Dmakefile15 COPY=cp macro
129 $(COPY) $(PNGSRC)/$@ $@
135 $(COPY) $(ZLIBSRC)/$@ $@
143 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
144 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
149 $(COPY) $(PROGSRC)/png2pnm.c $@
/external/libpng/contrib/pngminim/encoder/
H A Dmakefile15 COPY=cp macro
128 $(COPY) $(PNGSRC)/$@ $@
134 $(COPY) $(ZLIBSRC)/$@ $@
142 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
143 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
148 $(COPY) $(PROGSRC)/pnm2png.c $@
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon13162
69 STORED -> COPY_ -> COPY -> TYPE
/external/zlib/src/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon17877
69 STORED -> COPY_ -> COPY -> TYPE
/external/libpng/contrib/pngminim/preader/
H A Dmakefile15 COPY=cp macro
144 $(COPY) $(PNGSRC)/$@ $@
150 $(COPY) $(ZLIBSRC)/$@ $@
158 echo $(COPY) $(ZLIBSRC)/$$f $@ &&\
159 $(COPY) $(ZLIBSRC)/$$f $@ && exit 0;\
164 $(COPY) $(PROGSRC)/$@ $@
/external/elfutils/src/backends/
H A Dalpha_reloc.def46 RELOC_TYPE (COPY, 0)
H A Di386_reloc.def32 RELOC_TYPE (COPY, EXEC)
H A Dsh_reloc.def62 RELOC_TYPE (COPY, EXEC)
H A Dx86_64_reloc.def36 RELOC_TYPE (COPY, EXEC)
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp100 TII->get(TargetOpcode::COPY),
122 TII->get(TargetOpcode::COPY),
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp118 TII->get(TargetOpcode::COPY), SystemZ::R2D)
138 TII->get(TargetOpcode::COPY), *TLSBaseAddrReg)
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DArabicShapingTest.java18 private static final int COPY = 0; field in class:ArabicShapingTest
23 int testtype = COPY;
131 testtype = COPY;
173 case COPY:
/external/freetype/src/gzip/
H A Dinfcodes.c22 COPY, /* o: copying bytes in window, waiting for space */ enumerator in enum:__anon5045
46 } copy; /* if EXT or COPY, where and how much */
196 c->mode = COPY;
197 case COPY: /* o: copying bytes in window, waiting for space */
/external/libpng/projects/owatcom/
H A Dpngconfig.mak13 COPY=copy macro
33 $(COPY) pnglibconf.h $@
53 $(COPY) dfn2.out $@
64 $(COPY) dfn2.out $@
103 @$(COPY) << config.inf
118 @$(COPY) << pngconfig.dfa

Completed in 398 milliseconds

12345