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

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Doverlays.exp198 # Verify that both sec1 and sec2 can be loaded simultaneously.
199 proc simultaneous_pair { sec1 sec2 } {
202 set pairname "$sec1 and $sec2 mapped simultaneously"
203 gdb_test "overlay map $sec1" "" "$pairname: map $sec1"
211 -re ".*[string_to_regexp $sec1], " { set seen_sec1 1; exp_continue }
/openbsd-current/gnu/llvm/lld/ELF/
H A DSymbols.cpp550 auto *sec1 = cast<InputSectionBase>(d->section); local
551 std::string src1 = sec1->getSrcMsg(sym, d->value);
552 std::string obj1 = sec1->getObjMsg(d->value);
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c4109 const asection *sec1 = *(const asection **) arg1;
4115 if (sec1->lma < sec2->lma)
4117 else if (sec1->lma > sec2->lma)
4122 if (sec1->vma < sec2->vma)
4124 else if (sec1->vma > sec2->vma)
4131 if (TOEND (sec1))
4137 if (sec1->target_index - sec2->target_index != 0)
4138 return sec1->target_index - sec2->target_index;
4151 size1 = (sec1->flags & SEC_LOAD) ? sec1
4104 const asection *sec1 = *(const asection **) arg1; local
8844 bfd_elf_match_symbols_in_sections(asection *sec1, asection *sec2, struct bfd_link_info *info) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c2105 const asection *const *sec1 = arg1;
2110 flags1 = (*sec1)->flags;
2127 if ((*sec1)->lma > (*sec2)->lma)
2129 else if ((*sec1)->lma < (*sec2)->lma)
2133 if ((*sec1)->_raw_size > (*sec2)->_raw_size)
2135 else if ((*sec1)->_raw_size < (*sec2)->_raw_size)
2103 const asection *const *sec1 = arg1; local
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c2346 const asection *const *sec1 = arg1;
2351 flags1 = (*sec1)->flags;
2368 if ((*sec1)->lma > (*sec2)->lma)
2370 else if ((*sec1)->lma < (*sec2)->lma)
2374 if (bfd_get_section_size (*sec1) > bfd_get_section_size (*sec2))
2376 else if (bfd_get_section_size (*sec1) < bfd_get_section_size (*sec2))
2344 const asection *const *sec1 = arg1; local
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinstall-info.c1534 struct spec_section **sec1 = (struct spec_section **) p1;
1536 char *name1 = (*sec1)->name;
1519 struct spec_section **sec1 = (struct spec_section **) p1; local
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c3592 const asection *sec1 = *(const asection **) arg1;
3598 if (sec1->lma < sec2->lma)
3600 else if (sec1->lma > sec2->lma)
3605 if (sec1->vma < sec2->vma)
3607 else if (sec1->vma > sec2->vma)
3614 if (TOEND (sec1))
3620 if (sec1->target_index - sec2->target_index != 0)
3621 return sec1->target_index - sec2->target_index;
3634 size1 = (sec1->flags & SEC_LOAD) ? sec1
3587 const asection *sec1 = *(const asection **) arg1; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlang.c451 struct wildcard_list *sec1 = ptr->handler_data[1]; local
463 s1 = find_section (file, sec1, &multiple_sections_found);
476 walk_wild_consider_section (ptr, file, s, sec1, callback, data);
4002 const asection *sec1 = *(const asection **) arg1;
4005 if (bfd_section_lma (sec1->owner, sec1)
4008 else if (bfd_section_lma (sec1->owner, sec1)
4000 const asection *sec1 = *(const asection **) arg1; local

Completed in 296 milliseconds