Home
last modified time | relevance | path

Searched refs:_Libelf_Data (Results 1 – 13 of 13) sorted by relevance

/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_allocate.c134 struct _Libelf_Data *
137 struct _Libelf_Data *d; in _libelf_allocate_data()
149 struct _Libelf_Data *
150 _libelf_release_data(struct _Libelf_Data *d) in _libelf_release_data()
186 struct _Libelf_Data *d, *td; in _libelf_release_scn()
191 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn()
197 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
HDgelf_symshndx.c43 struct _Libelf_Data *ld, *lid; in gelf_getsymshndx()
45 ld = (struct _Libelf_Data *) d; in gelf_getsymshndx()
46 lid = (struct _Libelf_Data *) id; in gelf_getsymshndx()
96 struct _Libelf_Data *ld, *lid; in gelf_update_symshndx()
98 ld = (struct _Libelf_Data *) d; in gelf_update_symshndx()
99 lid = (struct _Libelf_Data *) id; in gelf_update_symshndx()
HD_libelf.h136 struct _Libelf_Data { struct
140 STAILQ_ENTRY(_Libelf_Data) d_next; argument
148 STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */
149 STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */
200 struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s);
225 struct _Libelf_Data *_libelf_release_data(struct _Libelf_Data *_d);
HDgelf_syminfo.c42 struct _Libelf_Data *d; in gelf_getsyminfo()
46 d = (struct _Libelf_Data *) ed; in gelf_getsyminfo()
103 struct _Libelf_Data *d; in gelf_update_syminfo()
107 d = (struct _Libelf_Data *) ed; in gelf_update_syminfo()
HDgelf_cap.c46 struct _Libelf_Data *d; in gelf_getcap()
48 d = (struct _Libelf_Data *) ed; in gelf_getcap()
106 struct _Libelf_Data *d; in gelf_update_cap()
108 d = (struct _Libelf_Data *) ed; in gelf_update_cap()
HDgelf_dyn.c46 struct _Libelf_Data *d; in gelf_getdyn()
48 d = (struct _Libelf_Data *) ed; in gelf_getdyn()
106 struct _Libelf_Data *d; in gelf_update_dyn()
108 d = (struct _Libelf_Data *) ed; in gelf_update_dyn()
HDgelf_rel.c46 struct _Libelf_Data *d; in gelf_getrel()
48 d = (struct _Libelf_Data *) ed; in gelf_getrel()
108 struct _Libelf_Data *d; in gelf_update_rel()
110 d = (struct _Libelf_Data *) ed; in gelf_update_rel()
HDgelf_move.c46 struct _Libelf_Data *d; in gelf_getmove()
48 d = (struct _Libelf_Data *) ed; in gelf_getmove()
109 struct _Libelf_Data *d; in gelf_update_move()
111 d = (struct _Libelf_Data *) ed; in gelf_update_move()
HDgelf_rela.c46 struct _Libelf_Data *d; in gelf_getrela()
48 d = (struct _Libelf_Data *) ed; in gelf_getrela()
109 struct _Libelf_Data *d; in gelf_update_rela()
111 d = (struct _Libelf_Data *) ed; in gelf_update_rela()
HDgelf_sym.c46 struct _Libelf_Data *d; in gelf_getsym()
48 d = (struct _Libelf_Data *) ed; in gelf_getsym()
108 struct _Libelf_Data *d; in gelf_update_sym()
110 d = (struct _Libelf_Data *) ed; in gelf_update_sym()
HDelf_data.c44 struct _Libelf_Data *d; in elf_getdata()
49 d = (struct _Libelf_Data *) ed; in elf_getdata()
172 struct _Libelf_Data *d; in elf_newdata()
217 struct _Libelf_Data *d; in elf_rawdata()
227 d = (struct _Libelf_Data *) ed; in elf_rawdata()
HDelf_flag.c59 struct _Libelf_Data *ld; in elf_flagdata()
70 ld = (struct _Libelf_Data *) d; in elf_flagdata()
HDelf_update.c120 struct _Libelf_Data *ld; in _libelf_compute_section_extents()
721 struct _Libelf_Data *ld; in _libelf_write_scn()