Home
last modified time | relevance | path

Searched refs:find_offset (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/dports/databases/grass7/grass-7.8.6/lib/vector/diglib/
H A Dport_test.c102 static int find_offset(unsigned char *, unsigned char, int);
159 tmp = find_offset(u.c, dbl_cmpr[i], PORT_DOUBLE); in main()
184 tmp = find_offset(u.c, flt_cmpr[i], PORT_FLOAT); in main()
212 tmp = find_offset(u.c, off_t_cmpr[i], nat_off_t); in main()
237 tmp = find_offset(u.c, lng_cmpr[i], nat_lng); in main()
262 tmp = find_offset(u.c, int_cmpr[i], nat_int); in main()
287 tmp = find_offset(u.c, shrt_cmpr[i], nat_shrt); in main()
329 find_offset(unsigned char *basis, unsigned char search_value, int size) in find_offset() function
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/src/pe/
H A Dutils.rs54 pub fn find_offset (rva: usize, sections: &[section_table::SectionTable], file_alignment: u32) -> O… in find_offset() function
67find_offset(rva, sections, file_alignment).ok_or_else(|| error::Error::Malformed(msg.to_string())) in find_offset_or()
71 match find_offset(rva, sections, file_alignment) { in try_name()
84 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs89 … if let Some(offset) = utils::find_offset(rva as usize, sections, file_alignment) { in parse()
152 …if let Some(import_lookup_table_offset) = utils::find_offset(import_lookup_table_rva as usize, sec… in parse()
157 …} else if let Some(import_address_table_offset) = utils::find_offset(import_address_table_rva as u… in parse()
167 …let import_address_table_offset = &mut utils::find_offset(import_directory_entry.import_address_ta… in parse()
192 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
H A Dexport.rs79 …let export_name_pointer_table = utils::find_offset(export_directory_table.name_pointer_rva as usiz… in parse()
94 …let export_ordinal_table = utils::find_offset(export_directory_table.ordinal_table_rva as usize, s… in parse()
109 …let export_address_table = utils::find_offset(export_directory_table.export_address_table_rva as u… in parse()
129 …let name = utils::find_offset(export_directory_table.name_rva as usize, sections, file_alignment).… in parse()
217 …let name = utils::find_offset(ptr as usize, sections, file_alignment).and_then(|offset| bytes.prea…
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/pe/
H A Dutils.rs54 pub fn find_offset (rva: usize, sections: &[section_table::SectionTable], file_alignment: u32) -> O… in find_offset() function
67find_offset(rva, sections, file_alignment).ok_or_else(|| error::Error::Malformed(msg.to_string())) in find_offset_or()
71 match find_offset(rva, sections, file_alignment) { in try_name()
84 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs89 … if let Some(offset) = utils::find_offset(rva as usize, sections, file_alignment) { in parse()
152 …if let Some(import_lookup_table_offset) = utils::find_offset(import_lookup_table_rva as usize, sec… in parse()
157 …} else if let Some(import_address_table_offset) = utils::find_offset(import_address_table_rva as u… in parse()
167 …let import_address_table_offset = &mut utils::find_offset(import_directory_entry.import_address_ta… in parse()
192 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
H A Dexport.rs79 …let export_name_pointer_table = utils::find_offset(export_directory_table.name_pointer_rva as usiz… in parse()
94 …let export_ordinal_table = utils::find_offset(export_directory_table.ordinal_table_rva as usize, s… in parse()
109 …let export_address_table = utils::find_offset(export_directory_table.export_address_table_rva as u… in parse()
129 …let name = utils::find_offset(export_directory_table.name_rva as usize, sections, file_alignment).… in parse()
213 …let name = utils::find_offset(ptr as usize, sections, file_alignment).and_then(|offset| bytes.prea…
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/pe/
H A Dutils.rs54 pub fn find_offset (rva: usize, sections: &[section_table::SectionTable], file_alignment: u32) -> O… in find_offset() function
67find_offset(rva, sections, file_alignment).ok_or_else(|| error::Error::Malformed(msg.to_string())) in find_offset_or()
71 match find_offset(rva, sections, file_alignment) { in try_name()
84 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs89 … if let Some(offset) = utils::find_offset(rva as usize, sections, file_alignment) { in parse()
152 …if let Some(import_lookup_table_offset) = utils::find_offset(import_lookup_table_rva as usize, sec… in parse()
157 …} else if let Some(import_address_table_offset) = utils::find_offset(import_address_table_rva as u… in parse()
167 …let import_address_table_offset = &mut utils::find_offset(import_directory_entry.import_address_ta… in parse()
192 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
H A Dexport.rs79 …let export_name_pointer_table = utils::find_offset(export_directory_table.name_pointer_rva as usiz… in parse()
94 …let export_ordinal_table = utils::find_offset(export_directory_table.ordinal_table_rva as usize, s… in parse()
109 …let export_address_table = utils::find_offset(export_directory_table.export_address_table_rva as u… in parse()
129 …let name = utils::find_offset(export_directory_table.name_rva as usize, sections, file_alignment).… in parse()
213 …let name = utils::find_offset(ptr as usize, sections, file_alignment).and_then(|offset| bytes.prea…
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/src/pe/
H A Dutils.rs54 pub fn find_offset (rva: usize, sections: &[section_table::SectionTable], file_alignment: u32) -> O… in find_offset() function
67find_offset(rva, sections, file_alignment).ok_or_else(|| error::Error::Malformed(msg.to_string())) in find_offset_or()
71 match find_offset(rva, sections, file_alignment) { in try_name()
84 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs89 … if let Some(offset) = utils::find_offset(rva as usize, sections, file_alignment) { in parse()
152 …if let Some(import_lookup_table_offset) = utils::find_offset(import_lookup_table_rva as usize, sec… in parse()
157 …} else if let Some(import_address_table_offset) = utils::find_offset(import_address_table_rva as u… in parse()
167 …let import_address_table_offset = &mut utils::find_offset(import_directory_entry.import_address_ta… in parse()
192 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
H A Dexport.rs79 …let export_name_pointer_table = utils::find_offset(export_directory_table.name_pointer_rva as usiz… in parse()
94 …let export_ordinal_table = utils::find_offset(export_directory_table.ordinal_table_rva as usize, s… in parse()
109 …let export_address_table = utils::find_offset(export_directory_table.export_address_table_rva as u… in parse()
129 …let name = utils::find_offset(export_directory_table.name_rva as usize, sections, file_alignment).… in parse()
213 …let name = utils::find_offset(ptr as usize, sections, file_alignment).and_then(|offset| bytes.prea…
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/goblin/src/pe/
H A Dutils.rs54 pub fn find_offset (rva: usize, sections: &[section_table::SectionTable], file_alignment: u32) -> O… in find_offset() function
67find_offset(rva, sections, file_alignment).ok_or_else(|| error::Error::Malformed(msg.to_string())) in find_offset_or()
71 match find_offset(rva, sections, file_alignment) { in try_name()
84 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs89 … if let Some(offset) = utils::find_offset(rva as usize, sections, file_alignment) { in parse()
152 …if let Some(import_lookup_table_offset) = utils::find_offset(import_lookup_table_rva as usize, sec… in parse()
157 …} else if let Some(import_address_table_offset) = utils::find_offset(import_address_table_rva as u… in parse()
167 …let import_address_table_offset = &mut utils::find_offset(import_directory_entry.import_address_ta… in parse()
192 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/src/pe/
H A Dutils.rs61 pub fn find_offset( in find_offset() function
94 find_offset(rva, sections, file_alignment) in find_offset_or()
104 match find_offset(rva, sections, file_alignment) { in try_name()
123 let offset = find_offset(rva, sections, file_alignment) in get_data()
H A Dimport.rs122 utils::find_offset(rva as usize, sections, file_alignment) in parse()
191 utils::find_offset(import_lookup_table_rva as usize, sections, file_alignment) in parse()
206 utils::find_offset(import_address_table_rva as usize, sections, file_alignment) in parse()
225 let import_address_table_offset = &mut utils::find_offset( in parse()
274 …let offset = &mut utils::find_offset(import_directory_table_rva, sections, file_alignment).ok_or_e… in parse()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/goblin-0.4.3/src/pe/
H A Dutils.rs62 pub fn find_offset( in find_offset() function
101 find_offset(rva, sections, file_alignment, opts) in find_offset_or()
112 match find_offset(rva, sections, file_alignment, opts) { in try_name()
150 let offset = find_offset(rva, sections, file_alignment, opts) in get_data_with_opts()
H A Dimport.rs139 utils::find_offset(rva as usize, sections, file_alignment, opts) in parse_with_opts()
223 if let Some(import_lookup_table_offset) = utils::find_offset( in parse_with_opts()
242 } else if let Some(import_address_table_offset) = utils::find_offset( in parse_with_opts()
266 let import_address_table_offset = &mut utils::find_offset( in parse_with_opts()
333 &mut utils::find_offset(import_directory_table_rva, sections, file_alignment, opts) in parse_with_opts()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/src/pe/
H A Dutils.rs62 pub fn find_offset( in find_offset() function
101 find_offset(rva, sections, file_alignment, opts) in find_offset_or()
112 match find_offset(rva, sections, file_alignment, opts) { in try_name()
150 let offset = find_offset(rva, sections, file_alignment, opts) in get_data_with_opts()
H A Dimport.rs139 utils::find_offset(rva as usize, sections, file_alignment, opts) in parse_with_opts()
223 if let Some(import_lookup_table_offset) = utils::find_offset( in parse_with_opts()
242 } else if let Some(import_address_table_offset) = utils::find_offset( in parse_with_opts()
266 let import_address_table_offset = &mut utils::find_offset( in parse_with_opts()
333 &mut utils::find_offset(import_directory_table_rva, sections, file_alignment, opts) in parse_with_opts()
/dports/deskutils/osmo/osmo-0.4.4/src/
H A Dcontacts_import_csv.c31 find_offset(const gchar *text, gsize len, gchar separator, gint nth) { in find_offset() function
52 gint start = find_offset(text, text_len, separator, nth); in substring_fragment()
54 gint end = find_offset(text + start, text_len - start, separator, 2); in substring_fragment()
/dports/editors/xi-core/xi-editor-0.3.0/rust/plugin-lib/src/
H A Dstate_cache.rs117 pub fn find_offset(&self, offset: usize) -> Result<usize, usize> { in find_offset() method
231 let (line_num, ix) = match self.find_offset(offset) { in truncate_cache()
267 let ix = match self.find_offset(start) { in line_cache_simple_insert()
285 let ix = match self.find_offset(start) { in line_cache_simple_delete()
396 pub fn find_offset(&self, offset: usize) -> Result<usize, usize> { in find_offset() method
397 self.cache.find_offset(offset) in find_offset()
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dfields.c20 int find_offset(SEXP x, SEXP index) { in find_offset() function
85 int idx = find_offset(x, index); in vctrs_list_get()
91 int idx = find_offset(x, index); in vctrs_list_set()
/dports/archivers/unrpa/unrpa-2.3.0/unrpa/versions/
H A Dzix.py41 def find_offset(archive: BinaryIO) -> int: function
54 return find_offset(archive), key
76 return find_offset(archive), key

12345678910>>...12