Searched refs:d_val (Results 1 – 13 of 13) sorted by relevance
/sysdeps/x86_64/fpu/scripts/ |
A D | bench_libmvec.py | 344 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 D | dl-machine.h | 75 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 D | dl-trampoline.c | 131 = (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 D | ldsodefs.h | 39 (hash32) += (map)->l_info[DT_MIPS (SYMTABNO)]->d_un.d_val - (symbias); \
|
/sysdeps/unix/sysv/linux/i386/ |
A D | dl-librecon.h | 39 && strcmp (strtab + d->d_un.d_val, "libc.so.5") == 0) \
|
/sysdeps/hppa/ |
A D | dl-runtime.c | 37 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in ElfW()
|
A D | dl-fptr.c | 203 / map->l_info[DT_SYMENT]->d_un.d_val); in ElfW()
|
A D | dl-machine.h | 186 end_jmprel = jmprel + l->l_info[DT_PLTRELSZ]->d_un.d_val; in elf_machine_runtime_setup()
|
/sysdeps/powerpc/powerpc32/ |
A D | dl-machine.h | 207 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 D | dl-machine.c | 205 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 D | dl-machine.h | 341 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 D | dl-machine.h | 152 + l->l_info[DT_PLTRELSZ]->d_un.d_val); in elf_machine_runtime_setup()
|
/sysdeps/sparc/sparc64/ |
A D | dl-machine.h | 207 + l->l_info[DT_PLTRELSZ]->d_un.d_val); in elf_machine_runtime_setup()
|
Completed in 18 milliseconds