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

/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp1864 ELFSegment* note_seg = NULL; local
1877 if (note_seg == NULL ||
1879 note_seg = elfSegmentTable().produce(llvm::ELF::PT_NOTE, cur_flag);
1881 note_seg->append(*sect);

Completed in 84 milliseconds