Home
last modified time | relevance | path

Searched refs:number_of_relocations (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/pdb-0.7.0/src/
H A Dpe.rs53 pub number_of_relocations: u16, field
83 number_of_relocations: parse_buffer.parse_u16()?, in parse()
128 .field("number_of_relocations", &self.number_of_relocations) in fmt()
161 assert_eq!(ish.number_of_relocations, 0); in image_section_header()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/goblin-0.4.3/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
72 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
163 let number = self.number_of_relocations as usize; in relocations()
185 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/goblin-0.0.24/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
63 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
143 let number = self.number_of_relocations as usize; in relocations()
167 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/www/firefox/firefox-99.0/third_party/rust/goblin/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
63 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
144 let number = self.number_of_relocations as usize; in relocations()
166 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/goblin/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
63 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
144 let number = self.number_of_relocations as usize; in relocations()
166 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/goblin/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
63 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
144 let number = self.number_of_relocations as usize; in relocations()
166 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/goblin/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
63 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
144 let number = self.number_of_relocations as usize; in relocations()
166 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
72 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
163 let number = self.number_of_relocations as usize; in relocations()
185 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/src/pe/
H A Dsection_table.rs17 pub number_of_relocations: u16, field
72 table.number_of_relocations = bytes.gread_with(offset, scroll::LE)?; in parse()
163 let number = self.number_of_relocations as usize; in relocations()
185 bytes.gwrite_with(self.number_of_relocations, offset, ctx)?; in try_into_ctx()
/dports/devel/libevt/libevt-20210424/libexe/
H A Dexe_section_table.h75 uint8_t number_of_relocations[ 2 ]; member
/dports/devel/libevtx/libevtx-20210525/libexe/
H A Dexe_section_table.h75 uint8_t number_of_relocations[ 2 ]; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/courgette/
H A Dtypes_win_pe.h26 uint16_t number_of_relocations; // Always zero in an image. member
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Dtype_win_pe.h62 uint16_t number_of_relocations; // Always zero in an image. member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Dtype_win_pe.h62 uint16_t number_of_relocations; // Always zero in an image. member
/dports/graphics/icoutils/icoutils-0.32.3/icotool/
H A Dwin32-endian.c70 BSWAP16(obj->number_of_relocations); in fix_win32_image_section_header()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/object-0.14.0/src/write/
H A Dcoff.rs304 number_of_relocations: section.relocations.len() as u16, in coff_write()
445 number_of_relocations: section.relocations.len() as u16, in coff_write()
/dports/www/firefox/firefox-99.0/third_party/rust/object/src/write/
H A Dcoff.rs313 number_of_relocations: section.relocations.len() as u16, in coff_write()
454 number_of_relocations: section.relocations.len() as u16, in coff_write()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/object/src/write/
H A Dcoff.rs313 number_of_relocations: section.relocations.len() as u16, in coff_write()
454 number_of_relocations: section.relocations.len() as u16, in coff_write()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/object/src/write/
H A Dcoff.rs313 number_of_relocations: section.relocations.len() as u16, in coff_write()
454 number_of_relocations: section.relocations.len() as u16, in coff_write()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/object/src/write/
H A Dcoff.rs313 number_of_relocations: section.relocations.len() as u16, in coff_write()
454 number_of_relocations: section.relocations.len() as u16, in coff_write()
/dports/net-im/fractal/fractal-4.4.0/vendor/object/src/write/
H A Dcoff.rs323 number_of_relocations: U16::new(LE, section.relocations.len() as u16), in coff_write()
545 number_of_relocations: U16Bytes::new(LE, section.relocations.len() as u16), in coff_write()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/object-0.18.0/src/write/
H A Dcoff.rs322 number_of_relocations: U16::new(LE, section.relocations.len() as u16), in coff_write()
543 number_of_relocations: U16Bytes::new(LE, section.relocations.len() as u16), in coff_write()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/object-0.19.0/src/write/
H A Dcoff.rs322 number_of_relocations: U16::new(LE, section.relocations.len() as u16), in coff_write()
544 number_of_relocations: U16Bytes::new(LE, section.relocations.len() as u16), in coff_write()
/dports/net/proby/proby-1.0.2/cargo-crates/object-0.20.0/src/write/
H A Dcoff.rs323 number_of_relocations: U16::new(LE, section.relocations.len() as u16), in coff_write()
545 number_of_relocations: U16Bytes::new(LE, section.relocations.len() as u16), in coff_write()
/dports/lang/zig-devel/zig-0.9.0/lib/std/
H A Dcoff.zig309 .number_of_relocations = try in.readIntLittle(u16),
392 number_of_relocations: u16,

123456789