Home
last modified time | relevance | path

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

/external/elfutils/libelf/
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;
Dgelf_getsymshndx.c41 Elf32_Word shndx = 0; local
66 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx];
120 *dstshndx = shndx;
/external/elfutils/src/
Dldgeneric.c77 static void mark_section_used (struct scninfo *scninfo, Elf32_Word shndx,
587 size_t shndx; in check_definition() local
624 shndx = oldsym->st_shndx; in check_definition()
626 shndx = xndx; in check_definition()
629 if (shndx < SHN_LORESERVE || shndx > SHN_HIRESERVE) in check_definition()
632 SCNINFO_SHDR (oldfile->scninfo[shndx].shdr).sh_name); in check_definition()
634 scnname = ebl_section_name (ld_state.ebl, oldsym->st_shndx, shndx, buf, in check_definition()
743 find_section_group (struct usedfiles *fileinfo, Elf32_Word shndx, in find_section_group() argument
769 if (grpref[--cnt] == shndx) in find_section_group()
783 SCNINFO_SHDR (fileinfo->scninfo[shndx].shdr).sh_name)); in find_section_group()
[all …]
/external/grub/docs/
Dmultiboot.h76 unsigned long shndx; member
Dkernel.c130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx); in cmain()
Dkernel.c.texi128 " addr = 0x%x, shndx = 0x%x\n",
130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
Dmultiboot.h.texi76 unsigned long shndx;
Dmultiboot.info731 40 | shndx |
1130 unsigned long shndx;
1398 " addr = 0x%x, shndx = 0x%x\n",
1400 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
Dmultiboot.texi784 40 | shndx |
/external/grub/stage2/
Dmb_info.h143 unsigned long shndx; member
Dboot.c663 mbi.syms.e.shndx = pu.elf->e_shstrndx; in load_image()
725 mbi.syms.e.shndx = 0; in load_image()
/external/llvm/lib/MC/
DELFObjectWriter.cpp143 uint32_t shndx, in WriteSymbolEntry() argument
146 if (shndx >= ELF::SHN_LORESERVE && !Reserved) in WriteSymbolEntry()
147 String32(*ShndxF, shndx); in WriteSymbolEntry()
152 uint16_t Index = (shndx >= ELF::SHN_LORESERVE && !Reserved) ? in WriteSymbolEntry()
153 uint16_t(ELF::SHN_XINDEX) : shndx; in WriteSymbolEntry()
DELFObjectWriter.h251 uint8_t other, uint32_t shndx,
/external/valgrind/main/perf/
Dtinycc.c5472 int info, int other, int shndx, const char *name);
18201 int info, int other, int shndx, const char *name) in put_elf_sym() argument
18219 sym->st_shndx = shndx; in put_elf_sym()