Searched refs:GElf_Cap (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | gelf.h | 69 typedef Elf64_Cap GElf_Cap; typedef 139 GElf_Cap * gelf_getcap(Elf_Data *, int, GElf_Cap *); 140 int gelf_update_cap(Elf_Data *, int, GElf_Cap *);
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | llib-lelf | 94 GElf_Cap * gelf_getcap(Elf_Data *, int, GElf_Cap *); 95 int gelf_update_cap(Elf_Data *, int, GElf_Cap *);
|
H A D | gelf.c | 1016 GElf_Cap * 1017 gelf_getcap(Elf_Data *data, int ndx, GElf_Cap *dst) in gelf_getcap() 1029 entsize = sizeof (GElf_Cap); in gelf_getcap() 1046 *dst = ((GElf_Cap *)data->d_buf)[ndx]; in gelf_getcap() 1053 gelf_update_cap(Elf_Data *dst, int ndx, GElf_Cap *src) in gelf_update_cap() 1065 entsize = sizeof (GElf_Cap); in gelf_update_cap()
|