/external/elfutils/libelf/ |
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;
|
gelf_getsymshndx.c | 41 Elf32_Word shndx = 0; local 66 shndx = ((Elf32_Word *) shndxdata_scn->d.d_buf)[ndx]; 120 *dstshndx = shndx;
|
/external/grub/docs/ |
multiboot.h | 76 unsigned long shndx; member in struct:elf_section_header_table
|
multiboot.h.texi | 76 unsigned long shndx;
|
kernel.c | 128 " addr = 0x%x, shndx = 0x%x\n", 130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
|
kernel.c.texi | 128 " addr = 0x%x, shndx = 0x%x\n", 130 (unsigned) elf_sec->addr, (unsigned) elf_sec->shndx);
|
/external/grub/stage2/ |
mb_info.h | 143 unsigned long shndx; member in struct:multiboot_info::__anon2001::__anon2003
|
boot.c | 663 mbi.syms.e.shndx = pu.elf->e_shstrndx; 725 mbi.syms.e.shndx = 0;
|
/external/elfutils/src/ |
ldgeneric.c | 77 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, 769 if (grpref[--cnt] == shndx) 1245 Elf32_Word shndx; local 1312 Elf32_Word shndx; local 5788 Elf32_Word shndx; local [all...] |