Searched refs:sh_offset (Results 1 - 13 of 13) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf32.c38 return (char *)elfFile + sections[elfFile->e_shstrndx].sh_offset;
88 return (char *)elfFile + sections[i].sh_offset;
128 stringTable = ((void *)elfFile) + sections[elfFile->e_shstrndx].sh_offset;
H A Delf64.c77 return (char *) elfFile + sections[string_segment].sh_offset;
121 return (char *)elfFile + sections[i].sh_offset;
253 sections[i].sh_addr, sections[i].sh_offset);
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf32.c38 return (char *)elfFile + sections[elfFile->e_shstrndx].sh_offset;
88 return (char *)elfFile + sections[i].sh_offset;
128 stringTable = ((void *)elfFile) + sections[elfFile->e_shstrndx].sh_offset;
H A Delf64.c77 return (char *) elfFile + sections[string_segment].sh_offset;
121 return (char *)elfFile + sections[i].sh_offset;
253 sections[i].sh_addr, sections[i].sh_offset);
/seL4-refos-master/libs/libelf/include/elf/
H A Delf32.h157 return elf32_getSectionTable(elf)[i].sh_offset;
H A Delf64.h157 return elf64_getSectionTable(elf)[i].sh_offset;
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf32.h157 return elf32_getSectionTable(elf)[i].sh_offset;
H A Delf64.h157 return elf64_getSectionTable(elf)[i].sh_offset;
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf64.h47 uint64_t sh_offset; member in struct:Elf64_Shdr
H A Delf32.h47 uint32_t sh_offset; member in struct:Elf32_Shdr
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf32.h47 uint32_t sh_offset; member in struct:Elf32_Shdr
H A Delf64.h47 uint64_t sh_offset; member in struct:Elf64_Shdr
/seL4-refos-master/libs/libmuslc/include/
H A Delf.h330 Elf32_Off sh_offset; member in struct:__anon253
343 Elf64_Off sh_offset; member in struct:__anon254

Completed in 98 milliseconds