Home
last modified time | relevance | path

Searched refs:d_val (Results 1 – 13 of 13) sorted by relevance

/sysdeps/x86_64/fpu/scripts/
A Dbench_libmvec.py344 def _process_directive(d_name, d_val, func_args): argument
361 d_val = d_val.split(',')
363 d_val = d_val.split(':')
365 if not d_val[0] == func_args:
366 die("Args mismatch, should be %s, but get %s" % (d_val[0], func_args))
369 return d_val
404 d_name, d_val = line[2:].split(':', 1)
406 d_val = d_val.strip()
407 directives[d_name] = _process_directive(d_name, d_val, func_types[1])
/sysdeps/mips/
A Ddl-machine.h75 ptr += (l)->l_info[DT_MIPS (RLD_MAP_REL)]->d_un.d_val; \
204 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; \
213 + map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; \
214 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val \
215 - map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val); \
594 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_reloc()
626 map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val); in elf_machine_reloc()
796 n = map->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in elf_machine_got_rel()
816 symidx = map->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in elf_machine_got_rel()
818 i = (map->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val in elf_machine_got_rel()
[all …]
A Ddl-trampoline.c131 = (const ElfW(Word)) l->l_info[DT_MIPS (LOCAL_GOTNO)]->d_un.d_val; in __dl_runtime_resolve()
133 = (const ElfW(Word)) l->l_info[DT_MIPS (GOTSYM)]->d_un.d_val; in __dl_runtime_resolve()
A Dldsodefs.h39 (hash32) += (map)->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val - (symbias); \
/sysdeps/unix/sysv/linux/i386/
A Ddl-librecon.h39 && strcmp (strtab + d->d_un.d_val, "libc.so.5") == 0) \
/sysdeps/hppa/
A Ddl-runtime.c37 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in ElfW()
A Ddl-fptr.c203 / map->l_info[DT_SYMENT]->d_un.d_val); in ElfW()
A Ddl-machine.h186 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in elf_machine_runtime_setup()
/sysdeps/powerpc/powerpc32/
A Ddl-machine.h207 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in elf_machine_runtime_setup()
353 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
388 && (map->l_info[DT_PPC(OPT)]->d_un.d_val & PPC_OPT_TLS)) in elf_machine_rela()
A Ddl-machine.c205 Elf32_Word num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __elf_machine_runtime_setup()
345 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __elf_machine_fixup_plt()
536 num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in __process_machine_rela()
/sysdeps/powerpc/powerpc64/
A Ddl-machine.h341 Elf64_Word num_plt_entries = (map->l_info[DT_PLTRELSZ]->d_un.d_val in elf_machine_runtime_setup()
447 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_LOCALENTRY) != 0 in ppc64_local_entry_offset()
459 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_MULTI_TOC)) in ppc64_local_entry_offset()
736 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_TLS)) in elf_machine_rela()
774 && (map->l_info[DT_PPC64(OPT)]->d_un.d_val & PPC64_OPT_TLS)) in elf_machine_rela()
/sysdeps/sparc/sparc32/
A Ddl-machine.h152 + l->l_info[DT_PLTRELSZ]->d_un.d_val); in elf_machine_runtime_setup()
/sysdeps/sparc/sparc64/
A Ddl-machine.h207 + l->l_info[DT_PLTRELSZ]->d_un.d_val); in elf_machine_runtime_setup()

Completed in 18 milliseconds