HomeSort by: relevance | last modified time | path
    Searched refs:r_offset (Results 1 - 25 of 280) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libc/stdlib/
unsetenv.c 60 ssize_t r_offset, w_offset; local
74 r_offset = __getenvslot(name, l_name, false);
75 if (r_offset == -1) {
80 __freeenvvar(environ[r_offset]);
86 w_offset = r_offset;
87 while (environ[++r_offset] != NULL) {
88 if (strncmp(environ[r_offset], name, l_name) != 0 ||
89 environ[r_offset][l_name] != '=') {
91 environ[w_offset++] = environ[r_offset];
94 __freeenvvar(environ[r_offset]);
    [all...]
  /src/external/gpl3/binutils/dist/include/coff/
tic30.h 37 char r_offset[4]; member in struct:external_reloc
loongarch64.h 60 char r_offset[4]; member in struct:external_reloc
mcore.h 66 char r_offset [4]; member in struct:external_reloc
riscv64.h 58 char r_offset[4]; member in struct:external_reloc
z8k.h 42 char r_offset[4]; member in struct:external_reloc
  /src/external/gpl3/binutils.old/dist/include/coff/
tic30.h 37 char r_offset[4]; member in struct:external_reloc
loongarch64.h 60 char r_offset[4]; member in struct:external_reloc
mcore.h 66 char r_offset [4]; member in struct:external_reloc
riscv64.h 58 char r_offset[4]; member in struct:external_reloc
z8k.h 42 char r_offset[4]; member in struct:external_reloc
  /src/sys/arch/powerpc/powerpc/
kobj_machdep.c 85 where = (Elf_Addr *) (relocbase + rela->r_offset);
86 hwhere = (Elf32_Half *) (relocbase + rela->r_offset);
88 wwhere = (Elf64_Half *) (relocbase + rela->r_offset);
113 addend -= relocbase + rela->r_offset; /* A -= P */
  /src/external/gpl3/binutils/dist/bfd/
elf32-h8300.c 492 contents, rel->r_offset,
516 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
521 (info, name, input_bfd, input_section, rel->r_offset, true);
542 input_section, rel->r_offset);
843 + sec->output_offset + irel->r_offset - 1);
862 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
912 && last_reloc->r_offset + 2 == irel->r_offset
927 contents + last_reloc->r_offset - 1);
931 contents + last_reloc->r_offset - 1)
    [all...]
elf32-m68hc11.c 571 if (i1->r_offset == i2->r_offset)
574 return i1->r_offset < i2->r_offset ? -1 : 1;
732 be sorted on 'r_offset'. This is not guaranteed so we must sort. */
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2);
806 || irel->r_offset + 3 != nrel->r_offset
812 roffset = bfd_get_8 (abfd, contents + irel->r_offset + 1)
    [all...]
elf-m10200.c 402 contents, rel->r_offset,
426 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
432 rel->r_offset, true);
453 input_section, rel->r_offset);
497 if ((irel->r_offset > addr
498 && irel->r_offset < toaddr))
499 irel->r_offset -= count;
695 value -= (irel->r_offset + 3);
706 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
718 bfd_put_8 (abfd, 0xfc, contents + irel->r_offset - 2)
    [all...]
elf32-msp430.c 834 + rel->r_offset), howto->type);
896 _bfd_read_unsigned_leb128 (input_bfd, contents + rel->r_offset, &len);
899 p = contents + rel->r_offset;
916 (long) rel->r_offset, input_section, input_bfd);
947 contents += rel->r_offset;
957 contents += rel->r_offset;
963 srel -= rel->r_offset;
998 contents += rel->r_offset;
1010 srel -= rel->r_offset;
1021 contents += rel->r_offset;
    [all...]
elf32-cr16.c 1239 if ((irel->r_offset > addr && irel->r_offset < toaddr))
1240 irel->r_offset -= count;
1395 contents, rel->r_offset,
1421 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
1426 (info, name, input_bfd, input_section, rel->r_offset, true);
1447 input_section, rel->r_offset);
1830 value -= irel->r_offset;
1842 contents + irel->r_offset);
1847 contents + irel->r_offset);
    [all...]
elf32-ip2k.c 551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
620 if (addr <= irel->r_offset && irel->r_offset < endaddr)
621 irel->r_offset += count;
678 stabp = stabcontents + irel->r_offset - 8;
818 if (!ip2k_elf_relax_delete_bytes (abfd, sec, irel->r_offset, 2))
840 addr = irel->r_offset;
859 if (ireltest->r_offset != addr)
874 ip2k_get_mem (abfd, misc->contents + irel->r_offset - 4, 4, code);
882 if (!ip2k_elf_relax_delete_bytes (abfd, sec, irel->r_offset - 4, 2)
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-h8300.c 491 contents, rel->r_offset,
515 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
520 (info, name, input_bfd, input_section, rel->r_offset, true);
541 input_section, rel->r_offset);
843 + sec->output_offset + irel->r_offset - 1);
862 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
912 && last_reloc->r_offset + 2 == irel->r_offset
927 contents + last_reloc->r_offset - 1);
931 contents + last_reloc->r_offset - 1)
    [all...]
elf32-m68hc11.c 571 if (i1->r_offset == i2->r_offset)
574 return i1->r_offset < i2->r_offset ? -1 : 1;
732 be sorted on 'r_offset'. This is not guaranteed so we must sort. */
792 if (irel->r_offset + 2 >= sec->size)
798 code = bfd_get_8 (abfd, contents + irel->r_offset + 2);
806 || irel->r_offset + 3 != nrel->r_offset
812 roffset = bfd_get_8 (abfd, contents + irel->r_offset + 1)
    [all...]
elf-m10200.c 401 contents, rel->r_offset,
425 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
431 rel->r_offset, true);
452 input_section, rel->r_offset);
496 if ((irel->r_offset > addr
497 && irel->r_offset < toaddr))
498 irel->r_offset -= count;
694 value -= (irel->r_offset + 3);
705 code = bfd_get_8 (abfd, contents + irel->r_offset - 1);
717 bfd_put_8 (abfd, 0xfc, contents + irel->r_offset - 2)
    [all...]
elf32-msp430.c 834 + rel->r_offset), howto->type);
896 _bfd_read_unsigned_leb128 (input_bfd, contents + rel->r_offset, &len);
899 p = contents + rel->r_offset;
916 (long) rel->r_offset, input_section, input_bfd);
947 contents += rel->r_offset;
957 contents += rel->r_offset;
963 srel -= rel->r_offset;
998 contents += rel->r_offset;
1010 srel -= rel->r_offset;
1021 contents += rel->r_offset;
    [all...]
elf32-ip2k.c 551 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
620 if (addr <= irel->r_offset && irel->r_offset < endaddr)
621 irel->r_offset += count;
678 stabp = stabcontents + irel->r_offset - 8;
818 if (!ip2k_elf_relax_delete_bytes (abfd, sec, irel->r_offset, 2))
840 addr = irel->r_offset;
859 if (ireltest->r_offset != addr)
874 ip2k_get_mem (abfd, misc->contents + irel->r_offset - 4, 4, code);
882 if (!ip2k_elf_relax_delete_bytes (abfd, sec, irel->r_offset - 4, 2)
    [all...]
  /src/external/gpl3/binutils/dist/include/elf/
external.h 204 unsigned char r_offset[4]; /* Location at which to apply the action */ member in struct:__anon8129
209 unsigned char r_offset[4]; /* Location at which to apply the action */ member in struct:__anon8130
219 unsigned char r_offset[8]; /* Location at which to apply the action */ member in struct:__anon8132
224 unsigned char r_offset[8]; /* Location at which to apply the action */ member in struct:__anon8133
  /src/external/gpl3/binutils.old/dist/include/elf/
external.h 204 unsigned char r_offset[4]; /* Location at which to apply the action */ member in struct:__anon9593
209 unsigned char r_offset[4]; /* Location at which to apply the action */ member in struct:__anon9594
219 unsigned char r_offset[8]; /* Location at which to apply the action */ member in struct:__anon9596
224 unsigned char r_offset[8]; /* Location at which to apply the action */ member in struct:__anon9597

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 91011>>