Home
last modified time | relevance | path

Searched refs:refsym (Results 1 – 24 of 24) sorted by relevance

/sysdeps/powerpc/powerpc64/
A Ddl-machine.c29 const Elf64_Sym *refsym) in _dl_reloc_overflow() argument
39 if (refsym) in _dl_reloc_overflow()
45 t = stpcpy (t, strtab + refsym->st_name); in _dl_reloc_overflow()
54 _dl_error_localentry (struct link_map *map, const Elf64_Sym *refsym) in _dl_error_localentry() argument
62 t = stpcpy (t, strtab + refsym->st_name); in _dl_error_localentry()
A Ddl-machine.h432 const Elf64_Sym *refsym);
438 const ElfW(Sym) *refsym, const ElfW(Sym) *sym) in ppc64_local_entry_offset()
449 && (STO_PPC64_LOCAL_MASK & refsym->st_other) == 0 in ppc64_local_entry_offset()
451 _dl_error_localentry (map, refsym); in ppc64_local_entry_offset()
542 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_plt_conflict()
607 const Elf64_Sym *refsym);
677 const Elf64_Sym *const refsym = sym; in elf_machine_rela() local
918 if (dont_expect (sym->st_size > refsym->st_size in elf_machine_rela()
920 && sym->st_size < refsym->st_size))) in elf_machine_rela()
928 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
[all …]
/sysdeps/arc/
A Ddl-machine.h212 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
247 const ElfW(Sym) *const refsym = sym; in elf_machine_rela()
261 if (__glibc_unlikely (size != refsym->st_size)) in elf_machine_rela()
264 if (sym->st_size > refsym->st_size) in elf_machine_rela()
265 size = refsym->st_size; in elf_machine_rela()
266 if (sym->st_size > refsym->st_size || GLRO(dl_verbose)) in elf_machine_rela()
270 strtab + refsym->st_name); in elf_machine_rela()
/sysdeps/microblaze/
A Ddl-machine.h176 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
224 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
238 if (sym != NULL && (sym->st_size > refsym->st_size in elf_machine_rela()
239 || (sym->st_size < refsym->st_size && GLRO (dl_verbose))) ) in elf_machine_rela()
246 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
249 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/nios2/
A Ddl-machine.h209 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
251 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
263 if (sym->st_size > refsym->st_size in elf_machine_rela()
264 || (sym->st_size < refsym->st_size && GLRO(dl_verbose))) in elf_machine_rela()
272 strtab + refsym->st_name); in elf_machine_rela()
275 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c384 const Elf32_Sym *refsym) in _dl_reloc_overflow() argument
391 if (refsym) in _dl_reloc_overflow()
397 t = stpcpy (t, strtab + refsym->st_name); in _dl_reloc_overflow()
409 const Elf32_Sym *refsym, in __process_machine_rela() argument
442 _dl_reloc_overflow (map, "R_PPC_ADDR24", reloc_addr, refsym); in __process_machine_rela()
448 _dl_reloc_overflow (map, "R_PPC_ADDR16", reloc_addr, refsym); in __process_machine_rela()
496 if (sym->st_size > refsym->st_size in __process_machine_rela()
497 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in __process_machine_rela()
504 RTLD_PROGNAME, strtab + refsym->st_name); in __process_machine_rela()
507 refsym->st_size)); in __process_machine_rela()
[all …]
A Ddl-machine.h234 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
269 const Elf32_Sym *refsym,
279 const Elf32_Sym *refsym) attribute_hidden;
292 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
436 __process_machine_rela (map, reloc, sym_map, sym, refsym, in elf_machine_rela()
/sysdeps/m68k/
A Ddl-machine.h190 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
230 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
242 if (sym->st_size > refsym->st_size in elf_machine_rela()
243 || (sym->st_size < refsym->st_size && GLRO(dl_verbose))) in elf_machine_rela()
250 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
253 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/csky/
A Ddl-machine.h191 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
232 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
245 if (sym->st_size > refsym->st_size in elf_machine_rela()
246 || (sym->st_size < refsym->st_size && GLRO(dl_verbose))) in elf_machine_rela()
254 strtab + refsym->st_name); in elf_machine_rela()
257 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
296 strtab + refsym->st_name); in elf_machine_rela()
/sysdeps/arm/
A Ddl-machine.h250 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
362 const Elf32_Sym *const refsym = sym; in elf_machine_rel() local
380 if (sym->st_size > refsym->st_size in elf_machine_rel()
381 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rel()
388 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rel()
391 MIN (sym->st_size, refsym->st_size)); in elf_machine_rel()
425 value -= SYMBOL_ADDRESS (map, refsym, true); in elf_machine_rel()
525 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
545 if (sym->st_size > refsym->st_size in elf_machine_rela()
553 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
[all …]
/sysdeps/sh/
A Ddl-machine.h236 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
320 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
334 if (sym->st_size > refsym->st_size in elf_machine_rela()
335 || (sym->st_size < refsym->st_size && GLRO(dl_verbose))) in elf_machine_rela()
342 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
345 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
410 value -= SYMBOL_ADDRESS (map, refsym, true) + reloc->r_addend; in elf_machine_rela()
/sysdeps/i386/
A Ddl-machine.h232 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
294 const Elf32_Sym *const refsym = sym; in elf_machine_rel() local
315 RTLD_PROGNAME, strtab + refsym->st_name, in elf_machine_rel()
322 strtab + refsym->st_name); in elf_machine_rel()
439 if (__glibc_unlikely (sym->st_size > refsym->st_size) in elf_machine_rel()
448 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rel()
451 MIN (sym->st_size, refsym->st_size)); in elf_machine_rel()
483 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
588 if (__glibc_unlikely (sym->st_size > refsym->st_size) in elf_machine_rela()
597 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
[all …]
/sysdeps/riscv/
A Ddl-machine.h154 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
179 const ElfW(Sym) *const __attribute__ ((unused)) refsym = sym; in elf_machine_rela()
230 if (__glibc_unlikely (sym->st_size != refsym->st_size)) in elf_machine_rela()
233 if (sym->st_size > refsym->st_size) in elf_machine_rela()
234 size = refsym->st_size; in elf_machine_rela()
235 if (sym->st_size > refsym->st_size || GLRO(dl_verbose)) in elf_machine_rela()
239 strtab + refsym->st_name); in elf_machine_rela()
/sysdeps/s390/s390-64/
A Ddl-machine.h243 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
304 const Elf64_Sym *const refsym = sym; in elf_machine_rela() local
379 if (__builtin_expect (sym->st_size > refsym->st_size, 0) in elf_machine_rela()
380 || (__builtin_expect (sym->st_size < refsym->st_size, 0) in elf_machine_rela()
388 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
391 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/s390/s390-32/
A Ddl-machine.h295 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
357 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
432 if (__builtin_expect (sym->st_size > refsym->st_size, 0) in elf_machine_rela()
433 || (__builtin_expect (sym->st_size < refsym->st_size, 0) in elf_machine_rela()
441 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
444 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/x86_64/
A Ddl-machine.h225 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
292 const ElfW(Sym) *const refsym = sym; in elf_machine_rela()
313 RTLD_PROGNAME, strtab + refsym->st_name, in elf_machine_rela()
320 strtab + refsym->st_name); in elf_machine_rela()
474 _dl_error_printf (fmt, RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
495 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
496 if (__glibc_unlikely (sym->st_size > refsym->st_size) in elf_machine_rela()
497 || (__glibc_unlikely (sym->st_size < refsym->st_size) in elf_machine_rela()
/sysdeps/aarch64/
A Ddl-machine.h214 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
255 const ElfW(Sym) *const refsym = sym; in elf_machine_rela()
272 if (sym->st_size > refsym->st_size in elf_machine_rela()
273 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rela()
280 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
283 sym->st_size < refsym->st_size in elf_machine_rela()
284 ? sym->st_size : refsym->st_size); in elf_machine_rela()
/sysdeps/sparc/sparc32/
A Ddl-machine.h296 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
338 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
409 if (sym->st_size > refsym->st_size in elf_machine_rela()
410 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rela()
417 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
420 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/hppa/
A Ddl-machine.h122 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
559 const Elf32_Sym *const refsym = sym; in elf_machine_rela() local
691 if (__builtin_expect (sym->st_size > refsym->st_size, 0) in elf_machine_rela()
692 || (__builtin_expect (sym->st_size < refsym->st_size, 0) in elf_machine_rela()
700 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
703 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/sparc/sparc64/
A Ddl-machine.h90 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
365 const Elf64_Sym *const refsym = sym; in elf_machine_rela() local
434 if (sym->st_size > refsym->st_size in elf_machine_rela()
435 || (GLRO(dl_verbose) && sym->st_size < refsym->st_size)) in elf_machine_rela()
442 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_rela()
445 MIN (sym->st_size, refsym->st_size)); in elf_machine_rela()
/sysdeps/mips/
A Ddl-machine.h453 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
658 const ElfW(Sym) *const refsym = sym; in elf_machine_reloc()
670 if (__builtin_expect (sym->st_size > refsym->st_size, 0) in elf_machine_reloc()
671 || (__builtin_expect (sym->st_size < refsym->st_size, 0) in elf_machine_reloc()
679 RTLD_PROGNAME, strtab + refsym->st_name); in elf_machine_reloc()
682 sym->st_size < refsym->st_size in elf_machine_reloc()
683 ? sym->st_size : refsym->st_size); in elf_machine_reloc()
/sysdeps/generic/
A Ddl-machine.h58 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
/sysdeps/ia64/
A Ddl-machine.h335 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()
/sysdeps/alpha/
A Ddl-machine.h261 const ElfW(Sym) *refsym, const ElfW(Sym) *sym, in elf_machine_fixup_plt()

Completed in 32 milliseconds