OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringtab
(Results
1 - 2
of
2
) sorted by null
/external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c
101
char *
stringtab
= NULL;
local
135
stringtab
= malloc (sec_size);
137
if (
stringtab
== NULL || fread (
stringtab
, 1, sec_size, f) != sec_size)
145
char *secname = &
stringtab
[sec_position];
216
&& strcmp(&
stringtab
[sec_hdrs[j].sh_name], ".text") == 0) {
237
free (
stringtab
);
306
free (
stringtab
);
/external/u-boot/drivers/usb/gadget/
ether.c
867
static struct usb_gadget_strings
stringtab
= {
variable in typeref:struct:usb_gadget_strings
[
all
...]
Completed in 144 milliseconds