Searched refs:shndx (Results 1 – 14 of 14) sorted by relevance
/external/elfutils/libelf/ |
D | gelf_update_symshndx.c | 41 Elf32_Word *shndx = NULL; local 75 shndx = &((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; 131 if (shndx != NULL) 132 *shndx = srcshndx;
|
D | gelf_getsymshndx.c | 41 Elf32_Word shndx = 0; local 66 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; 120 *dstshndx = shndx;
|
/external/elfutils/src/ |
D | ldgeneric.c | 77 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/ |
D | multiboot.h | 76 unsigned long shndx; member
|
D | kernel.c | 130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx); in cmain()
|
D | kernel.c.texi | 128 " addr = 0x%x, shndx = 0x%x\n", 130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
|
D | multiboot.h.texi | 76 unsigned long shndx;
|
D | multiboot.info | 731 40 | shndx | 1130 unsigned long shndx; 1398 " addr = 0x%x, shndx = 0x%x\n", 1400 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
|
D | multiboot.texi | 784 40 | shndx |
|
/external/grub/stage2/ |
D | mb_info.h | 143 unsigned long shndx; member
|
D | boot.c | 663 mbi.syms.e.shndx = pu.elf->e_shstrndx; in load_image() 725 mbi.syms.e.shndx = 0; in load_image()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 143 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()
|
D | ELFObjectWriter.h | 251 uint8_t other, uint32_t shndx,
|
/external/valgrind/main/perf/ |
D | tinycc.c | 5472 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()
|