HomeSort by relevance Sort by last modified time
    Searched refs:splt (Results 1 - 25 of 44) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/bfd/
elf32-xstormy16.c 413 asection *splt;
422 splt = NULL;
462 if (splt == NULL)
464 splt = bfd_get_linker_section (dynobj, ".plt");
465 if (splt == NULL)
471 splt = bfd_make_section_anyway_with_flags (dynobj, ".plt",
473 if (splt == NULL
474 || ! bfd_set_section_alignment (dynobj, splt, 1))
502 *offset = splt->size;
503 splt->size += 4
411 asection *splt; local
531 asection *splt; member in struct:relax_plt_data
713 asection *splt; local
777 asection *splt; local
970 asection *splt; local
    [all...]
elf32-m32c.c 357 asection *splt;
364 splt = NULL;
366 splt = bfd_get_linker_section (dynobj, ".plt");
491 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset);
495 relocation = (splt->output_section->vma
496 + splt->output_offset
507 splt,
603 asection *splt;
612 splt = NULL;
645 if (splt == NULL
355 asection *splt; local
600 asection *splt; local
698 asection *splt; local
723 asection *splt; local
1037 asection *splt; member in struct:relax_plt_data
    [all...]
elf32-rl78.c 420 asection *splt;
427 splt = NULL;
429 splt = bfd_get_linker_section (dynobj, ".plt");
512 bfd_put_32 (input_bfd, x, splt->contents + *plt_offset);
516 relocation = (splt->output_section->vma
517 + splt->output_offset
528 splt,
1135 asection *splt;
1144 splt = NULL;
1177 if (splt == NULL
418 asection *splt; local
1130 asection *splt; local
1228 asection *splt; local
1263 asection *splt; local
1291 asection *splt; member in struct:relax_plt_data
    [all...]
elf32-m32r.c 1524 asection *splt; member in struct:elf_m32r_link_hash_table
2404 asection *sgot, *splt, *sreloc; local
3122 asection *splt; local
3328 asection *splt; local
    [all...]
elf32-or1k.c 622 asection *splt; member in struct:elf_or1k_link_hash_table
1735 asection *splt; local
1879 asection *splt; local
    [all...]
elf32-nds32.h 132 asection *splt;
131 asection *splt; member in struct:elf_nds32_link_hash_table
elfxx-sparc.c 4321 asection *splt; local
4769 asection *splt; local
    [all...]
elf32-vax.c 1360 asection *splt; local
1761 asection *splt; local
1902 asection *splt; local
    [all...]
elf32-cris.c 984 asection *splt;
1001 splt = NULL;
1007 splt = bfd_get_linker_section (dynobj, ".plt")
978 asection *splt; local
2089 asection *splt; local
2314 asection *splt; local
    [all...]
elf32-nios2.c 2740 asection *splt; local
4147 asection *splt; local
4279 asection *splt = htab->root.splt; local
4335 asection *splt; local
    [all...]
sunos.c 1249 asection *splt = NULL; local
1405 asection *splt = NULL; local
2105 asection *splt; local
2349 asection *splt; local
    [all...]
elf32-i386.c 1015 && htab->elf.splt != NULL)
    [all...]
elf32-metag.c 849 asection *splt; member in struct:elf_metag_link_hash_table
3076 asection *splt; local
3303 asection *splt; local
    [all...]
elf64-alpha.c 2559 asection *splt = (asection *) data; local
2592 asection *splt, *spltrel, *sgotplt; local
4833 asection *splt, *sgot, *srel; local
4983 asection *splt, *sgotplt, *srelaplt; local
    [all...]
elf32-microblaze.c 729 asection *splt;
727 asection *splt; member in struct:elf32_mb_link_hash_table
3198 asection *splt; local
3364 asection *splt; local
    [all...]
elf32-lm32.c 94 asection *splt; member in struct:elf_lm32_link_hash_table
1432 asection *splt; local
1605 asection *splt; local
    [all...]
elf64-sh64.c 1439 asection *splt; local
3598 asection *splt; local
3800 asection *splt; local
    [all...]
elf-m10300.c 726 htab->splt = s;
1443 asection * splt; local
3484 asection * splt; local
5221 asection * splt; local
5430 asection * splt; local
    [all...]
elf64-x86-64.c 846 /* The offset into splt of the PLT entry for the TLS descriptor
    [all...]
elf32-s390.c     [all...]
elfxx-tilegx.c 4095 asection *splt; local
4287 asection *splt; local
    [all...]
elf-ifunc.c 187 if (htab->splt != NULL)
189 plt = htab->splt;
elf32-tilepro.c 3710 asection *splt; local
3894 asection *splt; local
    [all...]
elf32-hppa.c 280 asection *splt; member in struct:elf32_hppa_link_hash_table
771 + htab->splt->output_offset
772 + htab->splt->output_section->vma
773 - elf_gp (htab->splt->output_section->owner));
985 if (htab->splt != NULL)
992 htab->splt = bfd_get_linker_section (abfd, ".plt");
3117 asection *splt = bfd_get_section_by_name (abfd, ".plt"); local
    [all...]
  /external/libpng/contrib/tools/
chkfmt 104 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
107 if test -n "$splt"
116 echo "$splt"
131 echo "$splt"

Completed in 659 milliseconds

1 2