OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbucket
(Results
1 - 5
of
5
) sorted by null
/external/elfutils/src/
strip.c
1571
Elf32_Word
nbucket
= bucket[0];
local
1631
Elf64_Xword
nbucket
= bucket[0];
local
[
all
...]
elflint.c
2005
Elf32_Word
nbucket
= ((Elf32_Word *) data->d_buf)[0];
local
2056
Elf64_Xword
nbucket
= ((Elf64_Xword *) data->d_buf)[0];
local
2461
Elf32_Word
nbucket
= hasharr[0];
local
2496
Elf64_Xword
nbucket
= hasharr[0];
local
[
all
...]
ldgeneric.c
4043
size_t
nbucket
= 0;
local
[
all
...]
readelf.c
3098
Elf32_Word
nbucket
= ((Elf32_Word *) data->d_buf)[0];
local
3153
Elf64_Xword
nbucket
= ((Elf64_Xword *) data->d_buf)[0];
local
3211
Elf32_Word
nbucket
= ((Elf32_Word *) data->d_buf)[0];
local
[
all
...]
/frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp
790
size_t
nbucket
= getHashBucketCount(hashed_sym_cnt, true);
local
791
gnuhash = (4 +
nbucket
+ hashed_sym_cnt) * 4;
1110
uint32_t&
nbucket
= word_array[0];
local
1121
memset(reinterpret_cast<void*>(bucket), 0,
nbucket
);
local
1149
uint32_t&
nbucket
= word_array[0];
local
[
all
...]
Completed in 266 milliseconds