Home
last modified time | relevance | path

Searched refs:eor (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsimple-object-elf.c417 eor->ei_data = ei_data; in simple_object_elf_match()
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
432 && eor->shoff != 0) in simple_object_elf_match()
444 XDELETE (eor); in simple_object_elf_match()
448 if (eor->shnum == 0) in simple_object_elf_match()
468 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
474 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
478 XDELETE (eor); in simple_object_elf_match()
482 return (void *) eor; in simple_object_elf_match()
515 shnum = eor->shnum; in simple_object_elf_find_sections()
[all …]
/dragonfly/contrib/gdb-7/libiberty/
H A Dsimple-object-elf.c417 eor->ei_data = ei_data; in simple_object_elf_match()
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
432 && eor->shoff != 0) in simple_object_elf_match()
444 XDELETE (eor); in simple_object_elf_match()
448 if (eor->shnum == 0) in simple_object_elf_match()
468 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
474 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
478 XDELETE (eor); in simple_object_elf_match()
482 return (void *) eor; in simple_object_elf_match()
515 shnum = eor->shnum; in simple_object_elf_find_sections()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsimple-object-elf.c417 eor->ei_data = ei_data; in simple_object_elf_match()
431 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
432 && eor->shoff != 0) in simple_object_elf_match()
444 XDELETE (eor); in simple_object_elf_match()
448 if (eor->shnum == 0) in simple_object_elf_match()
468 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
474 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
478 XDELETE (eor); in simple_object_elf_match()
482 return (void *) eor; in simple_object_elf_match()
515 shnum = eor->shnum; in simple_object_elf_find_sections()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsimple-object-elf.c487 eor->ei_data = ei_data; in simple_object_elf_match()
501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
502 && eor->shoff != 0) in simple_object_elf_match()
514 XDELETE (eor); in simple_object_elf_match()
538 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
544 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
548 XDELETE (eor); in simple_object_elf_match()
556 XDELETE (eor); in simple_object_elf_match()
560 return (void *) eor; in simple_object_elf_match()
593 shnum = eor->shnum; in simple_object_elf_find_sections()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsimple-object-elf.c487 eor->ei_data = ei_data; in simple_object_elf_match()
501 if ((eor->shnum == 0 || eor->shstrndx == SHN_XINDEX) in simple_object_elf_match()
502 && eor->shoff != 0) in simple_object_elf_match()
514 XDELETE (eor); in simple_object_elf_match()
518 if (eor->shnum == 0) in simple_object_elf_match()
538 if (eor->shstrndx >= eor->shnum in simple_object_elf_match()
544 if (eor->shstrndx >= eor->shnum) in simple_object_elf_match()
548 XDELETE (eor); in simple_object_elf_match()
552 return (void *) eor; in simple_object_elf_match()
585 shnum = eor->shnum; in simple_object_elf_find_sections()
[all …]
/dragonfly/sys/kern/
H A Duipc_sockbuf.c235 int eor; in sbappendaddr() local
273 eor = m->m_flags; in sbappendaddr()
277 eor |= m->m_flags; in sbappendaddr()
279 m->m_flags |= eor & M_EOR; in sbappendaddr()
294 int eor; in sbappendcontrol() local
319 eor = m0->m_flags; in sbappendcontrol()
323 eor |= m0->m_flags; in sbappendcontrol()
342 int eor = 0; in sbcompress() local
361 (eor == 0 || in sbcompress()
430 if (eor) { in sbcompress()
[all …]
/dragonfly/lib/libc/net/
H A Dhesiod.c355 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; in get_txt_records() local
430 eor = p + len; in get_txt_records()
431 while (p < eor) { in get_txt_records()
433 if (p + n > eor) { in get_txt_records()
441 if (p < eor) { in get_txt_records()
/dragonfly/lib/libc/xdr/
H A Dxdr_rec.c606 flush_out(RECSTREAM *rstrm, bool_t eor) in flush_out() argument
608 uint32_t eormask = (eor == TRUE) ? LAST_FRAG : 0; in flush_out()
/dragonfly/lib/libc/gen/
H A Dgetpwent.c1253 char *result, *p, *q, *eor; in nis_adjunct() local
1262 eor = &result[resultlen]; in nis_adjunct()
1263 p = memchr(result, ':', eor - result); in nis_adjunct()
1264 if (p != NULL && ++p < eor && in nis_adjunct()
1265 (q = memchr(p, ':', eor - p)) != NULL) { in nis_adjunct()
/dragonfly/contrib/diffutils/lib/
H A Dregcomp.c2139 bin_tree_t *tree, *eor, *root; in parse() local
2146 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse()
2148 root = create_tree (dfa, tree, eor, CONCAT); in parse()
2150 root = eor; in parse()
2151 if (__glibc_unlikely (eor == NULL || root == NULL)) in parse()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregcomp.c2061 bin_tree_t *tree, *eor, *root; in parse() local
2068 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse()
2070 root = create_tree (dfa, tree, eor, CONCAT); in parse()
2072 root = eor; in parse()
2073 if (BE (eor == NULL || root == NULL, 0)) in parse()
/dragonfly/contrib/grep/lib/
H A Dregcomp.c2123 bin_tree_t *tree, *eor, *root; in parse() local
2130 eor = create_tree (dfa, NULL, NULL, END_OF_RE); in parse()
2132 root = create_tree (dfa, tree, eor, CONCAT); in parse()
2134 root = eor; in parse()
2135 if (__glibc_unlikely (eor == NULL || root == NULL)) in parse()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-avr.texi364 001001rdddddrrrr eor r,r