| /src/external/bsd/elftoolchain/dist/libelf/ |
| gelf_symshndx.c | 46 Elf32_Word *shindex) 61 if (shindex == NULL) 65 *shindex = 0; 99 *shindex = ((Elf32_Word *) id->d_buf)[ndx];
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elfcode.h | 528 unsigned int shindex; 727 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) 728 elf_elfsections (abfd)[shindex] = shdrp++; 732 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) 735 || !elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex)) 739 if (i_shdrp[shindex].sh_link >= num_sec 526 unsigned int shindex; local [all...] |
| elf64-nfp.c | 116 const char *name, int shindex) 123 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf.c | 333 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex) 342 || shindex >= elf_numsections (abfd) 343 || i_shdrp[shindex] == 0) 346 shstrtab = i_shdrp[shindex]->contents; 350 offset = i_shdrp[shindex]->sh_offset; 351 shstrtabsize = i_shdrp[shindex]->sh_size; 360 i_shdrp[shindex]->sh_size = 0; 367 (_("%pB: string table [%u] is corrupt"), abfd, shindex); 370 i_shdrp[shindex]->contents = shstrtab; 377 unsigned int shindex, 629 unsigned int shindex = symtab_hdr->sh_link; local 2828 abfd, hdr->sh_link, name, shindex); local [all...] |
| elf32-arc.c | 2962 int shindex) 2974 if (!_bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| elf32-msp430.c | 2656 int shindex) 2663 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfcode.h | 527 unsigned int shindex; 728 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) 729 elf_elfsections (abfd)[shindex] = shdrp++; 733 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) 737 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex); 740 if (i_shdrp[shindex].sh_link >= num_sec 525 unsigned int shindex; local [all...] |
| elf64-nfp.c | 116 const char *name, int shindex) 123 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf.c | 265 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex) 274 || shindex >= elf_numsections (abfd) 275 || i_shdrp[shindex] == 0) 278 shstrtab = i_shdrp[shindex]->contents; 282 offset = i_shdrp[shindex]->sh_offset; 283 shstrtabsize = i_shdrp[shindex]->sh_size; 292 i_shdrp[shindex]->sh_size = 0; 299 (_("%pB: string table [%u] is corrupt"), abfd, shindex); 302 i_shdrp[shindex]->contents = shstrtab; 309 unsigned int shindex, 561 unsigned int shindex = symtab_hdr->sh_link; local 2764 abfd, hdr->sh_link, name, shindex); local [all...] |
| elf32-arc.c | 2944 int shindex) 2956 if (!_bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| elf32-msp430.c | 2655 int shindex) 2662 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf64-hppa.c | 365 int shindex) 383 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| elf-bfd.h | 2470 (bfd *, unsigned int shindex);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfcode.h | 527 unsigned int shindex; 728 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) 729 elf_elfsections (abfd)[shindex] = shdrp++; 733 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) 737 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex); 740 if (i_shdrp[shindex].sh_link >= num_sec 525 unsigned int shindex; local [all...] |
| elf64-nfp.c | 116 const char *name, int shindex) 123 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf.c | 265 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex) 274 || shindex >= elf_numsections (abfd) 275 || i_shdrp[shindex] == 0) 278 shstrtab = i_shdrp[shindex]->contents; 282 offset = i_shdrp[shindex]->sh_offset; 283 shstrtabsize = i_shdrp[shindex]->sh_size; 292 i_shdrp[shindex]->sh_size = 0; 299 (_("%pB: string table [%u] is corrupt"), abfd, shindex); 302 i_shdrp[shindex]->contents = shstrtab; 309 unsigned int shindex, 534 unsigned int shindex = symtab_hdr->sh_link; local 2738 abfd, hdr->sh_link, name, shindex); local [all...] |
| elf32-msp430.c | 2655 int shindex) 2662 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf32-arc.c | 2942 int shindex) 2954 if (!_bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| elf64-hppa.c | 365 int shindex) 383 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfcode.h | 527 unsigned int shindex; 728 for (shdrp = i_shdrp, shindex = 0; shindex < num_sec; shindex++) 729 elf_elfsections (abfd)[shindex] = shdrp++; 733 for (shindex = 1; shindex < i_ehdrp->e_shnum; shindex++) 737 elf_swap_shdr_in (abfd, &x_shdr, i_shdrp + shindex); 740 if (i_shdrp[shindex].sh_link >= num_sec 525 unsigned int shindex; local [all...] |
| elf64-nfp.c | 116 const char *name, int shindex) 123 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf.c | 331 bfd_elf_get_str_section (bfd *abfd, unsigned int shindex) 340 || shindex >= elf_numsections (abfd) 341 || i_shdrp[shindex] == 0) 344 shstrtab = i_shdrp[shindex]->contents; 348 offset = i_shdrp[shindex]->sh_offset; 349 shstrtabsize = i_shdrp[shindex]->sh_size; 358 i_shdrp[shindex]->sh_size = 0; 365 (_("%pB: string table [%u] is corrupt"), abfd, shindex); 368 i_shdrp[shindex]->contents = shstrtab; 375 unsigned int shindex, 627 unsigned int shindex = symtab_hdr->sh_link; local 2826 abfd, hdr->sh_link, name, shindex); local [all...] |
| elf32-arc.c | 2956 int shindex) 2968 if (!_bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|
| elf32-msp430.c | 2656 int shindex) 2663 return _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex);
|
| elf64-hppa.c | 365 int shindex) 383 if (! _bfd_elf_make_section_from_shdr (abfd, hdr, name, shindex))
|