Searched refs:Elf_Scn (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-9.3-release/lib/libelf/
H A Dlibelf_extended.c38 static Elf_Scn *
41 Elf_Scn *s;
52 Elf_Scn *scn;
82 Elf_Scn *scn;
111 Elf_Scn *scn;
H A Dlibelf.h39 typedef struct _Elf_Scn Elf_Scn; typedef in typeref:struct:_Elf_Scn
119 Elf_Scn *d_scn; /* containing section */
189 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
190 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
194 Elf_Data *elf_getdata(Elf_Scn *, Elf_Data *);
198 Elf_Scn *elf_getscn(Elf *_elf, size_t _index);
206 size_t elf_ndxscn(Elf_Scn *_scn);
207 Elf_Data *elf_newdata(Elf_Scn *_scn);
208 Elf_Scn *elf_newscn(Elf *_elf);
209 Elf_Scn *elf_nextsc
[all...]
H A Dlibelf_shdr.c36 _libelf_getshdr(Elf_Scn *s, int ec)
H A Dlibelf_allocate.c134 _libelf_allocate_data(Elf_Scn *s)
160 Elf_Scn *
163 Elf_Scn *s;
165 if ((s = calloc((size_t) 1, sizeof(Elf_Scn))) == NULL) {
181 Elf_Scn *
182 _libelf_release_scn(Elf_Scn *s)
H A Dgelf_shdr.c39 elf32_getshdr(Elf_Scn *s)
45 elf64_getshdr(Elf_Scn *s)
51 gelf_getshdr(Elf_Scn *s, GElf_Shdr *d)
91 gelf_update_shdr(Elf_Scn *scn, GElf_Shdr *s)
H A Delf_scn.c39 * Load an ELF section table and create a list of Elf_Scn structures.
50 Elf_Scn *scn;
124 Elf_Scn *
129 Elf_Scn *s;
154 elf_ndxscn(Elf_Scn *s)
163 Elf_Scn *
168 Elf_Scn *scn;
218 Elf_Scn *
219 elf_nextscn(Elf *e, Elf_Scn *s)
H A D_libelf.h162 Elf_Data *_libelf_allocate_data(Elf_Scn *_s);
164 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
181 void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass);
189 Elf_Scn *_libelf_release_scn(Elf_Scn *_s);
H A Delf_flag.c38 Elf_Scn *scn;
140 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
161 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
H A Delf_end.c42 Elf_Scn *scn, *tscn;
H A Dgelf_cap.c45 Elf_Scn *scn;
102 Elf_Scn *scn;
H A Dgelf_dyn.c42 Elf_Scn *scn;
98 Elf_Scn *scn;
H A Dgelf_syminfo.c45 Elf_Scn *scn;
102 Elf_Scn *scn;
H A Dgelf_symshndx.c43 Elf_Scn *scn;
91 Elf_Scn *scn;
H A Dlibelf_checksum.c50 Elf_Scn *scn;
H A Dgelf.h85 GElf_Shdr *gelf_getshdr(Elf_Scn *_scn, GElf_Shdr *_dst);
96 int gelf_update_shdr(Elf_Scn *_dst, GElf_Shdr *_src);
H A Dgelf_move.c45 Elf_Scn *scn;
104 Elf_Scn *scn;
H A Dgelf_rel.c42 Elf_Scn *scn;
100 Elf_Scn *scn;
H A Dgelf_rela.c42 Elf_Scn *scn;
101 Elf_Scn *scn;
H A Dgelf_sym.c42 Elf_Scn *scn;
103 Elf_Scn *scn;
H A Delf_strptr.c44 Elf_Scn *s;
H A Delf_data.c39 elf_getdata(Elf_Scn *s, Elf_Data *d)
147 elf_newdata(Elf_Scn *s)
189 elf_rawdata(Elf_Scn *s, Elf_Data *d)
/freebsd-9.3-release/contrib/gcc/
H A Dsys-types.h184 typedef int Elf_Scn; typedef
H A Dsys-protos.h258 extern Elf32_Shdr * elf32_getshdr(Elf_Scn *);
273 extern unsigned int elf_flagscn(Elf_Scn *, Elf_Cmd, unsigned int);
274 extern unsigned int elf_flagshdr(Elf_Scn *, Elf_Cmd, unsigned int);
278 extern Elf_Data * elf_getdata(Elf_Scn *, Elf_Data *);
280 extern Elf_Scn * elf_getscn(Elf *, size_t);
283 extern size_t elf_ndxscn(Elf_Scn *);
284 extern Elf_Data * elf_newdata(Elf_Scn *);
285 extern Elf_Scn * elf_newscn(Elf *);
287 extern Elf_Scn * elf_nextscn(Elf *, Elf_Scn *);
[all...]
/freebsd-9.3-release/lib/libdwarf/
H A D_libdwarf.h146 Elf_Scn *s_scn; /* Section pointer. */
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c66 Elf_Scn *scn = NULL;

Completed in 153 milliseconds

12