OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etab
(Results
1 - 6
of
6
) sorted by null
/external/fec/
rstest.c
15
struct
etab
{
struct
42
int exercise_char(struct
etab
*e);
43
int exercise_int(struct
etab
*e);
139
int exercise_char(struct
etab
*e){
220
int exercise_int(struct
etab
*e){
/external/libunwind/src/ia64/
Gtables.c
406
struct ia64_table_entry *ktab, *
etab
;
local
422
for (
etab
= ktab;
etab
->start_offset; ++
etab
)
423
etab
->info_offset += (uint64_t) ktab;
428
di->end_ip =
etab
[-1].end_offset;
431
di->u.ti.table_len = ((char *)
etab
- (char *) ktab) / sizeof (unw_word_t);
/toolchain/binutils/binutils-2.25/bfd/
elf32-hppa.c
123
elf_link_hash_table "
etab
"
248
struct elf_link_hash_table
etab
;
member in struct:elf32_hppa_link_hash_table
436
if (!_bfd_elf_link_hash_table_init (&htab->
etab
, abfd, hppa_link_hash_newfunc,
451
htab->
etab
.root.hash_table_free = elf32_hppa_link_hash_table_free;
455
return &htab->
etab
.root;
[
all
...]
elf32-metag.c
77
elf_link_hash_table "
etab
"
816
struct elf_link_hash_table
etab
;
member in struct:elf_metag_link_hash_table
1046
if (!_bfd_elf_link_hash_table_init (&htab->
etab
, abfd,
[
all
...]
elf32-avr.c
71
struct elf_link_hash_table
etab
;
member in struct:elf32_avr_link_hash_table
786
if (!_bfd_elf_link_hash_table_init (&htab->
etab
, abfd,
802
htab->
etab
.root.hash_table_free = elf32_avr_link_hash_table_free;
804
return &htab->
etab
.root;
[
all
...]
/libcore/ojluni/src/main/native/
jvm.h
986
unsigned long
etab
; /* catch table */
member in struct:__anon35964
[
all
...]
Completed in 183 milliseconds