Searched refs:st_shndx (Results 1 - 11 of 11) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/efiemu/ |
H A D | loadcore.c | 252 grub_efiemu_elfsyms[i].section = sym->st_shndx; 257 if (sym->st_name != 0 && sym->st_shndx == 0) 270 (segs, sym->st_shndx, &handle, &off))) 283 (segs, sym->st_shndx, &handle, &off))) 296 (segs, sym->st_shndx, &handle, &off)))
|
/osnet-11/usr/src/grub/grub2/util/ |
H A D | grub-pe2elf.c | 272 if (symtab[symtab_map[pe_rel->symtab_index]].st_shndx) 274 if (symtab[symtab_map[pe_rel->symtab_index]].st_shndx 385 symtab[num_syms].st_shndx = section_map[pe_symtab->section];
|
H A D | grub-mkimagexx.c | 91 index = grub_target_to_host16 (sym->st_shndx);
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/ |
H A D | dl.c | 379 if (sym->st_name != 0 && sym->st_shndx == 0) 392 sym->st_shndx); 401 sym->st_shndx); 425 sym->st_shndx);
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 126 Elf32_Half st_shndx; member in struct:__anon309
|
/osnet-11/usr/src/lib/libproc/common/ |
H A D | Pservice.c | 474 symp->st_shndx = sym.st_shndx;
|
H A D | Psymtab.c | 2586 if (symp->st_shndx != SHN_UNDEF) 2901 sym.st_shndx), &shdr) != NULL &&
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_pid.c | 212 if (symp->st_shndx == SHN_UNDEF) 312 sym.st_shndx = SHN_ABS; 330 sym.st_shndx == SHN_UNDEF || sym.st_size == 0)
|
H A D | dt_link.c | 238 sym->st_shndx = SHN_UNDEF; 255 sym->st_shndx = ESHDR_DOF; 410 sym->st_shndx = SHN_UNDEF; 427 sym->st_shndx = ESHDR_DOF; 724 shn == sym->st_shndx && 1439 if (rsym.st_shndx != SHN_SUNW_IGNORE) { 1440 rsym.st_shndx = SHN_SUNW_IGNORE;
|
H A D | dt_module.c | 243 dst->st_shndx = src->st_shndx; 1068 symp->st_shndx = SHN_UNDEF; 1229 if (symp->st_shndx == SHN_UNDEF && dmp->dm_extern != NULL) {
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | elf.h | 369 Elf32_Section st_shndx; /* Section index */ member in struct:__anon725 377 Elf64_Section st_shndx; /* Section index */ member in struct:__anon726
|
Completed in 81 milliseconds