/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
sec64k.exp | 84 puts $ofd " .macro sec secn, secp" 86 puts $ofd " .section .foo.\\secn,\"ax\"" 88 puts $ofd " .section .foo.\\secn,\"aw\"" 90 puts $ofd " .global foo_\\secn" 91 puts $ofd "foo_\\secn:" 93 puts $ofd "bar_\\secn:" 94 puts $ofd " .dc.a bar_\\secn" 97 puts $ofd " secn = [expr $i * $secs_per_file]" 99 puts $ofd " .set secn, [expr $i * $secs_per_file]" 103 puts $ofd " secn = secn + 1 [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
getsection.h | 92 * secn Section number 0.. 96 * Finds the secn'th section in the specified module, and fills in 97 * the provided LDR_SECTION_INFO structure. If there are less than "secn+1" 104 const unsigned secn,
|
/toolchain/binutils/binutils-2.25/gold/ |
icf.cc | 181 Section_id secn = id_section[i]; local 189 Task_lock_obj<Object> tl(dummy_task, secn.first); 191 contents = secn.first->section_contents(secn.second, 223 // SECN : Section for which contents are desired. 233 const Section_id& secn, 244 Task_lock_obj<Object> tl(dummy_task, secn.first); 249 contents = secn.first->section_contents(secn.second, &plen, false); 263 reloc_info_list.find(secn); 597 Section_id secn = id_section[i]; local [all...] |
gc.h | 101 Section_id secn) 102 { this->cident_sections_[section_name].insert(secn); }
|
layout.h | 551 // Maps section SECN to SEGMENT s. 553 insert_section_segment_map(Const_section_id secn, Unique_segment_info *s); [all...] |
layout.cc | [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
sysroff.info | 193 (("section number") (2 bytes) ("secn"))
|
srconv.c | 546 rl.secn = ref->where->section->number; 556 rl.secn = ref->where->section->number; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf.c | 3033 unsigned int section_number, secn; local [all...] |
mmo.c | [all...] |