Searched refs:addr (Results 76 - 100 of 112) sorted by path

12345

/frameworks/compile/linkloader/include/
H A DGOT.h29 int search_got(int symbol_index, void *addr, uint8_t bind_type);
H A DStubLayout.h35 void *allocateStub(void *addr = 0);
41 virtual void setStubAddress(void *stub, void *addr) = 0;
51 virtual void setStubAddress(void *stub, void *addr);
60 virtual void setStubAddress(void *stub, void *addr);
/frameworks/compile/linkloader/lib/
H A DGOT.cpp29 int search_got(int symbol_index, void *addr, uint8_t bind_type) argument
36 addr = (void *)(((intptr_t)addr + 0x8000) & 0xFFFF0000);
44 if (got_symbol_addresses[i] == addr) {
50 rsl_assert (got_symbol_addresses[i] == addr
60 got_symbol_addresses[got_symbol_count] = addr;
H A DStubLayout.cpp35 void *StubLayout::allocateStub(void *addr) { argument
37 std::map<void *, void *>::iterator index_iter = stub_index.find(addr);
51 setStubAddress(stub, addr);
52 stub_index.insert(std::make_pair(addr, stub));
69 void StubLayoutARM::setStubAddress(void *stub_, void *addr) { argument
77 *target = addr;
84 void StubLayoutMIPS::setStubAddress(void *stub_, void *addr) { argument
85 uint32_t addr32 = (uint32_t)(uintptr_t)addr;
/frameworks/compile/linkloader/
H A Dmain.cpp111 void *addr; member in struct:func_entry_t
135 return tab[i].addr;
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h75 /// addr - An integer specifying the virtual address of this section in the
79 /// constraint is set in SectionData::setAlignment. addr() contains the
83 /// Because addr() in output is changing during linking, MCLinker does not
85 uint64_t addr() const function in class:mcld::LDSection
119 void setAddr(uint64_t addr) argument
120 { m_Addr = addr; }
/frameworks/compile/mclinker/lib/LD/
H A DELFWriter.cpp204 shdr[sectIdx].sh_addr = ld_sect->addr();
237 shdr[sectIdx].sh_addr = ld_sect->addr();
500 frag_ref->frag()->getParent()->getSection().addr() +
539 frag_ref->frag()->getParent()->getSection().addr() +
H A DRelocation.cpp37 Address sect_addr = pLayout.getOutputLDSection(*(m_TargetAddress.frag()))->addr();
45 return m_pSymInfo->outSymbol()->fragRef()->frag()->getParent()->getSection().addr();
/frameworks/compile/mclinker/lib/MC/
H A DMCLinker.cpp453 uint64_t addr = getLayout().getOutputLDSection(*(*symbol)->fragRef()->frag())->addr(); local
454 (*symbol)->setValue(value + addr);
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
H A DARMLDBackend.cpp157 m_pGOT->applyGOT0(file_format->getDynamic().addr());
H A DARMPLT.cpp148 uint64_t plt_base = m_Section.addr();
151 uint64_t got_base = m_GOT.getSection().addr();
182 uint64_t plt_base = m_Section.addr();
185 uint64_t got_base = m_GOT.getSection().addr();
H A DARMRelocationFactory.cpp181 return pParent.getTarget().getGOT().getSection().addr();
230 return pParent.getTarget().getPLT().getSection().addr();
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp183 applyOne(llvm::ELF::DT_INIT, pFormat.getInit().addr()); // DT_INIT
186 applyOne(llvm::ELF::DT_FINI, pFormat.getFini().addr()); // DT_FINI
190 applyOne(llvm::ELF::DT_INIT_ARRAY, pFormat.getInitArray().addr());
198 applyOne(llvm::ELF::DT_FINI_ARRAY, pFormat.getFiniArray().addr());
205 applyOne(llvm::ELF::DT_HASH, pFormat.getHashTab().addr()); // DT_HASH
208 applyOne(llvm::ELF::DT_SYMTAB, pFormat.getDynSymTab().addr()); // DT_SYMTAB
213 applyOne(llvm::ELF::DT_STRTAB, pFormat.getDynStrTab().addr()); // DT_STRTAB
225 applyOne(llvm::ELF::DT_JMPREL, pFormat.getRelPlt().addr()); // DT_JMPREL
230 applyOne(llvm::ELF::DT_REL, pFormat.getRelDyn().addr()); // DT_REL
236 applyOne(llvm::ELF::DT_RELA, pFormat.getRelaDyn().addr()); // DT_REL
[all...]
H A DGNULDBackend.cpp1519 segment.setVaddr(segment.getFirstSection()->addr());
1529 segment.setMemsz(last_sect->addr() - segment.vaddr() + last_sect->size());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp55 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
H A DMipsLDBackend.cpp496 m_pGpDispSymbol->setValue(m_pGOT->getSection().addr() + 0x7FF0);
H A DMipsRelocationFactory.cpp110 return pParent.getTarget().getGOT().getSection().addr() + 0x7FF0;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
H A DX86LDBackend.cpp576 m_pGOTPLT->applyGOT0(FileFormat->getDynamic().addr());
H A DX86PLT.cpp166 uint64_t got_base = m_GOTPLT.getSection().addr();
180 uint64_t plt_base = m_Section.addr();
183 uint64_t got_base = m_GOTPLT.getSection().addr();
H A DX86RelocationFactory.cpp145 return pParent.getTarget().getGOTPLT().getSection().addr();
156 pParent.getTarget().getGOT().getSection().addr();
196 return pParent.getTarget().getPLT().getSection().addr();
/frameworks/native/cmds/dumpstate/
H A Dutils.c287 struct sockaddr addr; local
288 socklen_t alen = sizeof(addr);
289 int fd = accept(s, &addr, &alen);
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp234 uint32_t addr = (uint32_t)((void*)gl_no_context); local
237 addr,
H A DeglApi.cpp721 __eglMustCastToProperFunctionPointerType addr; local
722 addr = findProcAddress(procname, sExtentionMap, NELEM(sExtentionMap));
723 if (addr) return addr;
747 addr = sGLExtentionMap.valueFor(name);
758 if (!addr && (slot < MAX_NUMBER_OF_GL_EXTENSIONS)) {
775 addr = gExtensionForwarders[slot];
776 sGLExtentionMap.add(name, addr);
782 return addr;

Completed in 1240 milliseconds

12345