Home
last modified time | relevance | path

Searched refs:hdr_index (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/duktape-lib/duktape-2.6.0/src-input/
H A Dduk_hobject_pc2line.c25 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
50 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
51 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
57 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
58 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
129 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
160 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/lang/duktape-lib/duktape-2.6.0/src-separate/
H A Dduk_hobject_pc2line.c25 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
50 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
51 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
57 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
58 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
129 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
160 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-input/
H A Dduk_hobject_pc2line.c25 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
50 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
51 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
57 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
58 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
129 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
160 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_pc2line.c25 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
48 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
50 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
51 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
57 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
58 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
129 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
142 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
143 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
160 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hobject_pc2line.c26 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
54 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
56 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
57 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
63 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
64 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
135 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
148 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
149 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
166 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject_pc2line.c26 duk_uint_fast32_t hdr_index; in duk_hobject_pc2line_pack() local
54 hdr_index = 1 + (curr_pc / DUK_PC2LINE_SKIP) * 2; in duk_hobject_pc2line_pack()
56 hdr[hdr_index + 0] = (duk_uint32_t) curr_line; in duk_hobject_pc2line_pack()
57 hdr[hdr_index + 1] = (duk_uint32_t) curr_offset; in duk_hobject_pc2line_pack()
63 (long) hdr[hdr_index + 0], in duk_hobject_pc2line_pack()
64 (long) hdr[hdr_index + 1])); in duk_hobject_pc2line_pack()
135 duk_uint_fast32_t hdr_index; in duk__hobject_pc2line_query_raw() local
148 hdr_index = pc / DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
149 pc_base = hdr_index * DUK_PC2LINE_SKIP; in duk__hobject_pc2line_query_raw()
166 curr_line = hdr[1 + hdr_index * 2]; in duk__hobject_pc2line_query_raw()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DParamStudy.hpp169 size_t hdr_index);
761 size_t hdr_index) in centered_header() argument
763 String& h_string = allHeaders[hdr_index]; in centered_header()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/freescale/dpaa2/
H A Ddpkg.h454 u8 hdr_index; member
H A Ddpni-cmd.h428 u8 hdr_index; member
H A Ddpni.c47 extr->hdr_index = in dpni_prepare_key_cfg()
48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/freescale/dpaa2/
H A Ddpkg.h454 u8 hdr_index; member
H A Ddpni-cmd.h428 u8 hdr_index; member
H A Ddpni.c47 extr->hdr_index = in dpni_prepare_key_cfg()
48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/freescale/dpaa2/
H A Ddpkg.h454 u8 hdr_index; member
H A Ddpni-cmd.h428 u8 hdr_index; member
H A Ddpni.c47 extr->hdr_index = in dpni_prepare_key_cfg()
48 cfg->extracts[i].extract.from_hdr.hdr_index; in dpni_prepare_key_cfg()
/dports/devel/binutils/binutils-2.37/bfd/
H A Delf.c2946 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2962 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2998 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3039 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3076 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
4652 unsigned int hdr_index; in _bfd_elf_map_sections_to_segments() local
4763 hdr_index = 0; in _bfd_elf_map_sections_to_segments()
4941 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
4961 hdr_index = i; in _bfd_elf_map_sections_to_segments()
4968 && (i - hdr_index != 1 in _bfd_elf_map_sections_to_segments()
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf.c2946 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2962 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2998 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3039 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3076 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
4652 unsigned int hdr_index; in _bfd_elf_map_sections_to_segments() local
4763 hdr_index = 0; in _bfd_elf_map_sections_to_segments()
4941 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
4961 hdr_index = i; in _bfd_elf_map_sections_to_segments()
4968 && (i - hdr_index != 1 in _bfd_elf_map_sections_to_segments()
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf.c2946 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2962 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2998 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3039 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3076 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
4652 unsigned int hdr_index; in _bfd_elf_map_sections_to_segments() local
4763 hdr_index = 0; in _bfd_elf_map_sections_to_segments()
4941 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
4961 hdr_index = i; in _bfd_elf_map_sections_to_segments()
4968 && (i - hdr_index != 1 in _bfd_elf_map_sections_to_segments()
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf.c2946 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2962 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2998 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3039 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3076 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
4652 unsigned int hdr_index; in _bfd_elf_map_sections_to_segments() local
4763 hdr_index = 0; in _bfd_elf_map_sections_to_segments()
4941 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
4961 hdr_index = i; in _bfd_elf_map_sections_to_segments()
4968 && (i - hdr_index != 1 in _bfd_elf_map_sections_to_segments()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Delf.c2354 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2369 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2405 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2444 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2451 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2454 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2463 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2470 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2473 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2476 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
[all …]
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Delf.c2366 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2381 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2417 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2456 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2463 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2466 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2475 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2482 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2485 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2488 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Delf.c2834 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2849 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2885 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2924 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2931 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2934 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2943 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2950 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2953 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2956 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Delf.c2834 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2849 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2885 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2924 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2931 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2934 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2943 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2950 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2953 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2956 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Delf.c2889 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2904 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2940 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2979 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2986 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2989 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2998 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
3006 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
3009 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
3012 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
[all …]

123