Searched refs:_Libelf_Data (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/bsd/elftoolchain/dist/libelf/ |
| H A D | libelf_allocate.c | 128 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 D | gelf_symshndx.c | 52 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.h | 138 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 D | gelf_cap.c | 54 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 D | gelf_syminfo.c | 51 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 D | gelf_dyn.c | 54 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 D | gelf_move.c | 55 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 D | gelf_rel.c | 54 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 D | gelf_rela.c | 55 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 D | gelf_sym.c | 55 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 D | elf_data.c | 53 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 D | elf_flag.c | 63 struct _Libelf_Data *ld; in elf_flagdata() 74 ld = (struct _Libelf_Data *) d; in elf_flagdata()
|
| H A D | elf_update.c | 128 struct _Libelf_Data *ld; in _libelf_compute_section_extents() 735 struct _Libelf_Data *ld; in _libelf_write_scn()
|