| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-i386.c | 4306 bfd_byte *plt_contents; 4365 plt_contents = (bfd_byte *) bfd_malloc (plt->size); 4366 if (plt_contents == NULL) 4369 plt_contents, 0, plt->size)) 4371 free (plt_contents); 4382 if (memcmp (plt_contents, lazy_plt->plt0_entry, 4388 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4395 else if (memcmp (plt_contents, lazy_plt->pic_plt0_entry, 4401 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4415 if (memcmp (plt_contents, non_lazy_plt->plt_entry 4303 bfd_byte *plt_contents; local [all...] |
| elfxx-x86.c | 3781 bfd_byte *plt_contents; local 3861 if ((plt_contents = plts[j].contents) != NULL) 3894 off = H_GET_32 (abfd, (plt_contents + offset
|
| elf64-x86-64.c | 5804 bfd_byte *plt_contents; 5866 if (!_bfd_elf_mmap_section_contents (abfd, plt, &plt_contents)) 5877 if ((memcmp (plt_contents, lazy_plt->plt0_entry, 5879 && (memcmp (plt_contents + 6, lazy_plt->plt0_entry + 6, 5882 if (memcmp (plt_contents + lazy_ibt_plt->plt_entry_size, 5895 && (memcmp (plt_contents, lazy_bnd_plt->plt0_entry, 5897 && (memcmp (plt_contents + 6, 5903 if (memcmp (plt_contents 5918 if (memcmp (plt_contents, non_lazy_plt->plt_entry, 5926 && (memcmp (plt_contents, 5802 bfd_byte *plt_contents; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-i386.c | 4292 bfd_byte *plt_contents; 4351 plt_contents = (bfd_byte *) bfd_malloc (plt->size); 4352 if (plt_contents == NULL) 4355 plt_contents, 0, plt->size)) 4357 free (plt_contents); 4368 if (memcmp (plt_contents, lazy_plt->plt0_entry, 4374 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4381 else if (memcmp (plt_contents, lazy_plt->pic_plt0_entry, 4387 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4401 if (memcmp (plt_contents, non_lazy_plt->plt_entry 4289 bfd_byte *plt_contents; local [all...] |
| elfxx-x86.c | 3740 bfd_byte *plt_contents; local 3820 if ((plt_contents = plts[j].contents) != NULL) 3853 off = H_GET_32 (abfd, (plt_contents + offset
|
| elf64-x86-64.c | 5781 bfd_byte *plt_contents; 5843 if (!_bfd_elf_mmap_section_contents (abfd, plt, &plt_contents)) 5854 if ((memcmp (plt_contents, lazy_plt->plt0_entry, 5856 && (memcmp (plt_contents + 6, lazy_plt->plt0_entry + 6, 5859 if (memcmp (plt_contents + lazy_ibt_plt->plt_entry_size, 5872 && (memcmp (plt_contents, lazy_bnd_plt->plt0_entry, 5874 && (memcmp (plt_contents + 6, 5880 if (memcmp (plt_contents 5895 if (memcmp (plt_contents, non_lazy_plt->plt_entry, 5903 && (memcmp (plt_contents, 5779 bfd_byte *plt_contents; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-i386.c | 4244 bfd_byte *plt_contents; 4303 plt_contents = (bfd_byte *) bfd_malloc (plt->size); 4304 if (plt_contents == NULL) 4307 plt_contents, 0, plt->size)) 4309 free (plt_contents); 4320 if (memcmp (plt_contents, lazy_plt->plt0_entry, 4326 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4333 else if (memcmp (plt_contents, lazy_plt->pic_plt0_entry, 4339 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4353 if (memcmp (plt_contents, non_lazy_plt->plt_entry 4241 bfd_byte *plt_contents; local [all...] |
| elfxx-x86.c | 3745 bfd_byte *plt_contents; local 3825 if ((plt_contents = plts[j].contents) != NULL) 3858 off = H_GET_32 (abfd, (plt_contents + offset
|
| elf64-x86-64.c | 5295 bfd_byte *plt_contents; 5357 if (!_bfd_elf_mmap_section_contents (abfd, plt, &plt_contents)) 5368 if ((memcmp (plt_contents, lazy_plt->plt0_entry, 5370 && (memcmp (plt_contents + 6, lazy_plt->plt0_entry + 6, 5373 if (memcmp (plt_contents + lazy_ibt_plt->plt_entry_size, 5386 && (memcmp (plt_contents, lazy_bnd_plt->plt0_entry, 5388 && (memcmp (plt_contents + 6, 5394 if (memcmp (plt_contents 5409 if (memcmp (plt_contents, non_lazy_plt->plt_entry, 5417 && (memcmp (plt_contents, 5293 bfd_byte *plt_contents; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-i386.c | 4234 bfd_byte *plt_contents; 4293 plt_contents = (bfd_byte *) bfd_malloc (plt->size); 4294 if (plt_contents == NULL) 4297 plt_contents, 0, plt->size)) 4299 free (plt_contents); 4310 if (memcmp (plt_contents, lazy_plt->plt0_entry, 4316 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4323 else if (memcmp (plt_contents, lazy_plt->pic_plt0_entry, 4329 && (memcmp (plt_contents + lazy_ibt_plt->plt0_entry_size, 4343 if (memcmp (plt_contents, non_lazy_plt->plt_entry 4231 bfd_byte *plt_contents; local [all...] |
| elfxx-x86.c | 3592 bfd_byte *plt_contents; local 3672 if ((plt_contents = plts[j].contents) != NULL) 3705 off = H_GET_32 (abfd, (plt_contents + offset
|
| elf64-x86-64.c | 5216 bfd_byte *plt_contents; 5278 if (!_bfd_elf_mmap_section_contents (abfd, plt, &plt_contents)) 5289 if ((memcmp (plt_contents, lazy_plt->plt0_entry, 5291 && (memcmp (plt_contents + 6, lazy_plt->plt0_entry + 6, 5295 && (memcmp (plt_contents 5309 && (memcmp (plt_contents, lazy_bnd_plt->plt0_entry, 5311 && (memcmp (plt_contents + 6, 5317 if ((memcmp (plt_contents + lazy_ibt_plt->plt_entry_size, 5331 if (memcmp (plt_contents, non_lazy_plt->plt_entry, 5340 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry 5214 bfd_byte *plt_contents; local [all...] |