Searched refs:elf_flagscn (Results 1 - 5 of 5) sorted by relevance
/gem5/ext/libelf/ |
H A D | elf_flag.c | 138 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags) function 161 return (elf_flagscn(s, c, flags));
|
H A D | gelf_shdr.c | 125 (void) elf_flagscn(scn, ELF_C_SET, ELF_F_DIRTY);
|
H A D | elf_data.c | 166 (void) elf_flagscn(s, ELF_C_SET, ELF_F_DIRTY);
|
H A D | elf_scn.c | 211 (void) elf_flagscn(scn, ELF_C_SET, ELF_F_DIRTY);
|
H A D | libelf.h | 192 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
|
Completed in 7 milliseconds