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

/external/elfutils/libelf/
H A Dgelf_update_symshndx.c41 Elf32_Word *shndx = NULL; local
75 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
131 if (shndx != NULL)
132 *shndx = srcshndx;
H A Dgelf_getsymshndx.c41 Elf32_Word shndx = 0; local
66 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
120 *dstshndx = shndx;
/external/grub/docs/
H A Dmultiboot.h76 unsigned long shndx; member in struct:elf_section_header_table
H A Dmultiboot.h.texi76 unsigned long shndx;
H A Dkernel.c128 " addr = 0x%x, shndx = 0x%x\n",
130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
H A Dkernel.c.texi128 " addr = 0x%x, shndx = 0x%x\n",
130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
/external/grub/stage2/
H A Dmb_info.h143 unsigned long shndx; member in struct:multiboot_info::__anon4507::__anon4509
H A Dboot.c663 mbi.syms.e.shndx = pu.elf->e_shstrndx;
725 mbi.syms.e.shndx = 0;
/external/elfutils/src/
H A Dldgeneric.c77 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
587 size_t shndx; local
624 shndx = oldsym->st_shndx;
626 shndx = xndx;
629 if (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE)
632 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name);
634 scnname = ebl_section_name (ld_state.ebl, oldsym->st_shndx, shndx, buf,
743 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, argument
769 if (grpref[--cnt] == shndx)
791 mark_section_group(struct usedfiles *fileinfo, Elf32_Word shndx, struct scninfo **grpscnp) argument
852 mark_section_used(struct scninfo *scninfo, Elf32_Word shndx, struct scninfo **grpscnp) argument
1245 Elf32_Word shndx; local
1312 Elf32_Word shndx; local
5788 Elf32_Word shndx; local
[all...]
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp144 uint32_t shndx,
147 if (shndx >= ELF::SHN_LORESERVE && !Reserved)
148 String32(*ShndxF, shndx);
153 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ?
154 uint16_t(ELF::SHN_XINDEX) : shndx;
139 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
H A DELFObjectWriter.h251 uint8_t other, uint32_t shndx,
/external/valgrind/main/perf/
H A Dtinycc.c5474 int info, int other, int shndx, const char *name);
18203 int info, int other, int shndx, const char *name)
18221 sym->st_shndx = shndx;
18199 put_elf_sym(Section *s, unsigned long value, unsigned long size, int info, int other, int shndx, const char *name) argument

Completed in 634 milliseconds