Searched refs:_libelf_ehdr (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/elftoolchain/libelf/ |
| HD | gelf_ehdr.c | 41 return (_libelf_ehdr(e, ELFCLASS32, 0)); in elf32_getehdr() 47 return (_libelf_ehdr(e, ELFCLASS64, 0)); in elf64_getehdr() 64 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL) in gelf_getehdr() 88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL) in gelf_getehdr() 98 return (_libelf_ehdr(e, ELFCLASS32, 1)); in elf32_newehdr() 104 return (_libelf_ehdr(e, ELFCLASS64, 1)); in elf64_newehdr() 112 return (_libelf_ehdr(e, ec, 1)); in gelf_newehdr() 137 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in gelf_update_ehdr()
|
| HD | gelf_phdr.c | 65 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL || in gelf_getphdr() 86 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr() 144 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in gelf_update_phdr()
|
| HD | elf_shstrndx.c | 46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getshdrstrndx() 74 ((eh = _libelf_ehdr(e, ec, 0)) == NULL)) { in elf_setshstrndx()
|
| HD | libelf_phdr.c | 64 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdr() 119 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) { in _libelf_newphdr()
|
| HD | elf_scn.c | 143 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_getscn() 186 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_newscn()
|
| HD | elf_shnum.c | 46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getshdrnum()
|
| HD | elf_phnum.c | 46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdrnum()
|
| HD | elf_update.c | 524 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_resync_elf() 847 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_ehdr() 889 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_phdr() 947 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_shdr()
|
| HD | _libelf.h | 209 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
|
| HD | libelf_ehdr.c | 101 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr() function
|
| /dragonfly/lib/libexecinfo/ |
| HD | private_libelf.h | 86 #define _libelf_ehdr __ei_libelf_ehdr macro 2458 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr() function 2701 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_getscn()
|