HomeSort by relevance Sort by last modified time
    Searched full:sect_name (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/lib/LD/
Relocator.cpp 57 std::string sect_name(pSection.name());
59 sect_name = sect_name.substr(sect_name.find('.', /*pos=*/1));
68 if (sect_name.substr(0, 5) != ".text") {
70 fatal(diag::undefined_reference) << reloc_sym << pInput.path() << sect_name