Searched refs:shndx (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delfxx-sparc.h37 unsigned short shndx; member in struct:_bfd_sparc_elf_app_reg
H A Delf32-v850.c2171 Elf_External_Sym_Shndx *shndx;
2196 shndx = (Elf_External_Sym_Shndx *) shndx_hdr->contents;
2220 shndx ? shndx + ELF32_R_SYM (irel->r_info) : NULL,
2276 for (; esym < esymend; esym++, shndx = (shndx ? shndx + 1 : NULL))
2280 bfd_elf32_swap_symbol_in (abfd, esym, shndx, & isym);
2291 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx);
2304 bfd_elf32_swap_symbol_out (abfd, & isym, esym, shndx);
2165 Elf_External_Sym_Shndx *shndx; local
[all...]
H A Delf32-m32c.c1198 Elf_External_Sym_Shndx *shndx;
1204 shndx = shndx_buf + (shndx_buf ? ELF32_R_SYM (rel->r_info) : 0);
1876 Elf_External_Sym_Shndx *shndx;
1947 shndx = shndx_buf;
1949 for (; isym < isymend; isym++, shndx = (shndx ? shndx + 1 : NULL))
1192 Elf_External_Sym_Shndx *shndx; local
1870 Elf_External_Sym_Shndx *shndx; local
H A Delf.c334 Elf_External_Sym_Shndx *shndx; local
400 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
402 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
403 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
6148 unsigned int shndx;
6150 shndx = isym->internal_elf_sym.st_shndx;
6151 if (shndx == elf_onesymtab (ibfd))
6152 shndx
6143 unsigned int shndx; local
6297 int shndx; local
[all...]
H A Delf32-ip2k.c564 unsigned int shndx; local
575 shndx = _bfd_elf_section_from_bfd_section (abfd, sec);
595 if (isym->st_shndx == shndx)
751 if (isym->st_shndx == shndx
H A Delfcode.h177 const Elf_External_Sym_Shndx *shndx = pshn;
191 if (shndx == NULL)
193 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
205 void *shndx)
217 if (shndx == NULL)
219 H_PUT_32 (abfd, tmp, shndx);
176 const Elf_External_Sym_Shndx *shndx = pshn; local
201 elf_swap_symbol_out(bfd *abfd, const Elf_Internal_Sym *src, void *cdst, void *shndx) argument
H A Delf64-sparc.c498 p->shndx = sym->st_shndx;
587 sym.st_shndx = app_regs [reg].shndx;
H A Delf32-arm.c10398 void *shndx)
10425 bfd_elf32_swap_symbol_out (abfd, src, cdst, shndx);
10395 elf32_arm_swap_symbol_out(bfd *abfd, const Elf_Internal_Sym *src, void *cdst, void *shndx) argument
H A Delfxx-sparc.c2397 entry->isym.st_shndx = app_regs [reg].shndx;
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DELFObjectWriter.cpp239 uint8_t other, uint32_t shndx,
439 uint32_t shndx,
442 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
443 String32(*ShndxF, shndx);
448 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
449 uint16_t(ELF::SHN_XINDEX) : shndx;
434 WriteSymbolEntry(MCDataFragment *SymtabF, MCDataFragment *ShndxF, uint64_t name, uint8_t info, uint64_t value, uint64_t size, uint8_t other, uint32_t shndx, bool Reserved) argument
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c3712 Elf_External_Sym_Shndx *shndx;
3722 shndx = NULL;
3727 shndx = get_data (NULL, file, symtab_shndx_hdr->sh_offset,
3728 1, symtab_shndx_hdr->sh_size, _("symtab shndx"));
3729 if (!shndx)
3742 if (shndx)
3743 free (shndx);
3756 if (psym->st_shndx == SHN_XINDEX && shndx != NULL)
3758 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[
3709 Elf_External_Sym_Shndx *shndx; local
3772 Elf_External_Sym_Shndx *shndx; local
[all...]

Completed in 365 milliseconds