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

/frameworks/compile/mclinker/lib/LD/
H A DRelocator.cpp57 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
H A DELFReader.cpp379 const char* sect_name = sect_name_region.begin(); local
406 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);
873 const char* sect_name = sect_name_region.begin(); local
900 pInput, sect_name + sh_name, sh_type, sh_flags, sh_addralign);

Completed in 450 milliseconds