Searched refs:elf32_getSectionTable (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/libs/libelf/include/elf/
H A Delf32.h113 static inline Elf32_Shdr *elf32_getSectionTable(elf_t *elf) function
137 return elf32_getSectionTable(elf)[s].sh_name;
142 return elf32_getSectionTable(elf)[i].sh_type;
147 return elf32_getSectionTable(elf)[i].sh_flags;
152 return elf32_getSectionTable(elf)[i].sh_addr;
157 return elf32_getSectionTable(elf)[i].sh_offset;
162 return elf32_getSectionTable(elf)[i].sh_size;
167 return elf32_getSectionTable(elf)[i].sh_link;
172 return elf32_getSectionTable(elf)[i].sh_info;
177 return elf32_getSectionTable(el
[all...]
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf32.h113 static inline Elf32_Shdr *elf32_getSectionTable(elf_t *elf) function
137 return elf32_getSectionTable(elf)[s].sh_name;
142 return elf32_getSectionTable(elf)[i].sh_type;
147 return elf32_getSectionTable(elf)[i].sh_flags;
152 return elf32_getSectionTable(elf)[i].sh_addr;
157 return elf32_getSectionTable(elf)[i].sh_offset;
162 return elf32_getSectionTable(elf)[i].sh_size;
167 return elf32_getSectionTable(elf)[i].sh_link;
172 return elf32_getSectionTable(elf)[i].sh_info;
177 return elf32_getSectionTable(el
[all...]
/seL4-refos-master/seL4_tools/elfloader-tool/src/binaries/elf/
H A Delf32.c37 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
61 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
73 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
80 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
87 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
120 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
/seL4-refos-master/tools/elfloader/src/binaries/elf/
H A Delf32.c37 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
61 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
73 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
80 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
87 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
120 struct Elf32_Shdr *sections = elf32_getSectionTable(elfFile);
/seL4-refos-master/seL4_tools/elfloader-tool/include/binaries/elf/
H A Delf32.h109 elf32_getSectionTable(struct Elf32_Header *file) { function
118 return elf32_getSectionTable(file)[s].sh_type;
124 return elf32_getSectionTable(file)[s].sh_flags;
/seL4-refos-master/tools/elfloader/include/binaries/elf/
H A Delf32.h109 elf32_getSectionTable(struct Elf32_Header *file) { function
118 return elf32_getSectionTable(file)[s].sh_type;
124 return elf32_getSectionTable(file)[s].sh_flags;

Completed in 33 milliseconds