Searched defs:map_address (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libelf/ |
D | elf_begin.c | 40 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
|
D | common.h | 56 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, in allocate_elf()
|
D | libelfP.h | 247 void *map_address; member
|
/external/v8/src/x64/ |
D | ic-x64.cc | 176 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/ |
D | ic-ia32.cc | 1294 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/ |
D | objects-inl.h | 954 MapWord MapWord::EncodeAddress(Address map_address, int offset) { in EncodeAddress()
|