OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONVERT_TO
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libelf/
elf32_getphdr.c
156
CONVERT_TO
(phdr[cnt].p_type, notcvt[cnt].p_type);
157
CONVERT_TO
(phdr[cnt].p_offset, notcvt[cnt].p_offset);
158
CONVERT_TO
(phdr[cnt].p_vaddr, notcvt[cnt].p_vaddr);
159
CONVERT_TO
(phdr[cnt].p_paddr, notcvt[cnt].p_paddr);
160
CONVERT_TO
(phdr[cnt].p_filesz, notcvt[cnt].p_filesz);
161
CONVERT_TO
(phdr[cnt].p_memsz, notcvt[cnt].p_memsz);
162
CONVERT_TO
(phdr[cnt].p_flags, notcvt[cnt].p_flags);
163
CONVERT_TO
(phdr[cnt].p_align, notcvt[cnt].p_align);
elf32_getshdr.c
137
CONVERT_TO
(shdr[cnt].sh_name, notcvt[cnt].sh_name);
138
CONVERT_TO
(shdr[cnt].sh_type, notcvt[cnt].sh_type);
139
CONVERT_TO
(shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
140
CONVERT_TO
(shdr[cnt].sh_addr, notcvt[cnt].sh_addr);
141
CONVERT_TO
(shdr[cnt].sh_offset, notcvt[cnt].sh_offset);
142
CONVERT_TO
(shdr[cnt].sh_size, notcvt[cnt].sh_size);
143
CONVERT_TO
(shdr[cnt].sh_link, notcvt[cnt].sh_link);
144
CONVERT_TO
(shdr[cnt].sh_info, notcvt[cnt].sh_info);
145
CONVERT_TO
(shdr[cnt].sh_addralign,
147
CONVERT_TO
(shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize)
[
all
...]
common.h
168
#define
CONVERT_TO
(Dst, Var) \
Completed in 62 milliseconds