Home
last modified time | relevance | path

Searched refs:parse_gnu_hash_section (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/goblin-0.3.1/tests/
H A Delf.rs13 fn parse_gnu_hash_section(base: &[u8], symbol_name: &str) -> Result<Sym, &'static str> { in parse_gnu_hash_section() function
42 parse_gnu_hash_section(&ALIGNED_DATA.0, "helloWorld"), in test_parse_gnu_hash_section_64bit()
53 parse_gnu_hash_section(&ALIGNED_DATA.0, "_edata"), in test_parse_gnu_hash_section_64bit()
64 parse_gnu_hash_section(&ALIGNED_DATA.0, "__gmon_start__"), in test_parse_gnu_hash_section_64bit()
75 parse_gnu_hash_section(&ALIGNED_DATA.0, "helloWorld"), in test_parse_gnu_hash_section_32bit()
86 parse_gnu_hash_section(&ALIGNED_DATA.0, "_edata"), in test_parse_gnu_hash_section_32bit()
97 parse_gnu_hash_section(&ALIGNED_DATA.0, "__gmon_start__"), in test_parse_gnu_hash_section_32bit()
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/goblin-0.4.2/tests/
H A Delf.rs11 fn parse_gnu_hash_section(base: &[u8], symbol_name: &str) -> Result<Sym, &'static str> { in parse_gnu_hash_section() function
78 parse_gnu_hash_section(&ALIGNED_DATA.0, "helloWorld"), in test_parse_gnu_hash_section_64bit()
89 parse_gnu_hash_section(&ALIGNED_DATA.0, "_edata"), in test_parse_gnu_hash_section_64bit()
100 parse_gnu_hash_section(&ALIGNED_DATA.0, "__gmon_start__"), in test_parse_gnu_hash_section_64bit()
111 parse_gnu_hash_section(&ALIGNED_DATA.0, "helloWorld"), in test_parse_gnu_hash_section_32bit()
122 parse_gnu_hash_section(&ALIGNED_DATA.0, "_edata"), in test_parse_gnu_hash_section_32bit()
133 parse_gnu_hash_section(&ALIGNED_DATA.0, "__gmon_start__"), in test_parse_gnu_hash_section_32bit()