Searched refs:elf_flagscn (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | elf_flag.c | 172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagscn() function 195 return (elf_flagscn(s, c, flags)); in elf_flagshdr()
|
H A D | Version.map | 34 elf_flagscn;
|
H A D | gelf_shdr.c | 109 (void) elf_flagscn(scn, ELF_C_SET, ELF_F_DIRTY); in gelf_update_shdr()
|
H A D | Makefile | 129 elf_flagdata.3 elf_flagscn.3 \
|
H A D | elf_scn.c | 239 (void) elf_flagscn(scn, ELF_C_SET, ELF_F_DIRTY); in elf_newscn()
|
H A D | libelf.h | 198 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
|
H A D | elf_data.c | 204 (void) elf_flagscn(s, ELF_C_SET, ELF_F_DIRTY); in elf_newdata()
|
/freebsd/lib/libelf/ |
H A D | Makefile | 156 elf_flagdata.3 elf_flagscn.3 \
|