Searched refs:_Elf_Extent (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/elftoolchain/libelf/
H A Delf_update.c95 struct _Elf_Extent { struct
96 SLIST_ENTRY(_Elf_Extent) ex_next;
103 SLIST_HEAD(_Elf_Extent_List, _Elf_Extent);
351 struct _Elf_Extent *ex;
367 const uint64_t start, const uint64_t size, struct _Elf_Extent **prevt)
370 struct _Elf_Extent *t, *pt;
411 struct _Elf_Extent *ex, *prevt;
427 if ((ex = malloc(sizeof(struct _Elf_Extent))) == NULL) {
719 _libelf_write_scn(Elf *e, unsigned char *nf, struct _Elf_Extent *ex)
848 _libelf_write_ehdr(Elf *e, unsigned char *nf, struct _Elf_Extent *e
[all...]

Completed in 157 milliseconds