Home
last modified time | relevance | path

Searched refs:relocationTable (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp484 …mbol(const ElfHeader *elfHeader, const Elf32_Rel &relocation, const SectionHeader &relocationTable) in relocateSymbol() argument
486 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info); in relocateSymbol()
489 int table = relocationTable.sh_link; in relocateSymbol()
569 …bol(const ElfHeader *elfHeader, const Elf64_Rela &relocation, const SectionHeader &relocationTable) in relocateSymbol() argument
571 const SectionHeader *target = elfSection(elfHeader, relocationTable.sh_info); in relocateSymbol()
574 int table = relocationTable.sh_link; in relocateSymbol()