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

/freebsd-10.0-release/sys/contrib/ia64/libuwx/src/
H A Duwx_symbols.c220 int shndx; member in struct:elf_symbol
242 static int elf_read_section(struct elf_file *ef, int shndx) argument
246 if (shndx < 0 || shndx > ef->shnum)
249 sect = &ef->sections[shndx];
270 static int elf_read_symtab_section(struct elf_file *ef, int shndx) argument
284 sect = &ef->sections[shndx];
324 symp->shndx = sym.sym32.st_shndx;
333 symp->shndx = sym.sym64.st_shndx;
754 ((sym)->shndx !
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp276 ELFSymbol::sectionIndexToCString (elf_half shndx, argument
279 switch (shndx)
291 const lldb_private::Section *section = section_list->GetSectionAtIndex(shndx).get();
H A DELFHeader.h254 sectionIndexToCString(elf_half shndx,
/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-sparc.h37 unsigned short shndx; member in struct:_bfd_sparc_elf_app_reg
H A Delf.c343 Elf_External_Sym_Shndx *shndx; local
409 for (esym = extsym_buf, isym = intsym_buf, shndx = extshndx_buf;
411 esym += extsym_size, isym++, shndx = shndx != NULL ? shndx + 1 : NULL)
412 if (!(*bed->s->swap_symbol_in) (ibfd, esym, shndx, isym))
6226 unsigned int shndx;
6228 shndx = isym->internal_elf_sym.st_shndx;
6229 if (shndx == elf_onesymtab (ibfd))
6230 shndx
6221 unsigned int shndx; local
6375 int shndx; local
[all...]
H A Delfcode.h178 const Elf_External_Sym_Shndx *shndx = pshn;
192 if (shndx == NULL)
194 dst->st_shndx = H_GET_32 (abfd, shndx->est_shndx);
206 void *shndx)
218 if (shndx == NULL)
220 H_PUT_32 (abfd, tmp, shndx);
177 const Elf_External_Sym_Shndx *shndx = pshn; local
202 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.c10035 void *shndx)
10062 bfd_elf32_swap_symbol_out (abfd, src, cdst, shndx);
10032 elf32_arm_swap_symbol_out(bfd *abfd, const Elf_Internal_Sym *src, void *cdst, void *shndx) argument
H A Delfxx-sparc.c2382 entry->isym.st_shndx = app_regs [reg].shndx;
/freebsd-10.0-release/contrib/gdb/gdb/
H A Delfread.c252 unsigned short shndx = local
255 switch (shndx)
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DELFObjectWriter.cpp241 uint8_t other, uint32_t shndx,
442 uint32_t shndx,
445 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
446 String32(*ShndxF, shndx);
451 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
452 uint16_t(ELF::SHN_XINDEX) : shndx;
437 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
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dreadelf.c3717 Elf_External_Sym_Shndx *shndx;
3727 shndx = NULL;
3732 shndx = get_data (NULL, file, symtab_shndx_hdr->sh_offset,
3733 1, symtab_shndx_hdr->sh_size, _("symtab shndx"));
3734 if (!shndx)
3747 if (shndx)
3748 free (shndx);
3761 if (psym->st_shndx == SHN_XINDEX && shndx != NULL)
3763 = byte_get ((unsigned char *) &shndx[j], sizeof (shndx[
3714 Elf_External_Sym_Shndx *shndx; local
3777 Elf_External_Sym_Shndx *shndx; local
[all...]
/freebsd-10.0-release/usr.bin/elfdump/
H A Delfdump.c711 u_int64_t shndx; local
728 shndx = elf_get_quarter(e, st, ST_SHNDX);
737 fprintf(out, "\tst_shndx: %jd\n", (intmax_t)shndx);
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DELF.h1444 unsigned shndx = symb->st_shndx; local
1445 bool Reserved = shndx >= ELF::SHN_LORESERVE
1446 && shndx <= ELF::SHN_HIRESERVE;

Completed in 338 milliseconds