/openbsd/lib/libelf/ |
H A D | libelf.h | 215 } Elf_Cmd; typedef 302 Elf *elf_begin(int _fd, Elf_Cmd _cmd, Elf *_elf); 303 int elf_cntl(Elf *_elf, Elf_Cmd _cmd); 308 unsigned int elf_flagarhdr(Elf_Arhdr *_arh, Elf_Cmd _cmd, 310 unsigned int elf_flagdata(Elf_Data *_data, Elf_Cmd _cmd, 312 unsigned int elf_flagehdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 313 unsigned int elf_flagelf(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 314 unsigned int elf_flagphdr(Elf *_elf, Elf_Cmd _cmd, unsigned int _flags); 315 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags); 336 Elf_Cmd elf_next(Elf *_elf); [all …]
|
H A D | elf_flag.c | 34 elf_flagarhdr(Elf_Arhdr *a, Elf_Cmd c, unsigned int flags) in elf_flagarhdr() 56 elf_flagdata(Elf_Data *d, Elf_Cmd c, unsigned int flags) in elf_flagdata() 81 elf_flagehdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagehdr() 110 elf_flagelf(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagelf() 143 elf_flagphdr(Elf *e, Elf_Cmd c, unsigned int flags) in elf_flagphdr() 172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagscn() 193 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags) in elf_flagshdr()
|
H A D | _libelf.h | 87 Elf_Cmd e_cmd; /* ELF_C_* used at creation time */ 208 Elf *_libelf_ar_open_member(int _fd, Elf_Cmd _c, Elf *_ar); 227 Elf *_libelf_open_object(int _fd, Elf_Cmd _c, int _reporterror);
|
H A D | elf_cntl.c | 34 elf_cntl(Elf *e, Elf_Cmd c) in elf_cntl()
|
H A D | elf_next.c | 35 Elf_Cmd
|
H A D | elf_begin.c | 34 elf_begin(int fd, Elf_Cmd c, Elf *a) in elf_begin()
|
H A D | libelf_open.c | 124 _libelf_open_object(int fd, Elf_Cmd c, int reporterror) in _libelf_open_object()
|
H A D | libelf_ar.c | 208 _libelf_ar_open_member(int fd, Elf_Cmd c, Elf *elf) in _libelf_ar_open_member()
|
H A D | elf_update.c | 1197 elf_update(Elf *e, Elf_Cmd c) in elf_update()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | sys-protos.h | 263 extern Elf * elf_begin(int, Elf_Cmd, Elf *); 264 extern int elf_cntl(Elf *, Elf_Cmd); 269 extern unsigned int elf_flagdata(Elf_Data *, Elf_Cmd, unsigned int); 270 extern unsigned int elf_flagehdr(Elf *, Elf_Cmd, unsigned int); 271 extern unsigned int elf_flagelf(Elf *, Elf_Cmd, unsigned int); 272 extern unsigned int elf_flagphdr(Elf *, Elf_Cmd, unsigned int); 273 extern unsigned int elf_flagscn(Elf_Scn *, Elf_Cmd, unsigned int); 274 extern unsigned int elf_flagshdr(Elf_Scn *, Elf_Cmd, unsigned int); 286 extern Elf_Cmd elf_next(Elf *); 292 extern off_t elf_update(Elf *, Elf_Cmd);
|
H A D | sys-types.h | 182 typedef int Elf_Cmd; typedef
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 263 extern Elf * elf_begin(int, Elf_Cmd, Elf *); 264 extern int elf_cntl(Elf *, Elf_Cmd); 269 extern unsigned int elf_flagdata(Elf_Data *, Elf_Cmd, unsigned int); 270 extern unsigned int elf_flagehdr(Elf *, Elf_Cmd, unsigned int); 271 extern unsigned int elf_flagelf(Elf *, Elf_Cmd, unsigned int); 272 extern unsigned int elf_flagphdr(Elf *, Elf_Cmd, unsigned int); 273 extern unsigned int elf_flagscn(Elf_Scn *, Elf_Cmd, unsigned int); 274 extern unsigned int elf_flagshdr(Elf_Scn *, Elf_Cmd, unsigned int); 286 extern Elf_Cmd elf_next(Elf *); 292 extern off_t elf_update(Elf *, Elf_Cmd);
|
H A D | sys-types.h | 182 typedef int Elf_Cmd; typedef
|