Home
last modified time | relevance | path

Searched defs:map_address (Results 1 – 6 of 6) sorted by relevance

/external/elfutils/libelf/
Delf_begin.c40 file_read_ar (int fildes, void *map_address, off_t offset, size_t maxsize, in file_read_ar()
62 get_shnum (void *map_address, unsigned char *e_ident, int fildes, off_t offset, in get_shnum()
186 file_read_elf (int fildes, void *map_address, off_t offset, size_t maxsize, in file_read_elf()
419 __libelf_read_mmaped_file (int fildes, void *map_address, off_t offset, in __libelf_read_mmaped_file()
504 void *map_address = NULL; in read_file() local
Dcommon.h56 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, in allocate_elf()
DlibelfP.h247 void *map_address; member
/external/v8/src/x64/
Dic-x64.cc176 Address map_address = test_instruction_address + delta + 2; in PatchInlinedMapCheck() local
1338 Address map_address = test_instruction_address + delta + 2; in PatchInlinedLoad() local
/external/v8/src/ia32/
Dic-ia32.cc1294 Address map_address = test_instruction_address + delta + 3; in PatchInlinedLoad() local
1322 Address map_address = test_instruction_address + delta + 3; in PatchInlinedMapCheck() local
/external/v8/src/
Dobjects-inl.h954 MapWord MapWord::EncodeAddress(Address map_address, int offset) { in EncodeAddress()