OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seccount
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
nm.c
866
static unsigned int
seccount
;
874
for (i = 0; i <
seccount
; i++)
889
seccount
= bfd_count_sections (abfd);
891
secs = (asection **) xmalloc (
seccount
* sizeof *secs);
892
relocs = (arelent ***) xmalloc (
seccount
* sizeof *relocs);
893
relcount = (long *) xmalloc (
seccount
* sizeof *relcount);
904
for (i = 0; i <
seccount
; i++)
925
i =
seccount
;
861
static unsigned int
seccount
;
local
[
all
...]
ChangeLog-9197
118
instead of cache_bfd and cache_rel_bfd. Make
seccount
static, and
[
all
...]
Completed in 73 milliseconds