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