Home
last modified time | relevance | path

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

/frameworks/compile/linkloader/include/impl/
DELFSectionProgBits.hxx46 std::string reltab_name(".rel" + std::string(sh->getName())); in read() local
50 owner->getSectionByName(reltab_name.c_str())); in read()
DELFObject.hxx674 const char *reltab_name = sh->getName(); in relocate() local
677 need_rel_name = reltab_name + 4; in relocate()
681 need_rel_name = reltab_name + 5; in relocate()