| /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
|
| riscv64.h | 58 char r_offset[4]; member in struct:external_reloc
|
| z8k.h | 42 char r_offset[4]; member in struct:external_reloc
|
| mcore.h | 66 char r_offset [4]; member in struct:external_reloc
|
| z80.h | 55 char r_offset[4]; member in struct:external_reloc
|
| arm.h | 122 char r_offset[4]; member in struct:external_reloc
|
| sh.h | 56 char r_offset[4]; member in struct:external_reloc 104 The r_offset field holds the difference between the reloc address 112 can relax. The r_offset field of the USES reloc holds the PC 119 loads associated with USES relocs. The r_offset field of the COUNT 124 /* The ALIGN reloc type is used for relaxing. The r_offset field is
|
| /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
|
| riscv64.h | 58 char r_offset[4]; member in struct:external_reloc
|
| z8k.h | 42 char r_offset[4]; member in struct:external_reloc
|
| mcore.h | 66 char r_offset [4]; member in struct:external_reloc
|
| z80.h | 55 char r_offset[4]; member in struct:external_reloc
|
| arm.h | 122 char r_offset[4]; member in struct:external_reloc
|
| sh.h | 56 char r_offset[4]; member in struct:external_reloc 104 The r_offset field holds the difference between the reloc address 112 can relax. The r_offset field of the USES reloc holds the PC 119 loads associated with USES relocs. The r_offset field of the COUNT 124 /* The ALIGN reloc type is used for relaxing. The r_offset field is
|
| /src/sys/external/bsd/gnu-efi/dist/gnuefi/ |
| reloc_ia64.S | 87 #define r_offset r23 define 151 ld8 r_offset = [rela] 159 add target = ldbase, r_offset
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-sframe.c | 72 unsigned int r_offset) 75 sfd_info->sfd_func_bfdinfo[func_idx].func_r_offset = r_offset; 140 sframe_decoder_set_func_r_offset (sfd_info, i, rel->r_offset); 514 unsigned int r_offset = 0; local 534 r_offset = sframe_decoder_get_func_r_offset (sfd_info, i); 548 r_offset = sframe_decoder_get_hdr_size (sfd_ctx); 555 = r_offset + (i * sizeof (sframe_func_desc_entry)); 561 address = sframe_read_value (abfd, contents, r_offset, 566 address += (sec->output_offset + r_offset); 684 irela->r_offset += o->output_offset [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-sframe.c | 70 unsigned int r_offset) 73 sfd_info->sfd_func_bfdinfo[func_idx].func_r_offset = r_offset; 128 sframe_decoder_set_func_r_offset (sfd_info, i, rel->r_offset); 477 unsigned int r_offset = 0; local 499 r_offset = sframe_decoder_get_func_r_offset (sfd_info, i); 513 r_offset = sframe_decoder_get_hdr_size (sfd_ctx); 520 = r_offset + (i * sizeof (sframe_func_desc_entry)); 526 address = sframe_read_value (abfd, contents, r_offset, 4); 530 address += (sec->output_offset + r_offset); 649 irela->r_offset += o->output_offset [all...] |
| /src/sys/dev/pci/ |
| pcivar.h | 259 bus_addr_t r_offset; member in struct:pci_range
|
| /src/sys/dev/wscons/ |
| wsdisplay_vcons.c | 1556 int r_offset, r_start; local 1576 r_offset = scr->scr_current_offset; 1583 r_offset = scr->scr_current_offset + num * scr->scr_ri.ri_cols; 1591 scr->scr_chars[r_offset], 1592 scr->scr_attrs[r_offset]); 1595 scr->scr_chars[r_offset], 1596 scr->scr_attrs[r_offset]); 1598 r_offset++;
|
| /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
|
| internal.h | 156 bfd_vma r_offset; /* Location at which to apply the action */ member in struct:elf_internal_rela
|
| /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
|