Searched defs:sect_addr (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 666 uint32_t sect_size, uint64_t sect_addr, in DumpCstringSection() 699 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral4Section() 743 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral8Section() 775 uint32_t sect_size, uint64_t sect_addr, in DumpLiteral16Section() 802 uint64_t sect_addr, in DumpLiteralPointerSection() 972 uint32_t sect_size, uint64_t sect_addr, in DumpInitTermPointerSection() 1099 uint64_t sect_addr = Section.getAddress(); in DumpSectionContents() local 1840 uint32_t sect_addr = info->S.getAddress(); in SymbolizerGetOpInfo() local 1928 uint64_t sect_addr = info->S.getAddress(); in SymbolizerGetOpInfo() local 2009 uint32_t sect_addr = info->S.getAddress(); in SymbolizerGetOpInfo() local [all …]
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Fragment/ |
D | Relocation.cpp | 82 Address sect_addr = m_TargetAddress.frag()->getParent()->getSection().addr(); in place() local
|