/external/elfutils/tests/ |
D | run-dwflsyms.sh | 76 35: FUNC LOCAL deregister_tm_clones (0) 0x710, rel: 0x710 (.text) 77 36: FUNC LOCAL register_tm_clones (0) 0x740, rel: 0x740 (.text) 78 37: FUNC LOCAL __do_global_dtors_aux (0) 0x780, rel: 0x780 (.text) 81 40: FUNC LOCAL frame_dummy (0) 0x7c0, rel: 0x7c0 (.text) 86 45: FUNC LOCAL foo (20) 0x814, rel: 0x814 (.text) 95 54: FUNC GLOBAL __libc_csu_fini (2) 0x8f0, rel: 0x8f0 (.text) 99 58: FUNC GLOBAL bar (44) 0x828, rel: 0x828 (.text) 100 59: FUNC GLOBAL _fini (0) 0x8f4, rel: 0x8f4 (.fini) 107 66: FUNC GLOBAL __libc_csu_init (137) 0x860, rel: 0x860 (.text) 109 68: FUNC GLOBAL _start (0) 0x6e0, rel: 0x6e0 (.text) [all …]
|
D | run-readelf-zdebug-rel.sh | 44 testfiles testfile-debug-rel.o testfile-debug-rel-g.o testfile-debug-rel-z.o 121 …nfo.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel.o 123 …fo'/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-g.o 125 …o.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=info testfile-debug-rel-z.o 138 … loc.out | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel.o 140 …x138/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-g.o 142 …x150/" | testrun_compare ${abs_top_builddir}/src/readelf -U --debug-dump=loc testfile-debug-rel-z.o
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 97 struct avc_cache_stats tot, rel, last; in main() local 211 rel.lookups = tot.lookups - last.lookups; in main() 212 rel.hits = tot.hits - last.hits; in main() 213 rel.misses = tot.misses - last.misses; in main() 214 rel.allocations = tot.allocations - last.allocations; in main() 215 rel.reclaims = tot.reclaims - last.reclaims; in main() 216 rel.frees = tot.frees - last.frees; in main() 218 rel.lookups, rel.hits, rel.misses, in main() 219 rel.allocations, rel.reclaims, rel.frees); in main()
|
/external/elfutils/src/ |
D | i386_ld.c | 112 XElf_Rel_vardef (rel); in elf_i386_relocate_section() 120 xelf_getrel (data, cnt, rel); in elf_i386_relocate_section() 121 assert (rel != NULL); in elf_i386_relocate_section() 124 si = symindirect[XELF_R_SYM (rel->r_info)]; in elf_i386_relocate_section() 129 assert (symref[XELF_R_SYM (rel->r_info)] != NULL); in elf_i386_relocate_section() 130 si = symref[XELF_R_SYM (rel->r_info)]->outsymidx; in elf_i386_relocate_section() 137 xelf_getsymshndx (insymdata, inxndxdata, XELF_R_SYM (rel->r_info), in elf_i386_relocate_section() 155 assert (XELF_R_TYPE (rel->r_info) == R_386_32); in elf_i386_relocate_section() 162 add_4ubyte_unaligned (reltgtdata->d_buf + rel->r_offset, in elf_i386_relocate_section() 168 rel->r_offset += file->scninfo[shdr->sh_info].offset; in elf_i386_relocate_section() [all …]
|
D | objdump.c | 423 GElf_Rel *rel; in show_relocs_rel() local 425 rel = gelf_getrel (data, cnt, &relmem); in show_relocs_rel() 426 if (rel != NULL) in show_relocs_rel() 428 rel->r_offset, rel->r_info, 0); in show_relocs_rel() 444 GElf_Rela *rel; in show_relocs_rela() local 446 rel = gelf_getrela (data, cnt, &relmem); in show_relocs_rela() 447 if (rel != NULL) in show_relocs_rela() 449 rel->r_offset, rel->r_info, rel->r_addend); in show_relocs_rela()
|
/external/testng/ |
D | verify-release | 7 rel=testng-$1 41 rm -rf $rel 42 curl http://testng.org/$rel.zip >$rel.zip 43 unzip $rel.zip 45 java -Dtest.resources.dir=$HOME/java/testng/src/test/resources -classpath $HOME/t/$rel/$rel.jar:tar…
|
/external/elfutils/libelf/ |
D | gelf_update_rela.c | 62 Elf32_Rela *rel; in gelf_update_rela() local 83 rel = &((Elf32_Rela *) data_scn->d.d_buf)[ndx]; in gelf_update_rela() 85 rel->r_offset = src->r_offset; in gelf_update_rela() 86 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rela() 88 rel->r_addend = src->r_addend; in gelf_update_rela()
|
D | gelf_update_rel.c | 62 Elf32_Rel *rel; in gelf_update_rel() local 81 rel = &((Elf32_Rel *) data_scn->d.d_buf)[ndx]; in gelf_update_rel() 83 rel->r_offset = src->r_offset; in gelf_update_rel() 84 rel->r_info = ELF32_R_INFO (GELF_R_SYM (src->r_info), in gelf_update_rel()
|
/external/llvm/test/MC/ELF/ |
D | elf_directive_section.s | 6 .data.rel.ro 7 # CHECK: .data.rel.ro 9 .data.rel 10 # CHECK: .data.rel
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r700_asm.c | 39 S_SQ_ALU_WORD0_SRC0_REL(alu->src[0].rel) | in r700_bytecode_alu_build() 43 S_SQ_ALU_WORD0_SRC1_REL(alu->src[1].rel) | in r700_bytecode_alu_build() 53 S_SQ_ALU_WORD1_DST_REL(alu->dst.rel) | in r700_bytecode_alu_build() 56 S_SQ_ALU_WORD1_OP3_SRC2_REL(alu->src[2].rel) | in r700_bytecode_alu_build() 64 S_SQ_ALU_WORD1_DST_REL(alu->dst.rel) | in r700_bytecode_alu_build()
|
/external/llvm/test/Transforms/LCSSA/ |
D | 2006-06-12-MultipleExitsSameBlock.ll | 17 %rel.1 = call i1 @c1( ) ; <i1> [#uses=1] 18 br i1 %rel.1, label %loop_exit, label %loop_body.2 20 %rel.2 = call i1 @c2( ) ; <i1> [#uses=1] 21 br i1 %rel.2, label %loop_exit, label %loop_begin
|
/external/llvm/test/MC/ARM/ |
D | elf-thumbfunc-reloc.s | 18 .section .data.rel.local,"aw",%progbits 25 @CHECK-NEXT: Section {{.*}} .rel.text { 32 @CHECK-NEXT: Section ({{.*}}) .rel.data.rel.local {
|
D | eh-directive-personalityindex.s | 29 @ RELOC: Name: .rel.ARM.exidx.pr0 58 @ RELOC: Name: .rel.ARM.exidx.pr0.nontrivial 91 @ RELOC: Name: .rel.ARM.exidx.pr1 128 @ RELOC: Name: .rel.ARM.exidx.pr1.nontrivial 162 @ RELOC: Name: .rel.ARM.exidx.pr2 197 @ RELOC: Name: .rel.ARM.exidx.pr2.nontrivial
|
D | arm-elf-relocations.s | 13 @ CHECK: Section {{.*}} .rel.text.r_arm_abs8 { 23 @ CHECK: Section {{.*}} .rel.text.r_arm_abs16 { 33 @ CHECK: Section {{.*}} .rel.text.r_arm_sbrel32 {
|
D | eh-directive-personality.s | 39 @ RELOC: Name: .rel.ARM.extab.TEST1 53 @ RELOC: Name: .rel.ARM.exidx.TEST1 90 @ RELOC: Name: .rel.ARM.extab.TEST2 104 @ RELOC: Name: .rel.ARM.exidx.TEST2
|
/external/libjpeg-turbo/simd/ |
D | jccolext-sse2-64.asm | 303 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 304 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 305 pmaddwd xmm7,[rel PW_MF016_MF033] ; xmm7=ROL*-FIX(0.168)+GOL*-FIX(0.331) 306 pmaddwd xmm4,[rel PW_MF016_MF033] ; xmm4=ROH*-FIX(0.168)+GOH*-FIX(0.331) 318 movdqa xmm5,[rel PD_ONEHALFM1_CJ] ; xmm5=[PD_ONEHALFM1_CJ] 335 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 336 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) 337 pmaddwd xmm5,[rel PW_MF016_MF033] ; xmm5=REL*-FIX(0.168)+GEL*-FIX(0.331) 338 pmaddwd xmm4,[rel PW_MF016_MF033] ; xmm4=REH*-FIX(0.168)+GEH*-FIX(0.331) 350 movdqa xmm1,[rel PD_ONEHALFM1_CJ] ; xmm1=[PD_ONEHALFM1_CJ] [all …]
|
D | jdcolext-sse2-64.asm | 128 pmulhw xmm4,[rel PW_MF0228] ; xmm4=(2*CbE * -FIX(0.22800)) 129 pmulhw xmm5,[rel PW_MF0228] ; xmm5=(2*CbO * -FIX(0.22800)) 130 pmulhw xmm0,[rel PW_F0402] ; xmm0=(2*CrE * FIX(0.40200)) 131 pmulhw xmm1,[rel PW_F0402] ; xmm1=(2*CrO * FIX(0.40200)) 133 paddw xmm4,[rel PW_ONE] 134 paddw xmm5,[rel PW_ONE] 137 paddw xmm0,[rel PW_ONE] 138 paddw xmm1,[rel PW_ONE] 156 pmaddwd xmm2,[rel PW_MF0344_F0285] 157 pmaddwd xmm4,[rel PW_MF0344_F0285] [all …]
|
D | jcgryext-sse2-64.asm | 284 pmaddwd xmm1,[rel PW_F0299_F0337] ; xmm1=ROL*FIX(0.299)+GOL*FIX(0.337) 285 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=ROH*FIX(0.299)+GOH*FIX(0.337) 292 pmaddwd xmm0,[rel PW_F0299_F0337] ; xmm0=REL*FIX(0.299)+GEL*FIX(0.337) 293 pmaddwd xmm6,[rel PW_F0299_F0337] ; xmm6=REH*FIX(0.299)+GEH*FIX(0.337) 304 pmaddwd xmm0,[rel PW_F0114_F0250] ; xmm0=BOL*FIX(0.114)+GOL*FIX(0.250) 305 pmaddwd xmm4,[rel PW_F0114_F0250] ; xmm4=BOH*FIX(0.114)+GOH*FIX(0.250) 307 movdqa xmm3,[rel PD_ONEHALF] ; xmm3=[PD_ONEHALF] 320 pmaddwd xmm6,[rel PW_F0114_F0250] ; xmm6=BEL*FIX(0.114)+GEL*FIX(0.250) 321 pmaddwd xmm4,[rel PW_F0114_F0250] ; xmm4=BEH*FIX(0.114)+GEH*FIX(0.250) 323 movdqa xmm2,[rel PD_ONEHALF] ; xmm2=[PD_ONEHALF]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | CollectionUtilities.java | 271 int rel = ao.compareTo(bo); in containsSome() local 272 if (rel < 0) { in containsSome() 275 } else if (rel > 0) { in containsSome() 288 int rel = aac.compare(ao, bo); in containsSome() local 289 if (rel < 0) { in containsSome() 292 } else if (rel > 0) { in containsSome() 324 int rel = ao.compareTo(bo); in containsAll() local 325 if (rel == 0) { in containsAll() 330 } else if (rel < 0) { in containsAll() 343 int rel = aac.compare(ao, bo); in containsAll() local [all …]
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | CollectionUtilities.java | 270 int rel = ao.compareTo(bo); in containsSome() local 271 if (rel < 0) { in containsSome() 274 } else if (rel > 0) { in containsSome() 287 int rel = aac.compare(ao, bo); in containsSome() local 288 if (rel < 0) { in containsSome() 291 } else if (rel > 0) { in containsSome() 323 int rel = ao.compareTo(bo); in containsAll() local 324 if (rel == 0) { in containsAll() 329 } else if (rel < 0) { in containsAll() 342 int rel = aac.compare(ao, bo); in containsAll() local [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | References.java | 42 public void setRel(String rel) throws ParseException{ in setRel() argument 43 if ( rel != null ) { in setRel() 44 this.setParameter(REL,rel); in setRel()
|
/external/doclava/res/assets/templates/ |
D | head_tag.cs | 6 <link rel="shortcut icon" type="image/x-icon" href="<?cs var:toroot ?>favicon.ico" /> 16 <link href="<?cs var:toroot ?>assets/doclava-developer-docs.css" rel="stylesheet" type="text/css" /> 17 <link href="<?cs var:toroot ?>assets/customizations.css" rel="stylesheet" type="text/css" />
|
/external/llvm/test/CodeGen/X86/ |
D | emutls.ll | 229 ; X32 .section .data.rel.local, 242 ; X32 .section .data.rel.local, 253 ; X32 .section .data.rel.local, 268 ; X32 .section .data.rel.local, 279 ; X32 .section .data.rel.local, 290 ; X64 .section .data.rel.local, 303 ; X64 .section .data.rel.local, 314 ; X64 .section .data.rel.local, 329 ; X64 .section .data.rel.local, 340 ; X64 .section .data.rel.local,
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_x86-64_PIC_relocations.s | 13 # Test PC-rel branch. 18 # Test PC-rel signed. 23 # Test PC-rel GOT relocation.
|
/external/chromium-trace/catapult/catapult_build/ |
D | dev_server.py | 120 rel = os.path.relpath(path, '/') 121 candidate = os.path.join(mapped_path, rel) 136 rel = os.path.relpath(filename, mapped_path) 137 unix_rel = _RelPathToUnixPath(rel) 247 rel = os.path.relpath(filename, source_path) 248 unix_rel = _RelPathToUnixPath(rel)
|