Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_allocate.c128 struct _Libelf_Data *
131 struct _Libelf_Data *d; in _libelf_allocate_data()
143 struct _Libelf_Data *
144 _libelf_release_data(struct _Libelf_Data *d) in _libelf_release_data()
180 struct _Libelf_Data *d, *td; in _libelf_release_scn()
185 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn()
191 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
H A Dgelf_symshndx.c52 struct _Libelf_Data *ld, *lid; in gelf_getsymshndx()
54 ld = (struct _Libelf_Data *) d; in gelf_getsymshndx()
55 lid = (struct _Libelf_Data *) id; in gelf_getsymshndx()
112 struct _Libelf_Data *ld, *lid; in gelf_update_symshndx()
114 ld = (struct _Libelf_Data *) d; in gelf_update_symshndx()
115 lid = (struct _Libelf_Data *) id; in gelf_update_symshndx()
H A D_libelf.h138 struct _Libelf_Data { struct
142 STAILQ_ENTRY(_Libelf_Data) d_next; argument
150 STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */
151 STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */
205 struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s);
230 struct _Libelf_Data *_libelf_release_data(struct _Libelf_Data *_d);
H A Dgelf_cap.c54 struct _Libelf_Data *d; in gelf_getcap()
56 d = (struct _Libelf_Data *) ed; in gelf_getcap()
113 struct _Libelf_Data *d; in gelf_update_cap()
115 d = (struct _Libelf_Data *) ed; in gelf_update_cap()
H A Dgelf_syminfo.c51 struct _Libelf_Data *d; in gelf_getsyminfo()
55 d = (struct _Libelf_Data *) ed; in gelf_getsyminfo()
112 struct _Libelf_Data *d; in gelf_update_syminfo()
116 d = (struct _Libelf_Data *) ed; in gelf_update_syminfo()
H A Dgelf_dyn.c54 struct _Libelf_Data *d; in gelf_getdyn()
56 d = (struct _Libelf_Data *) ed; in gelf_getdyn()
114 struct _Libelf_Data *d; in gelf_update_dyn()
116 d = (struct _Libelf_Data *) ed; in gelf_update_dyn()
H A Dgelf_move.c55 struct _Libelf_Data *d; in gelf_getmove()
57 d = (struct _Libelf_Data *) ed; in gelf_getmove()
118 struct _Libelf_Data *d; in gelf_update_move()
120 d = (struct _Libelf_Data *) ed; in gelf_update_move()
H A Dgelf_rel.c54 struct _Libelf_Data *d; in gelf_getrel()
56 d = (struct _Libelf_Data *) ed; in gelf_getrel()
116 struct _Libelf_Data *d; in gelf_update_rel()
118 d = (struct _Libelf_Data *) ed; in gelf_update_rel()
H A Dgelf_rela.c55 struct _Libelf_Data *d; in gelf_getrela()
57 d = (struct _Libelf_Data *) ed; in gelf_getrela()
118 struct _Libelf_Data *d; in gelf_update_rela()
120 d = (struct _Libelf_Data *) ed; in gelf_update_rela()
H A Dgelf_sym.c55 struct _Libelf_Data *d; in gelf_getsym()
57 d = (struct _Libelf_Data *) ed; in gelf_getsym()
117 struct _Libelf_Data *d; in gelf_update_sym()
119 d = (struct _Libelf_Data *) ed; in gelf_update_sym()
H A Delf_data.c53 struct _Libelf_Data *d; in elf_getdata()
57 d = (struct _Libelf_Data *) ed; in elf_getdata()
184 struct _Libelf_Data *d; in elf_newdata()
229 struct _Libelf_Data *d; in elf_rawdata()
239 d = (struct _Libelf_Data *) ed; in elf_rawdata()
H A Delf_flag.c63 struct _Libelf_Data *ld; in elf_flagdata()
74 ld = (struct _Libelf_Data *) d; in elf_flagdata()
H A Delf_update.c128 struct _Libelf_Data *ld; in _libelf_compute_section_extents()
735 struct _Libelf_Data *ld; in _libelf_write_scn()