Searched refs:rva (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drescoff.c81 bfd_byte rva[4]; member in struct:extern_res_entry
90 bfd_byte rva[4]; member in struct:extern_res_data
213 unsigned long name, rva;
222 rva = getfi_32 (finfo, ere->rva);
244 if ((rva & 0x80000000) != 0)
246 rva &=~ 0x80000000;
247 if (rva >= (size_t) (finfo->data_end - finfo->data))
250 re->u.dir = read_coff_res_dir (finfo->data + rva, finfo, type,
255 if (rva >
212 unsigned long name, rva; local
266 unsigned long name, rva; local
314 unsigned long size, rva; local
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32heap.h95 IMAGE_SECTION_HEADER * rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header);
H A Dw32heap.c35 #define RVA_TO_PTR(rva) ((unsigned char *)((DWORD)(rva) + (DWORD)GetModuleHandle (NULL)))
H A Dunexw32.c235 rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header) argument
252 if (rva >= section->VirtualAddress
253 && rva < section->VirtualAddress + real_size)
320 #define RVA_TO_OFFSET(rva, section) \
321 (section->PointerToRawData + ((DWORD)(rva) - section->VirtualAddress))
323 #define RVA_TO_SECTION_OFFSET(rva, section) \
324 ((DWORD)(rva) - section->VirtualAddress)
/macosx-10.10.1/emacs-93/emacs/nt/
H A Daddsection.c169 rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header) argument
186 if (rva >= section->VirtualAddress
187 && rva < section->VirtualAddress + real_size)
254 #define RVA_TO_OFFSET(rva, section) \
255 (section->PointerToRawData + ((DWORD)(rva) - section->VirtualAddress))
257 #define RVA_TO_SECTION_OFFSET(rva, section) \
258 ((DWORD)(rva) - section->VirtualAddress)
H A Dpreprep.c201 rva_to_section (DWORD rva, IMAGE_NT_HEADERS * nt_header) argument
218 if (rva >= section->VirtualAddress
219 && rva < section->VirtualAddress + real_size)
286 #define RVA_TO_OFFSET(rva, section) \
287 (section->PointerToRawData + ((DWORD)(rva) - section->VirtualAddress))
289 #define RVA_TO_SECTION_OFFSET(rva, section) \
290 ((DWORD)(rva) - section->VirtualAddress)
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DCOFF.h423 void setHintNameRVA(uint32_t rva) { data = rva; } argument
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ico/
H A Dico0.tcl1101 set rva [getulong $fh]
1103 set ICONS($file,$idx) [expr {$rva - $baserva + $base}]
H A Dico.tcl1344 set rva [getulong $fh]
1345 set RES($file,$type,$name,offset) [expr {$rva - $baserva + $base}]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfasm.vim101 syn keyword fasmOperator as at defined eq eqtype from mod on ptr rva used

Completed in 94 milliseconds