Searched refs:elfSize (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/libs/libelf/src/
H A Delf64.c93 if (elf->elfSize < sizeof(Elf64_Ehdr)) {
126 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
137 if (elf->elfSize < sh_end || sh_end < header->e_shoff) {
H A Delf32.c89 if (elf->elfSize < sizeof(Elf32_Ehdr)) {
122 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
133 if (elf->elfSize < sh_end || sh_end < header->e_shoff) {
H A Delf.c97 .elfSize = size
249 if (section_end > elf->elfSize || section_end < section_offset) {
382 if (elf->elfSize < segment_end || segment_end < offset) {
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf64.c93 if (elf->elfSize < sizeof(Elf64_Ehdr)) {
126 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
137 if (elf->elfSize < sh_end || sh_end < header->e_shoff) {
H A Delf32.c89 if (elf->elfSize < sizeof(Elf32_Ehdr)) {
122 if (elf->elfSize < ph_end || ph_end < header->e_phoff) {
133 if (elf->elfSize < sh_end || sh_end < header->e_shoff) {
H A Delf.c97 .elfSize = size
249 if (section_end > elf->elfSize || section_end < section_offset) {
382 if (elf->elfSize < segment_end || segment_end < offset) {
/seL4-refos-master/libs/libelf/include/elf/
H A Delf.h112 size_t elfSize; member in struct:elf
/seL4-refos-master/projects/util_libs/libelf/include/elf/
H A Delf.h112 size_t elfSize; member in struct:elf

Completed in 36 milliseconds