OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arm_exidx_count
(Results
1 - 3
of
3
) sorted by null
/bionic/linker/
linker_phdr.cpp
865
*
arm_exidx_count
-> number of items in table (0 on failure).
871
ElfW(Addr)** arm_exidx, size_t*
arm_exidx_count
) {
881
*
arm_exidx_count
= phdr->p_memsz / 8;
885
*
arm_exidx_count
= 0;
[
all
...]
linker.h
255
size_t
ARM_exidx_count
;
linker.cpp
586
*pcount = si->
ARM_exidx_count
;
[
all
...]
Completed in 2939 milliseconds