Searched refs:_Elf_Extent (Results 1 – 1 of 1) sorted by relevance
103 struct _Elf_Extent { struct104 SLIST_ENTRY(_Elf_Extent) ex_next;111 SLIST_HEAD(_Elf_Extent_List, _Elf_Extent); argument359 struct _Elf_Extent *ex; in _libelf_release_extents()375 const uint64_t start, const uint64_t size, struct _Elf_Extent **prevt) in _libelf_extent_is_unused()378 struct _Elf_Extent *t, *pt; in _libelf_extent_is_unused()419 struct _Elf_Extent *ex, *prevt; in _libelf_insert_extent()435 if ((ex = malloc(sizeof(struct _Elf_Extent))) == NULL) { in _libelf_insert_extent()727 _libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) in _libelf_write_scn()853 _libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *ex) in _libelf_write_ehdr()[all …]