/external/chromium_org/ui/views/ |
event_utils_aura.cc | 41 scoped_ptr<ui::LocatedEvent> relocated; local 44 relocated.reset(new ui::MouseEvent(orig)); 53 relocated->set_location(root_loc); 54 relocated->set_root_location(root_loc); 56 root_window->GetDispatcher()->RepostEvent(*relocated);
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 3 @ Implementation-detail test (unfortunately): values that are relocated do not
|
eh-compact-pr1.s | 65 @ The first word should be relocated to .TEST1 section, and the second word 66 @ should be relocated to .ARM.extab.TEST1 section. Besides, there is
|
eh-directive-section.s | 84 @ The first word should be relocated to the code address in .TEST1 section. 85 @ The second word should be relocated to the EHTAB entry in .ARM.extab.TEST1 135 @ The first word should be relocated to the code address in TEST2 section. 136 @ The second word should be relocated to the EHTAB entry in .ARM.extabTEST2
|
eh-compact-pr0.s | 62 @ The first word should be relocated to .TEST1 section. Besides, there is 97 @ The first word should be relocated to .TEST2 section. Besides, there is
|
eh-directive-section-multiple-func.s | 94 @ The first word of each entry should be relocated to .TEST1 section. 95 @ The second word of each entry should be relocated to
|
eh-directive-text-section-multiple-func.s | 60 @ The first word of each entry should be relocated to .text section.
|
eh-directive-text-section.s | 75 @ The first word should be relocated to the code address in .text section.
|
/external/elfutils/libdwfl/ |
relocate.c | 119 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */ 122 Elf *relocated, struct reloc_symtab_cache *cache, 127 if (mod->symfile == NULL || mod->symfile->elf != relocated) 135 while ((scn = elf_nextscn (relocated, scn)) != NULL) 144 cache->symelf = relocated; 169 the file being relocated, so it's what we need. Or else 283 relocate_section (Dwfl_Module *mod, Elf *relocated, const GElf_Ehdr *ehdr, 291 const char *tname = elf_strptr (relocated, shstrndx, tshdr->sh_name); 330 Dwfl_Error error = relocate_getsym (mod, relocated, reloc_symtab, 404 Elf_Data *d = gelf_xlatetom (relocated, &tmpdata, &rdata [all...] |
dwfl_module_getdwarf.c | 608 if (mod->e_type == ET_REL && !debugfile->relocated) 612 /* The debugging sections have to be relocated. */ 712 if (mod->e_type == ET_REL && ! mod->main.relocated) 717 mod->main.relocated = true; 723 mod->debug.relocated = true; 724 else if (mod->debug.elf != NULL && ! mod->debug.relocated) 726 mod->debug.relocated = true; 754 && mod->main.relocated && ! mod->debug.relocated) 756 mod->debug.relocated = true [all...] |
libdwflP.h | 136 bool relocated; /* Partial relocation of all sections done. */ member in struct:dwfl_file 247 this, dwarf_begin_elf on FILE will read the relocated data. 255 extern Dwfl_Error __libdwfl_relocate_section (Dwfl_Module *mod, Elf *relocated,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect1.asm | 22 ; with the VMM (Win3.x/9x kernel). To be relocated
|
/external/qemu-pc-bios/bochs/bios/ |
rombios.c | 8646 int19_relocated: ;; Boot function, relocated local [all...] |