Searched refs:ELF_F_LAYOUT (Results 1 - 4 of 4) sorted by relevance

/gem5/ext/libelf/
H A Delf_strptr.c66 if (e->e_flags & ELF_F_LAYOUT) {
H A Delf_flag.c96 (flags & ~(ELF_F_DIRTY|ELF_F_LAYOUT)) != 0) {
H A Delf_update.c165 if (e->e_flags & ELF_F_LAYOUT) {
179 if (e->e_flags & ELF_F_LAYOUT) {
419 if (e->e_flags & ELF_F_LAYOUT) {
456 if (e->e_flags & ELF_F_LAYOUT) {
484 if ((e->e_flags & ELF_F_LAYOUT) == 0) {
H A Dlibelf.h179 #define ELF_F_LAYOUT 0x001U /* application will layout the file */ macro

Completed in 10 milliseconds