Lines Matching refs:section
228 section: SymbolSection::Undefined, in declare_function()
252 section: SymbolSection::Undefined, in declare_anonymous_function()
295 section: SymbolSection::Undefined, in declare_data()
325 section: SymbolSection::Undefined, in declare_anonymous_data()
406 let section = if custom_segment_section.is_none() { in define_data() localVariable
453 object::BinaryFormat::Elf => match self.object.section_flags_mut(section) { in define_data()
473 .add_symbol_bss(symbol, section, size as u64, align), in define_data()
476 .add_symbol_data(symbol, section, &contents, align), in define_data()
480 section, in define_data()
511 let section = if self.per_function_section { in define_function_inner() localVariable
520 let offset = self.object.add_symbol_data(symbol, section, bytes, align); in define_function_inner()
524 section, in define_function_inner()
575 symbol.section, in finish()
630 section: SymbolSection::Undefined, in get_symbol()
651 section: SymbolSection::Undefined, in get_symbol()
661 section: SymbolSection::Undefined, in get_symbol()
685 section: SymbolSection::Section(func_symbol.section.id().unwrap()), in get_symbol()
1002 section: SectionId, field