/external/elfutils/tests/ |
D | run-dwflsyms.sh | 428 13: FUNC GLOBAL _start (4) 0x103d0, rel: 0x103d0 (.opd) [0x2d8, rel: 0 (.text)] 462 13: FUNC GLOBAL _start (4) 0x461c03d0, rel: 0x103d0 (.opd) [0x461b02d8, rel: 0 (.text)] 503 32: FUNC GLOBAL cleanup_module (24) 0x160, rel: 0x10 (.opd) 505 34: FUNC GLOBAL init_module (24) 0x150, rel: 0 (.opd) 561 36: FUNC LOCAL deregister_tm_clones (0) 0x20040, rel: 0x20040 (.opd) [0x910, rel: 0x70 (.text)] 562 37: FUNC LOCAL register_tm_clones (0) 0x20050, rel: 0x20050 (.opd) [0x980, rel: 0xe0 (.text)] 563 38: FUNC LOCAL __do_global_dtors_aux (0) 0x20060, rel: 0x20060 (.opd) [0x9f0, rel: 0x150 (.text)] 566 41: FUNC LOCAL frame_dummy (0) 0x20070, rel: 0x20070 (.opd) [0xa50, rel: 0x1b0 (.text)] 571 46: FUNC LOCAL foo (76) 0x20090, rel: 0x20090 (.opd) [0xb34, rel: 0x294 (.text)] 582 57: FUNC GLOBAL __libc_csu_fini (16) 0x200c0, rel: 0x200c0 (.opd) [0xcd0, rel: 0x430 (.text)] [all …]
|
D | run-addrname-test.sh | 320 _start (.opd) 322 _start+0x3 (.opd) 332 _start (.opd)
|
D | run-elfputzdata.sh | 198 Cannot compress 21 .opd 237 Cannot compress 21 .opd
|
/external/ltp/testcases/kernel/syscalls/mprotect/ |
D | mprotect04.c | 191 func_descr_t *opd = (func_descr_t *)&exec_func; in get_func() local 192 *func_page_offset = (uintptr_t)opd->entry & (page_sz - 1); in get_func() 194 page_to_copy = (void *)((uintptr_t)opd->entry & page_mask); in get_func() 239 func_descr_t opd; in testfunc_protexec() local 240 opd.entry = (uintptr_t)get_func(p, &func_page_offset); in testfunc_protexec() 241 func = (func_ptr_t)&opd; in testfunc_protexec()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 138 struct opd in setup_ebb_handler() struct 142 } *opd; in setup_ebb_handler() local 144 opd = (struct opd *)ebb_handler; in setup_ebb_handler() 145 entry = opd->entry; in setup_ebb_handler()
|
/external/aac/libSACdec/src/ |
D | sac_calcM1andM2.cpp | 478 FIXP_DBL opd[MAX_PARAMETER_BANDS]) { in calculateOpd() 493 opd[2 * band] = FL2FXCONST_DBL(0.0f); in calculateOpd() 496 opd[2 * band] = in calculateOpd() 499 opd[2 * band + 1] = opd[2 * band] - ipd; in calculateOpd() 530 FIXP_DBL opd[2 * MAX_PARAMETER_BANDS]; in param2UMX_PS_IPD_OPD__FDK() local 549 calculateOpd(self, ottBoxIndx, parameterSetIndx, opd); in param2UMX_PS_IPD_OPD__FDK() 552 self->PhaseLeft__FDK[band] = wrapPhase(opd[2 * band]); in param2UMX_PS_IPD_OPD__FDK() 553 self->PhaseRight__FDK[band] = wrapPhase(opd[2 * band + 1]); in param2UMX_PS_IPD_OPD__FDK()
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-relocs-01.s | 4 .section .opd,"aw",@progbits 32 # The .opd entry for the 'access_int64' function creates 2 relocations:
|
D | tls-ie-obj.s | 12 .section .opd,"aw",@progbits
|
D | tls-gd-obj.s | 13 .section .opd,"aw",@progbits
|
D | tls-ld-obj.s | 12 .section .opd,"aw",@progbits
|
/external/linux-kselftest/tools/testing/selftests/powerpc/mm/ |
D | wild_bctr.c | 110 struct opd { struct 115 static struct opd bad_opd = { argument
|
/external/openscreen/third_party/abseil/src/absl/debugging/ |
D | symbolize_elf.inc | 120 // Some platforms use a special .opd section to store function pointers. 121 const char kOpdSectionName[] = ".opd"; 124 // Use opd section for function descriptors on these platforms, the function 661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) { 672 // On platforms using an .opd section (PowerPC & IA64), a function symbol 676 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 678 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 680 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 698 // We keep the original address for opd redirection below. 705 InSection(original_start_address, opd)) { [all …]
|
/external/libtextclassifier/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 120 // Some platforms use a special .opd section to store function pointers. 121 const char kOpdSectionName[] = ".opd"; 124 // Use opd section for function descriptors on these platforms, the function 661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) { 672 // On platforms using an .opd section (PowerPC & IA64), a function symbol 676 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 678 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 680 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 698 // We keep the original address for opd redirection below. 705 InSection(original_start_address, opd)) { [all …]
|
/external/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 124 // Some platforms use a special .opd section to store function pointers. 125 const char kOpdSectionName[] = ".opd"; 128 // Use opd section for function descriptors on these platforms, the function 666 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) { 677 // On platforms using an .opd section (PowerPC & IA64), a function symbol 681 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 683 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 685 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 703 // We keep the original address for opd redirection below. 720 InSection(original_start_address, opd)) { [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 120 // Some platforms use a special .opd section to store function pointers. 121 const char kOpdSectionName[] = ".opd"; 124 // Use opd section for function descriptors on these platforms, the function 661 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) { 672 // On platforms using an .opd section (PowerPC & IA64), a function symbol 676 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 678 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 680 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 698 // We keep the original address for opd redirection below. 705 InSection(original_start_address, opd)) { [all …]
|
/external/angle/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 124 // Some platforms use a special .opd section to store function pointers. 125 const char kOpdSectionName[] = ".opd"; 128 // Use opd section for function descriptors on these platforms, the function 688 const ElfW(Shdr) * opd, char *tmp_buf, size_t tmp_buf_size) { 699 // On platforms using an .opd section (PowerPC & IA64), a function symbol 703 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 704 const bool pc_in_opd = kPlatformUsesOPDSections && opd != nullptr && 705 InSection(pc, relocation, opd); 707 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 728 // We keep the original address for opd redirection below. [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 124 // Some platforms use a special .opd section to store function pointers. 125 const char kOpdSectionName[] = ".opd"; 128 // Use opd section for function descriptors on these platforms, the function 676 const ElfW(Shdr) * opd, char *tmp_buf, size_t tmp_buf_size) { 687 // On platforms using an .opd section (PowerPC & IA64), a function symbol 691 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 693 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 695 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 716 // We keep the original address for opd redirection below. 733 InSection(original_start_address, opd)) { [all …]
|
/external/cronet/third_party/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 124 // Some platforms use a special .opd section to store function pointers. 125 const char kOpdSectionName[] = ".opd"; 128 // Use opd section for function descriptors on these platforms, the function 686 const ElfW(Shdr) * opd, char *tmp_buf, size_t tmp_buf_size) { 697 // On platforms using an .opd section (PowerPC & IA64), a function symbol 701 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 703 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 705 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 726 // We keep the original address for opd redirection below. 743 InSection(original_start_address, opd)) { [all …]
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/debugging/ |
D | symbolize_elf.inc | 124 // Some platforms use a special .opd section to store function pointers. 125 const char kOpdSectionName[] = ".opd"; 128 // Use opd section for function descriptors on these platforms, the function 673 const ElfW(Shdr) * opd, char *tmp_buf, int tmp_buf_size) { 684 // On platforms using an .opd section (PowerPC & IA64), a function symbol 688 // pointer into the .opd section, e.g. FindSymbol(&foo,...). 690 kPlatformUsesOPDSections && opd != nullptr && InSection(pc, opd); 692 kPlatformUsesOPDSections && opd != nullptr && !pc_in_opd; 711 // We keep the original address for opd redirection below. 728 InSection(original_start_address, opd)) { [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_ps_dec_flt.c | 859 FLOAT32 ipd, opd; in ixheaacd_esbr_ps_apply_rotation() local 975 opd = (OPD_SCALE_FACTOR * 2.0f) * ptr_ps_dec->opd_idx_map[env][bin]; in ixheaacd_esbr_ps_apply_rotation() 983 l_right_re = (FLOAT32)cos(opd); in ixheaacd_esbr_ps_apply_rotation() 984 l_right_im = (FLOAT32)sin(opd); in ixheaacd_esbr_ps_apply_rotation() 997 opd = (FLOAT32)atan2(l_right_im, l_right_re); in ixheaacd_esbr_ps_apply_rotation() 999 l_left_re = (FLOAT32)cos(opd); in ixheaacd_esbr_ps_apply_rotation() 1000 l_left_im = (FLOAT32)sin(opd); in ixheaacd_esbr_ps_apply_rotation() 1001 opd -= ipd; in ixheaacd_esbr_ps_apply_rotation() 1002 l_right_re = (FLOAT32)cos(opd); in ixheaacd_esbr_ps_apply_rotation() 1003 l_right_im = (FLOAT32)sin(opd); in ixheaacd_esbr_ps_apply_rotation()
|
D | ixheaacd_mps_pre_mix.c | 214 WORD32 opd[MAX_PARAMETER_BANDS]) { in ixheaacd_mps_opd_calc() 223 opd[band] = 0; in ixheaacd_mps_opd_calc() 225 opd[band] = ixheaacd_atan_table_Q28[ipd_idx][icc_idx][cld_idx]; in ixheaacd_mps_opd_calc() 232 WORD32 opd[MAX_PARAMETER_BANDS]; in ixheaacd_mps_par2umx_ps_ipd_opd() local 242 ixheaacd_mps_opd_calc(self, curr_bit_stream, param_set_idx, opd); in ixheaacd_mps_par2umx_ps_ipd_opd() 249 ixheaacd_mps_phase_wraping(opd[band]) * ONE_BY_Q28_FLOAT_VAL; in ixheaacd_mps_par2umx_ps_ipd_opd() 251 ixheaacd_mps_phase_wraping(opd[band] - ipd) * ONE_BY_Q28_FLOAT_VAL; in ixheaacd_mps_par2umx_ps_ipd_opd()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc64-linux-func-size.ll | 3 ; CHECK: .section .opd,"aw",@progbits
|
/external/aac/libSBRenc/src/ |
D | ps_bitenc.h | 140 INT opd[PS_MAX_ENVELOPES][PS_MAX_BANDS]; member
|
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/ |
D | ColorMatrix_advsimd.S | 21 .macro vmxx_f32 i, mask, opd, opa, opb 24 fmla \opd, \opa, \opb 26 fmul \opd, \opa, \opb 31 .macro vadd_f32 i, mask, opd, opa, opb, querkysyntax1, querkysyntax2 34 fadd \opd, \opa, \opb 41 .macro vmxx_s16 i, mask, opd, opa, opb 44 smlal \opd, \opa, \opb 46 smull \opd, \opa, \opb 51 .macro vmxx2_s16 i, mask, opd, opa, opb 54 smlal2 \opd, \opa, \opb [all …]
|
/external/bc/src/ |
D | program.c | 1953 BcResult* opd; in bc_program_builtin() local 1977 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 1986 bc_program_type_num(opd, num); in bc_program_builtin() 2051 if (opd->t == BC_RESULT_ARRAY) in bc_program_builtin() 2075 if (!BC_PROG_NUM(opd, num)) in bc_program_builtin() 2092 else if (BC_IS_BC || BC_PROG_NUM(opd, num)) in bc_program_builtin()
|