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

123

/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf.h38 typedef struct _Elf_Scn Elf_Scn; typedef in typeref:struct:_Elf_Scn
198 unsigned int elf_flagscn(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
199 unsigned int elf_flagshdr(Elf_Scn *_scn, Elf_Cmd _cmd, unsigned int _flags);
203 Elf_Data *elf_getdata(Elf_Scn *, Elf_Data *);
207 Elf_Scn *elf_getscn(Elf *_elf, size_t _index);
215 size_t elf_ndxscn(Elf_Scn *_scn);
216 Elf_Data *elf_newdata(Elf_Scn *_scn);
217 Elf_Scn *elf_newscn(Elf *_elf);
218 Elf_Scn *elf_nextscn(Elf *_elf, Elf_Scn *_sc
[all...]
H A Dlibelf_shdr.c35 _libelf_getshdr(Elf_Scn *s, int ec)
H A Dgelf_chdr.c40 elf32_getchdr(Elf_Scn *s)
46 elf64_getchdr(Elf_Scn *s)
52 gelf_getchdr(Elf_Scn *s, GElf_Chdr *d)
H A Dlibelf_extended.c37 static Elf_Scn *
40 Elf_Scn *s;
51 Elf_Scn *scn;
81 Elf_Scn *scn;
110 Elf_Scn *scn;
H A Dlibelf_allocate.c120 _libelf_allocate_data(Elf_Scn *s)
146 Elf_Scn *
149 Elf_Scn *s;
151 if ((s = calloc((size_t) 1, sizeof(Elf_Scn))) == NULL) {
167 Elf_Scn *
168 _libelf_release_scn(Elf_Scn *s)
H A Dgelf_shdr.c38 elf32_getshdr(Elf_Scn *s)
44 elf64_getshdr(Elf_Scn *s)
50 gelf_getshdr(Elf_Scn *s, GElf_Shdr *d)
90 gelf_update_shdr(Elf_Scn *scn, GElf_Shdr *s)
H A Delf_scn.c55 * Load an ELF section table and create a list of Elf_Scn structures.
60 Elf_Scn *scn;
144 Elf_Scn *
149 Elf_Scn *s;
180 elf_ndxscn(Elf_Scn *s)
189 Elf_Scn *
194 Elf_Scn *scn;
244 Elf_Scn *
245 elf_nextscn(Elf *e, Elf_Scn *s)
H A D_libelf.h142 Elf_Scn *d_scn; /* The containing section */
207 struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s);
209 Elf_Scn *_libelf_allocate_scn(Elf *_e, size_t _ndx);
223 void *_libelf_getchdr(Elf_Scn *_e, int _elfclass);
225 void *_libelf_getshdr(Elf_Scn *_scn, int _elfclass);
238 Elf_Scn *_libelf_release_scn(Elf_Scn *_s);
H A Dgelf.h77 GElf_Chdr *gelf_getchdr(Elf_Scn *_scn, GElf_Chdr *_dst);
84 GElf_Shdr *gelf_getshdr(Elf_Scn *_scn, GElf_Shdr *_dst);
95 int gelf_update_shdr(Elf_Scn *_dst, GElf_Shdr *_src);
H A Dgelf_cap.c42 Elf_Scn *scn;
101 Elf_Scn *scn;
H A Dgelf_dyn.c42 Elf_Scn *scn;
102 Elf_Scn *scn;
H A Dgelf_syminfo.c40 Elf_Scn *scn;
101 Elf_Scn *scn;
H A Dgelf_symshndx.c41 Elf_Scn *scn;
94 Elf_Scn *scn;
H A Delf_end.c43 Elf_Scn *scn, *tscn;
H A Dlibelf_chdr.c37 _libelf_getchdr(Elf_Scn *s, int ec)
H A Dlibelf_checksum.c49 Elf_Scn *scn;
H A Delf_flag.c172 elf_flagscn(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
193 elf_flagshdr(Elf_Scn *s, Elf_Cmd c, unsigned int flags)
H A Dgelf_move.c42 Elf_Scn *scn;
105 Elf_Scn *scn;
H A Dgelf_rel.c42 Elf_Scn *scn;
107 Elf_Scn *scn;
H A Dgelf_rela.c42 Elf_Scn *scn;
109 Elf_Scn *scn;
H A Dgelf_sym.c42 Elf_Scn *scn;
104 Elf_Scn *scn;
H A Delf_strptr.c43 Elf_Scn *s;
H A Delf_data.c38 elf_getdata(Elf_Scn *s, Elf_Data *ed)
172 elf_newdata(Elf_Scn *s)
215 elf_rawdata(Elf_Scn *s, Elf_Data *ed)
/freebsd-13-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc.h83 Elftc_String_Table *elftc_string_table_from_section(Elf_Scn *_scn,
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
H A Delfcopy.h121 Elf_Scn *is; /* input scn */
122 Elf_Scn *os; /* output scn */

Completed in 178 milliseconds

123