Searched refs:e_shstrndx (Results 1 - 11 of 11) sorted by relevance

/barrelfish-master/tools/arm_molly/
H A Dmolly_init64.c107 mbi->syms.elf.shndx = cpu_head->e_shstrndx;
H A Dmolly_init32.c106 mbi->syms.elf.shndx = cpu_head->e_shstrndx;
/barrelfish-master/include/sys/
H A Delf32.h69 Elf32_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon287
H A Delf64.h78 Elf64_Half e_shstrndx; /* Section name strings section. */ member in struct:__anon304
/barrelfish-master/lib/elf/
H A Delf64.c114 assert(head->e_shstrndx < head->e_shnum);
116 ((void *)shead) + head->e_shstrndx * head->e_shentsize;
H A Delf32.c103 assert(head->e_shstrndx < head->e_shnum);
105 ((void *)shead) + head->e_shstrndx * head->e_shentsize;
/barrelfish-master/tools/molly/
H A Dmolly_init.c313 mbi->syms.elf.shndx = cpu_head->e_shstrndx;
/barrelfish-master/tools/weever/
H A Dloader.c165 multiboot_info->syms.elf.shndx = head->e_shstrndx;
/barrelfish-master/include/elf/
H A Delf.h571 uint16_t e_shstrndx; member in struct:Elf64_Ehdr
659 uint16_t e_shstrndx; // 50 member in struct:Elf32_Ehdr
/barrelfish-master/tools/elver/
H A Delver.c247 multiboot_info->syms.elf.shndx = head->e_shstrndx;
/barrelfish-master/tools/arm_boot/
H A Darm_bootimage.c161 Elf_Scn *shstrscn= elf_getscn(elf, ehdr->e_shstrndx);

Completed in 109 milliseconds