Searched refs:_Libelf_Data (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_allocate.c | 119 struct _Libelf_Data * 122 struct _Libelf_Data *d; in _libelf_allocate_data() 134 struct _Libelf_Data * 135 _libelf_release_data(struct _Libelf_Data *d) in _libelf_release_data() 171 struct _Libelf_Data *d, *td; in _libelf_release_scn() 176 STAILQ_REMOVE(&s->s_data, d, _Libelf_Data, d_next); in _libelf_release_scn() 182 STAILQ_REMOVE(&s->s_rawdata, d, _Libelf_Data, d_next); in _libelf_release_scn()
|
| H A D | gelf_symshndx.c | 43 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()
|
| H A D | _libelf.h | 140 struct _Libelf_Data { struct 144 STAILQ_ENTRY(_Libelf_Data) d_next; argument 152 STAILQ_HEAD(, _Libelf_Data) s_data; /* translated data */ 153 STAILQ_HEAD(, _Libelf_Data) s_rawdata; /* raw data */ 207 struct _Libelf_Data *_libelf_allocate_data(Elf_Scn *_s); 236 struct _Libelf_Data *_libelf_release_data(struct _Libelf_Data *_d);
|
| H A D | gelf_cap.c | 46 struct _Libelf_Data *d; in gelf_getcap() 48 d = (struct _Libelf_Data *) ed; in gelf_getcap() 105 struct _Libelf_Data *d; in gelf_update_cap() 107 d = (struct _Libelf_Data *) ed; in gelf_update_cap()
|
| H A D | gelf_syminfo.c | 42 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()
|
| H A D | gelf_dyn.c | 46 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()
|
| H A D | gelf_move.c | 46 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()
|
| H A D | gelf_rel.c | 46 struct _Libelf_Data *d; in gelf_getrel() 48 d = (struct _Libelf_Data *) ed; in gelf_getrel() 111 struct _Libelf_Data *d; in gelf_update_rel() 113 d = (struct _Libelf_Data *) ed; in gelf_update_rel()
|
| H A D | gelf_sym.c | 46 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()
|
| H A D | gelf_rela.c | 46 struct _Libelf_Data *d; in gelf_getrela() 48 d = (struct _Libelf_Data *) ed; in gelf_getrela() 113 struct _Libelf_Data *d; in gelf_update_rela() 115 d = (struct _Libelf_Data *) ed; in gelf_update_rela()
|
| H A D | elf_data.c | 44 struct _Libelf_Data *d; in elf_getdata() 48 d = (struct _Libelf_Data *) ed; in elf_getdata() 175 struct _Libelf_Data *d; in elf_newdata() 220 struct _Libelf_Data *d; in elf_rawdata() 230 d = (struct _Libelf_Data *) ed; in elf_rawdata()
|
| H A D | elf_flag.c | 59 struct _Libelf_Data *ld; in elf_flagdata() 70 ld = (struct _Libelf_Data *) d; in elf_flagdata()
|
| H A D | elf_update.c | 120 struct _Libelf_Data *ld; in _libelf_compute_section_extents() 727 struct _Libelf_Data *ld; in _libelf_write_scn()
|