OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gelf_newphdr
(Results
1 - 8
of
8
) sorted by null
/external/elfutils/libelf/
gelf_newphdr.c
62
gelf_newphdr
(elf, phnum)
function
Android.mk
114
gelf_newphdr
.c \
gelf.h
205
extern unsigned long int
gelf_newphdr
(Elf *__elf, size_t __phnum);
Makefile.am
65
elf32_newphdr.c elf64_newphdr.c
gelf_newphdr
.c \
/external/elfutils/tests/
ecp.c
69
if (
gelf_newphdr
(outelf, ehdr->e_phnum) == 0)
/external/elfutils/src/
xelf.h
327
# define xelf_newphdr(elf, n)
gelf_newphdr
(elf, n)
strip.c
495
&& unlikely (
gelf_newphdr
(newelf, ehdr->e_phnum) == 0)))
519
&& unlikely (
gelf_newphdr
(debugelf, ehdr->e_phnum) == 0)))
[
all
...]
unstrip.c
264
ELF_CHECK (
gelf_newphdr
(outelf, ehdr->e_phnum),
[
all
...]
Completed in 71 milliseconds