Searched refs:_libelf_ehdr (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/elftoolchain/libelf/ |
H A D | 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()
|
H A D | 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()
|
H A D | gelf_phdr.c | 72 if ((eh32 = _libelf_ehdr(e, ELFCLASS32, 0)) == NULL || in gelf_getphdr() 88 if ((eh64 = _libelf_ehdr(e, ELFCLASS64, 0)) == NULL || in gelf_getphdr() 143 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in gelf_update_phdr()
|
H A D | libelf_phdr.c | 63 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdr() 123 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) { in _libelf_newphdr()
|
H A D | elf_phnum.c | 46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getphdrnum()
|
H A D | elf_shnum.c | 46 if ((eh = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_getshdrnum()
|
H A D | elf_scn.c | 157 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_getscn() 206 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in elf_newscn()
|
H A D | elf_update.c | 530 if ((ehdr = _libelf_ehdr(e, ec, 0)) == NULL) in _libelf_resync_elf() 860 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_ehdr() 906 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_phdr() 969 ehdr = _libelf_ehdr(e, ec, 0); in _libelf_write_shdr()
|
H A D | _libelf.h | 216 void *_libelf_ehdr(Elf *_e, int _elfclass, int _allocate);
|
H A D | libelf_ehdr.c | 106 _libelf_ehdr(Elf *e, int ec, int allocate) in _libelf_ehdr() function
|