Home
last modified time | relevance | path

Searched refs:sym_off (Results 1 – 21 of 21) sorted by relevance

/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/io/
H A Dnexrad.py1766 if self.prod_desc.sym_off:
1769 self._unpack_tabblock(msg_start, 2 * self.prod_desc.sym_off, False)
1777 self._unpack_rcm(msg_start, 2 * self.prod_desc.sym_off)
1779 if self.prod_desc.sym_off:
1780 self._unpack_symblock(msg_start, 2 * self.prod_desc.sym_off)
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf.c174 int sym_off; member
1824 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
1868 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */ in bpf_program__record_reloc()
1900 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3566 relo->insn_idx, relo->sym_off, relo->sym_off / 8); in bpf_program__reloc_text()
3601 insn->imm += relo->sym_off / 8 + prog->main_prog_cnt - relo->insn_idx; in bpf_program__reloc_text()
3639 insn[1].imm = insn[0].imm + relo->sym_off; in bpf_program__relocate()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dlibbpf.c174 int sym_off; member
1824 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
1868 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */ in bpf_program__record_reloc()
1900 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3566 relo->insn_idx, relo->sym_off, relo->sym_off / 8); in bpf_program__reloc_text()
3601 insn->imm += relo->sym_off / 8 + prog->main_prog_cnt - relo->insn_idx; in bpf_program__reloc_text()
3639 insn[1].imm = insn[0].imm + relo->sym_off; in bpf_program__relocate()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf.c196 int sym_off; member
3580 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()
3604 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3627 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3660 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */ in bpf_program__record_reloc()
3688 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
6376 insn[1].imm = insn[0].imm + relo->sym_off; in bpf_object__relocate_data()
6380 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6397 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6612 sub_insn_idx = relo->sym_off / BPF_INSN_SZ + insn->imm + 1; in bpf_object__reloc_code()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf.c196 int sym_off; member
3580 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()
3604 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3627 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3660 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */ in bpf_program__record_reloc()
3688 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
6376 insn[1].imm = insn[0].imm + relo->sym_off; in bpf_object__relocate_data()
6380 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6397 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6612 sub_insn_idx = relo->sym_off / BPF_INSN_SZ + insn->imm + 1; in bpf_object__reloc_code()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/bpf/
H A Dlibbpf.c196 int sym_off; member
3580 reloc_desc->sym_off = i; /* sym_off stores extern index */ in bpf_program__record_reloc()
3604 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3627 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
3660 reloc_desc->sym_off = 0; /* sym->st_value determines map_idx */ in bpf_program__record_reloc()
3688 reloc_desc->sym_off = sym->st_value; in bpf_program__record_reloc()
6376 insn[1].imm = insn[0].imm + relo->sym_off; in bpf_object__relocate_data()
6380 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6397 ext = &obj->externs[relo->sym_off]; in bpf_object__relocate_data()
6612 sub_insn_idx = relo->sym_off / BPF_INSN_SZ + insn->imm + 1; in bpf_object__reloc_code()
[all …]
/dports/devel/elfutils/elfutils-0.179/src/
H A Dreadelf.c10850 uint32_t sym_off = read_4ubyte_unaligned (dbg, readp); in print_gdb_index_section() local
10851 printf (gettext (" symbol offset: %#" PRIx32 "\n"), sym_off); in print_gdb_index_section()
10920 nextp = data->d_buf + sym_off; in print_gdb_index_section()
10921 if (sym_off >= data->d_size) in print_gdb_index_section()
10954 readp = data->d_buf + sym_off; in print_gdb_index_section()
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c954 bfd_vma sym_off; in xtensa_read_table_entries() local
961 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
962 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
963 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf32-xtensa.c954 bfd_vma sym_off; in xtensa_read_table_entries() local
961 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
962 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
963 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf32-xtensa.c871 bfd_vma sym_off; in xtensa_read_table_entries() local
878 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
879 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
880 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf32-xtensa.c954 bfd_vma sym_off; in xtensa_read_table_entries() local
961 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
962 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
963 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf32-xtensa.c861 bfd_vma sym_off; in xtensa_read_table_entries() local
868 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
869 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
870 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf32-xtensa.c954 bfd_vma sym_off; in xtensa_read_table_entries() local
961 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
962 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
963 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf32-xtensa.c868 bfd_vma sym_off; in xtensa_read_table_entries() local
875 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
876 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
877 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf32-xtensa.c868 bfd_vma sym_off; in xtensa_read_table_entries() local
875 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
876 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
877 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf32-xtensa.c878 bfd_vma sym_off; in xtensa_read_table_entries() local
885 sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries()
886 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
887 address += (section_addr + sym_off + irel->r_addend); in xtensa_read_table_entries()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xtensa/gnu/
H A Delf32-xtensa.c909 bfd_vma sym_off;
916 sym_off = get_elf_r_symndx_offset (abfd, r_symndx);
917 BFD_ASSERT (sym_off == 0);
918 address += (section_addr + sym_off + irel->r_addend);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-xtensa.c544 bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx); local
546 (section_addr + sym_off + rel->r_addend
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Delf32-xtensa.c544 bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx); local
546 (section_addr + sym_off + rel->r_addend
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Delf32-xtensa.c645 bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries() local
646 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
649 (section_addr + sym_off + rel->r_addend in xtensa_read_table_entries()
/dports/devel/djgpp-binutils/binutils-2.17/bfd/
H A Delf32-xtensa.c641 bfd_vma sym_off = get_elf_r_symndx_offset (abfd, r_symndx); in xtensa_read_table_entries() local
642 BFD_ASSERT (sym_off == 0); in xtensa_read_table_entries()
644 (section_addr + sym_off + rel->r_addend in xtensa_read_table_entries()