Searched refs:sect_name (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp59 std::string sect_name(pSection.name());
60 sect_name = sect_name.substr(sect_name.find('.', /*pos=*/1)); // Drop .rel(a) prefix
69 if (sect_name.substr(0, 5) != ".text") {
73 << sect_name
H A DELFReader.cpp395 const char* sect_name = sect_name_region.begin(); local
423 sect_name+sh_name,
916 const char* sect_name = sect_name_region.begin(); local
944 sect_name+sh_name,

Completed in 37 milliseconds