SYMBOL INDEX (6077 symbols across 662 files) FILE: examples/simple/build.rs function main (line 3) | fn main() { FILE: examples/simple/src/main.rs type SimpleProbes (line 9) | trait SimpleProbes { method hello (line 10) | fn hello(who: &str); method greeting (line 11) | fn greeting(greeting: &str, name: &str); method optional_greeting (line 12) | fn optional_greeting(greeting: &str, name: &Option<&str>); function main (line 15) | fn main() { FILE: tracers-codegen/src/argtypes.rs function from_syn_type (line 77) | pub(crate) fn from_syn_type(ty: &syn::Type) -> Option { type ArgTypeInfo (line 94) | pub(crate) struct ArgTypeInfo { method new (line 103) | pub fn new>() -> ArgTypeInfo { method get_c_type_enum (line 113) | pub fn get_c_type_enum(&self) -> CType { method get_c_type_str (line 119) | pub fn get_c_type_str(&self) -> &str { method get_rust_type_str (line 134) | pub fn get_rust_type_str(&self) -> &str { function test_type_support (line 197) | fn test_type_support() { function test_support_for_all_test_traits (line 227) | fn test_support_for_all_test_traits() { FILE: tracers-codegen/src/build_rs.rs type FeatureFlags (line 21) | struct FeatureFlags { method from_env (line 35) | pub fn from_env() -> TracersResult { method new (line 48) | pub fn new( method enable_tracing (line 84) | pub fn enable_tracing(&self) -> bool { method enable_dynamic (line 88) | pub fn enable_dynamic(&self) -> bool { method enable_static (line 92) | pub fn enable_static(&self) -> bool { method force_dyn_stap (line 96) | pub fn force_dyn_stap(&self) -> bool { method force_dyn_noop (line 101) | pub fn force_dyn_noop(&self) -> bool { method force_static_stap (line 106) | pub fn force_static_stap(&self) -> bool { method force_static_lttng (line 111) | pub fn force_static_lttng(&self) -> bool { method is_feature_enabled (line 116) | fn is_feature_enabled(name: &str) -> bool { type BuildInfo (line 128) | pub(crate) struct BuildInfo { method new (line 134) | pub fn new(package_name: String, implementation: TracingImplementation... method load (line 141) | pub fn load() -> TracersResult { method save (line 152) | pub fn save(&self) -> TracersResult { method get_build_path (line 172) | fn get_build_path() -> TracersResult { function build (line 243) | pub fn build() { function build_internal (line 259) | fn build_internal(out: &mut OUT) -> TracersResult<()> { function tracers_build (line 277) | pub fn tracers_build() { function tracers_build_internal (line 295) | fn tracers_build_internal(out: &mut OUT, features: FeatureFl... function select_implementation (line 346) | fn select_implementation(features: &FeatureFlags) -> TracersResult TracersResult<()> { function tracers_build_panics_invalid_features (line 450) | fn tracers_build_panics_invalid_features() { function build_rs_workflow_tests (line 463) | fn build_rs_workflow_tests() { FILE: tracers-codegen/src/cache.rs function cache_file_computation (line 18) | pub(crate) fn cache_file_computation< function cache_object_computation (line 65) | pub(crate) fn cache_object_computation< function get_cached_object_computation (line 92) | pub(crate) fn get_cached_object_computation Fallible PathBuf { function load_cached_results (line 151) | fn load_cached_results(results_path: &P... function save_results (line 158) | fn save_results(results_path: &Path, re... function cached_results_path (line 187) | fn cached_results_path(input_path: &Path, key: &str, hash: HashCode) -> ... type TestResult (line 205) | struct TestResult { function caches_file_results (line 210) | fn caches_file_results() { function caches_objects_results (line 285) | fn caches_objects_results() { function caches_generated_data (line 350) | fn caches_generated_data() { FILE: tracers-codegen/src/cargo.rs function get_targets (line 11) | pub(crate) fn get_targets(manifest_path: &Path, package_name: &str) -> F... function gets_correct_targets (line 35) | fn gets_correct_targets() { FILE: tracers-codegen/src/deps.rs type SourceDependency (line 12) | pub(crate) enum SourceDependency { function get_dependencies (line 18) | pub(crate) fn get_dependencies(contents: &syn::File) -> Vec Fallible Visitor { method visit_item_mod (line 72) | fn visit_item_mod(&mut self, i: &'ast syn::ItemMod) { function parse (line 113) | fn parse(source_path: &Path) -> Fallible { function find_sources (line 121) | fn find_sources(entrypoint: &Path) -> (Vec, Vec<(PathBuf, Error... function test_case (line 149) | fn test_case() { FILE: tracers-codegen/src/error.rs type TracersError (line 18) | pub enum TracersError { method eq (line 104) | fn eq(&self, other: &TracersError) -> bool { method invalid_provider (line 112) | pub fn invalid_provider(message: impl AsRef, element... method syn_error (line 125) | pub fn syn_error(message: impl AsRef, e: syn::Error) -> TracersEr... method syn_like_error (line 146) | pub fn syn_like_error(message: U, tokens: T) ... method darling_error (line 152) | pub fn darling_error(e: DarlingError) -> TracersError { method invalid_call_expression (line 161) | pub fn invalid_call_expression( method other_error (line 173) | pub fn other_error(e: failure::Con... method missing_call_in_build_rs (line 180) | pub fn missing_call_in_build_rs() -> TracersError { method build_info_read_error (line 184) | pub fn build_info_read_error(build_info_path: PathBuf, e: Error) -> Tr... method build_info_write_error (line 195) | pub fn build_info_write_error(build_info_path: PathBuf, e: Error) -> T... method provider_trait_not_processed_error (line 206) | pub fn provider_trait_not_processed_error, E: Into>(message: S) -> TracersError { method native_code_generation_error (line 225) | pub fn native_code_generation_error, E: Into + Di... method into_syn_error (line 237) | pub fn into_syn_error(self) -> syn::Error { method into_compiler_error (line 252) | pub fn into_compiler_error(self) -> TokenStream { method new_syn_error (line 270) | fn new_syn_error(message: U, tokens: T) -> Er... method wrap_syn_error (line 274) | fn wrap_syn_error(e: syn::Error) -> Error { method error_as_syn_error (line 280) | fn error_as_syn_error(e: Error) -> syn::Error { method wrap_error (line 285) | fn wrap_error(e: impl std::error::Error + Sync + Send + 'static) -> Er... method error_string (line 291) | fn error_string(e: &Error) -> String { method fail_string (line 297) | fn fail_string(f: &dyn Fail) -> String { method from (line 306) | fn from(failure: failure::Context) -> TracersError { method fmt (line 83) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { type TracersResult (line 311) | pub type TracersResult = std::result::Result; FILE: tracers-codegen/src/gen/common/mod.rs type ProviderTraitGeneratorBase (line 17) | pub(super) trait ProviderTraitGeneratorBase { method spec (line 18) | fn spec(&self) -> &ProviderSpecification; method build_info (line 20) | fn build_info(&self) -> &BuildInfo; method generate_trait_comment (line 26) | fn generate_trait_comment(&self) -> TokenStream { method generate_try_init_decl (line 63) | fn generate_try_init_decl(&self) -> TokenStream { method get_provider_impl_mod_name (line 126) | fn get_provider_impl_mod_name(&self) -> syn::Ident { method get_provider_impl_struct_type_name (line 135) | fn get_provider_impl_struct_type_name(&self) -> syn::Ident { type ProbeGeneratorBase (line 142) | pub(super) trait ProbeGeneratorBase { method spec (line 143) | fn spec(&self) -> &ProbeSpecification; method generate_probe_deprecation_attribute (line 147) | fn generate_probe_deprecation_attribute( method generate_probe_doc_comment (line 163) | fn generate_probe_doc_comment(&self, provider: &ProviderSpecification)... method args_lifetime_parameters (line 216) | fn args_lifetime_parameters(&self) -> Vec { method args_as_tuple_value (line 231) | fn args_as_tuple_value(&self) -> TokenStream { method args_as_tuple_type_without_lifetimes (line 240) | fn args_as_tuple_type_without_lifetimes(&self) -> TokenStream { method args_as_tuple_type_with_lifetimes (line 250) | fn args_as_tuple_type_with_lifetimes(&self) -> TokenStream { function get_provider_impl_mod_name (line 264) | pub(super) fn get_provider_impl_mod_name(trait_ident: &syn::Ident) -> St... function generate_tuple (line 273) | pub(super) fn generate_tuple>(ele... function generate_init_provider (line 287) | pub(super) fn generate_init_provider( function generate_multiline_comments (line 306) | fn generate_multiline_comments(comment: &str) -> TokenStream { FILE: tracers-codegen/src/gen/dynamic/mod.rs type DynamicGenerator (line 25) | pub(crate) struct DynamicGenerator { method new (line 30) | pub fn new(build_info: BuildInfo) -> DynamicGenerator { method handle_provider_trait (line 36) | fn handle_provider_trait(&self, provider: ProviderSpecification) -> Trac... method handle_probe_call (line 42) | fn handle_probe_call(&self, call: ProbeCallSpecification) -> TracersResu... method handle_init_provider (line 46) | fn handle_init_provider(&self, init: ProviderInitSpecification) -> Trace... method generate_native_code (line 50) | fn generate_native_code( FILE: tracers-codegen/src/gen/dynamic/probe_call.rs function generate_probe_call (line 36) | pub(super) fn generate_probe_call(call: ProbeCallSpecification) -> Trace... FILE: tracers-codegen/src/gen/dynamic/provider_trait.rs type ProviderTraitGenerator (line 15) | pub(super) struct ProviderTraitGenerator<'bi> { method spec (line 22) | fn spec(&self) -> &ProviderSpecification { method build_info (line 26) | fn build_info(&self) -> &BuildInfo { function new (line 32) | pub fn new( function generate (line 50) | pub fn generate(&self) -> TracersResult { function generate_tracer_struct (line 69) | fn generate_tracer_struct(&self) -> TracersResult { function generate_impl_mod (line 141) | fn generate_impl_mod(&self) -> TokenStream { function generate_define_provider_call (line 239) | fn generate_define_provider_call(&self) -> TokenStream { function generate_provider_struct_type_params (line 274) | fn generate_provider_struct_type_params(&self) -> TokenStream { function get_provider_impl_struct_var_name (line 291) | fn get_provider_impl_struct_var_name(&self) -> syn::Ident { function get_provider_instance_var_name (line 300) | fn get_provider_instance_var_name(&self) -> syn::Ident { type ProbeGenerator (line 308) | pub(super) struct ProbeGenerator { method new (line 319) | pub fn new(spec: ProbeSpecification) -> ProbeGenerator { method probe_var_name (line 325) | pub(crate) fn probe_var_name(&self) -> &syn::Ident { method generate_trait_methods (line 346) | pub fn generate_trait_methods( method generate_add_probe_call (line 450) | pub(crate) fn generate_add_probe_call(&self, builder: &syn::Ident) -> ... method generate_provider_probe_type (line 471) | pub(crate) fn generate_provider_probe_type(&self) -> TokenStream { method generate_struct_member_declaration (line 489) | pub(crate) fn generate_struct_member_declaration(&self) -> TokenStream { method generate_struct_member_initialization (line 515) | pub(crate) fn generate_struct_member_initialization( method spec (line 313) | fn spec(&self) -> &ProbeSpecification { function generate_works_on_valid_traits (line 543) | fn generate_works_on_valid_traits() { FILE: tracers-codegen/src/gen/mod.rs type NativeLib (line 32) | pub(crate) enum NativeLib { type CodeGenerator (line 59) | pub(crate) trait CodeGenerator { method handle_provider_trait (line 62) | fn handle_provider_trait(&self, provider: ProviderSpecification) -> Tr... method handle_probe_call (line 65) | fn handle_probe_call(&self, call: ProbeCallSpecification) -> TracersRe... method handle_init_provider (line 70) | fn handle_init_provider(&self, init: ProviderInitSpecification) -> Tra... method generate_native_code (line 79) | fn generate_native_code( function code_generator (line 91) | pub(crate) fn code_generator() -> TracersResult> { FILE: tracers-codegen/src/gen/static/c.rs function generate_provider_funcs (line 18) | pub(crate) fn generate_provider_funcs( type SourceFile (line 34) | struct SourceFile<'a> { function from_provider_spec (line 45) | fn from_provider_spec<'b: 'a>(provider: &'b ProviderSpecification) -> So... type Probe (line 64) | struct Probe<'a> { function from_probe_spec (line 70) | fn from_probe_spec<'b: 'a>( type ProbeArg (line 87) | struct ProbeArg { method new (line 93) | fn new(name: String, typ: String) -> ProbeArg { function generate_source_file (line 98) | fn generate_source_file(provider: &ProviderSpecification, abs_path: Path... FILE: tracers-codegen/src/gen/static/mod.rs type StaticGenerator (line 35) | pub(crate) struct StaticGenerator { method new (line 40) | pub fn new(build_info: BuildInfo) -> StaticGenerator { method handle_provider_trait (line 46) | fn handle_provider_trait(&self, provider: ProviderSpecification) -> Trac... method handle_probe_call (line 52) | fn handle_probe_call(&self, call: ProbeCallSpecification) -> TracersResu... method handle_init_provider (line 56) | fn handle_init_provider(&self, init: ProviderInitSpecification) -> Trace... method generate_native_code (line 60) | fn generate_native_code( FILE: tracers-codegen/src/gen/static/native_code/mod.rs type ProcessedFile (line 21) | pub(crate) struct ProcessedFile { type ProcessedProviderTrait (line 29) | pub(crate) struct ProcessedProviderTrait { type NativeCodeGenerator (line 33) | trait NativeCodeGenerator { method generate_native_lib (line 36) | fn generate_native_lib(&self) -> TracersResult>; method out_dir (line 38) | fn out_dir(&self) -> &Path; method build_dir (line 40) | fn build_dir(&self) -> PathBuf { method output_dir (line 44) | fn output_dir(&self) -> PathBuf { constant PROCESSED_PROVIDER_KEY (line 49) | const PROCESSED_PROVIDER_KEY: &str = "processed_provider"; function get_processed_provider_info (line 60) | pub(crate) fn get_processed_provider_info( function generate_native_code (line 74) | pub(super) fn generate_native_code( function process_file (line 107) | fn process_file( function process_provider (line 200) | fn process_provider( function create_native_code_generator (line 253) | fn create_native_code_generator( function caches_results (line 281) | fn caches_results() { function generates_processed_provider_trait (line 364) | fn generates_processed_provider_trait() { FILE: tracers-codegen/src/gen/static/native_code/target/lttng.rs type LttngUstLibInfo (line 26) | struct LttngUstLibInfo { method get (line 34) | fn get(cache_dir: &Path) -> TracersResult { method into_native_libs (line 64) | fn into_native_libs(self) -> Vec { type NativeProviderWrapperTemplate (line 90) | struct NativeProviderWrapperTemplate<'a> { function from_provider_spec (line 95) | fn from_provider_spec<'b: 'a>( function get_probe_args (line 101) | fn get_probe_args<'args>( type NativeProviderTemplate (line 114) | struct NativeProviderTemplate<'a> { function from_provider_spec (line 119) | fn from_provider_spec<'b: 'a>( function get_probe_arg_ctf_macro (line 137) | fn get_probe_arg_ctf_macro(arg: &ProbeArgSpecification) -> Option { function get_probe_output_fields (line 164) | fn get_probe_output_fields(&self, probe: &ProbeSpecification) -> String { function get_probe_args (line 175) | fn get_probe_args<'args>( function get_probe_args (line 185) | fn get_probe_args<'args>(probe: &'args ProbeSpecification) -> Vec<&'args... type LttngNativeCodeGenerator (line 189) | pub(crate) struct LttngNativeCodeGenerator { method new (line 195) | pub fn new(out_dir: &Path, provider: ProviderSpecification) -> LttngNa... method generate_native_lib (line 204) | fn generate_native_lib(&self) -> TracersResult> { method out_dir (line 360) | fn out_dir(&self) -> &Path { FILE: tracers-codegen/src/gen/static/native_code/target/stap.rs type NativeProviderWrapperTemplate (line 16) | struct NativeProviderWrapperTemplate<'a> { function from_provider_spec (line 21) | fn from_provider_spec<'b: 'a>( type StapNativeCodeGenerator (line 28) | pub(crate) struct StapNativeCodeGenerator { method new (line 34) | pub fn new(out_dir: &Path, provider: ProviderSpecification) -> StapNat... method generate_native_lib (line 43) | fn generate_native_lib(&self) -> TracersResult> { method out_dir (line 105) | fn out_dir(&self) -> &Path { FILE: tracers-codegen/src/gen/static/probe_call.rs function generate_probe_call (line 14) | pub(crate) fn generate_probe_call( FILE: tracers-codegen/src/gen/static/provider_trait.rs type ProviderTraitGenerator (line 21) | pub(crate) struct ProviderTraitGenerator<'bi> { method spec (line 29) | fn spec(&self) -> &ProviderSpecification { method build_info (line 33) | fn build_info(&self) -> &BuildInfo { function new (line 39) | pub fn new( function generate (line 85) | pub fn generate(&self) -> TracersResult { function generate_tracer_struct (line 105) | fn generate_tracer_struct(&self) -> TracersResult { function generate_impl_mod (line 159) | fn generate_impl_mod(&self) -> TokenStream { type ProbeGenerator (line 268) | pub(super) struct ProbeGenerator { method new (line 279) | pub fn new(spec: ProbeSpecification) -> ProbeGenerator { method generate_trait_methods (line 283) | pub fn generate_trait_methods( method generate_probe_method_body (line 328) | fn generate_probe_method_body( method generate_native_declaration (line 416) | fn generate_native_declaration(&self, provider: &ProviderTraitGenerato... method generate_native_probe_func (line 429) | fn generate_native_probe_func(&self, provider: &ProviderTraitGenerator... method generate_native_is_enabled (line 504) | fn generate_native_is_enabled(&self, provider: &ProviderTraitGenerator... method generate_rust_is_enabled (line 570) | fn generate_rust_is_enabled(&self, provider: &ProviderTraitGenerator) ... method generate_wrapper_func (line 601) | fn generate_wrapper_func(&self) -> TokenStream { method spec (line 273) | fn spec(&self) -> &ProbeSpecification { function generate_works_on_valid_traits (line 674) | fn generate_works_on_valid_traits() { function falls_back_to_disabled_on_error (line 710) | fn falls_back_to_disabled_on_error() { FILE: tracers-codegen/src/hashing.rs type HashCode (line 14) | pub(crate) type HashCode = u64; function hash_buf (line 16) | pub(crate) fn hash_buf(buf: &[u8]) -> HashCode { function hash (line 20) | pub(crate) fn hash(something: T) -> HashCode { function add_hash_to_path (line 40) | pub(crate) fn add_hash_to_path(path: &Path, hash: HashCode) -> PathBuf { function hash_equality (line 63) | fn hash_equality() { function hash_inequality (line 68) | fn hash_inequality() { function file_name_generation (line 73) | fn file_name_generation() { FILE: tracers-codegen/src/lib.rs type TracingType (line 32) | pub(crate) enum TracingType { method is_enabled (line 42) | pub fn is_enabled(&self) -> bool { type TracingTarget (line 49) | pub(crate) enum TracingTarget { method is_enabled (line 61) | pub fn is_enabled(&self) -> bool { method has_native_enabled_func (line 65) | pub fn has_native_enabled_func(&self) -> bool { type TracingImplementation (line 75) | pub(crate) enum TracingImplementation { method tracing_type (line 96) | pub fn tracing_type(&self) -> TracingType { method tracing_target (line 100) | pub fn tracing_target(&self) -> TracingTarget { method is_enabled (line 104) | pub fn is_enabled(&self) -> bool { method is_dynamic (line 108) | pub fn is_dynamic(&self) -> bool { method is_static (line 112) | pub fn is_static(&self) -> bool { FILE: tracers-codegen/src/proc_macros.rs function report_error (line 21) | pub fn report_error(tokens: &T, message:... function probe_impl (line 50) | pub fn probe_impl(tokens: TokenStream) -> TracersResult { function init_provider_impl (line 54) | pub fn init_provider_impl(tokens: TokenStream) -> TracersResult Tra... FILE: tracers-codegen/src/serde_helpers.rs function serialize (line 15) | pub(crate) fn serialize(x: &TokenStream, s: S) -> Result<... function deserialize (line 51) | pub(crate) fn deserialize<'de, D: Deserializer<'de>>(d: D) -> Result(x: &::syn::PatIdent, s: S) -> Res... function deserialize (line 73) | pub(crate) fn deserialize<'de, D: Deserializer<'de>>( function serialize (line 97) | pub(crate) fn serialize(_x: &Span, s: S) -> Result>(d: D) -> Result fmt::Result { method from_token_stream (line 45) | pub fn from_token_stream(tokens: TokenStream) -> TracersResult TracersResult fmt::Result { method from_method (line 57) | pub(crate) fn from_method( method eq (line 128) | fn eq(&self, other: &ProbeSpecification) -> bool { method eq (line 140) | fn eq(&self, other: &TestProbe) -> bool { function trait_item (line 160) | pub(crate) fn trait_item() -> ItemTrait { function valid_test_cases (line 166) | pub(crate) fn valid_test_cases() -> Vec { function invalid_test_cases (line 177) | pub(crate) fn invalid_test_cases() -> Vec { function works_with_valid_cases (line 194) | fn works_with_valid_cases() { function works_with_invalid_cases (line 208) | fn works_with_invalid_cases() { function decorates_args_with_lifetime_params (line 224) | fn decorates_args_with_lifetime_params() { FILE: tracers-codegen/src/spec/probe_arg.rs type ProbeArgSpecification (line 13) | pub(crate) struct ProbeArgSpecification { method fmt (line 35) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method from_fnarg (line 46) | pub fn from_fnarg( method from_ident_type_pair (line 68) | pub fn from_ident_type_pair( method name (line 97) | pub fn name(&self) -> &str { method ident (line 101) | pub fn ident(&self) -> &syn::PatIdent { method arg_type_info (line 105) | pub fn arg_type_info(&self) -> &ArgTypeInfo { method syn_typ (line 109) | pub fn syn_typ(&self) -> &syn::Type { method syn_typ_with_lifetimes (line 115) | pub fn syn_typ_with_lifetimes(&self) -> &syn::Type { method lifetimes (line 122) | pub fn lifetimes(&self) -> Vec { method add_lifetimes_to_syn_type (line 179) | fn add_lifetimes_to_syn_type( method eq (line 218) | fn eq(&self, other: &ProbeArgSpecification) -> bool { type TestCase (line 223) | struct TestCase { method new (line 233) | fn new( function get_test_cases (line 271) | fn get_test_cases() -> Vec { function get_arg_from_test_case (line 282) | fn get_arg_from_test_case(case: &TestCase) -> TracersResult TracersResult fmt::Result { method from_call_expression (line 104) | pub fn from_call_expression(call: syn::Expr) -> TracersResult TracersResult TracersResult { method parse (line 31) | fn parse(input: ParseStream) -> ParseResult { type TracerAttribute (line 113) | pub(crate) struct TracerAttribute { method from_attribute (line 118) | fn from_attribute(attr: syn::Attribute) -> TracersResult { method parse (line 126) | fn parse(input: ParseStream) -> ParseResult { type ProviderSpecification (line 143) | pub struct ProviderSpecification { method fmt (line 155) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method new (line 173) | fn new( method from_token_stream (line 197) | pub(crate) fn from_token_stream( method from_trait (line 208) | pub(crate) fn from_trait( method provider_name_from_trait (line 217) | pub(crate) fn provider_name_from_trait(crate_name: &str, ident: &syn::... method name (line 228) | pub(crate) fn name(&self) -> &str { method name_with_hash (line 234) | pub(crate) fn name_with_hash(&self) -> String { method hash (line 238) | pub(crate) fn hash(&self) -> HashCode { method ident (line 242) | pub(crate) fn ident(&self) -> &syn::Ident { method item_trait (line 246) | pub(crate) fn item_trait(&self) -> &syn::ItemTrait { method token_stream (line 250) | pub(crate) fn token_stream(&self) -> &TokenStream { method probes (line 254) | pub(crate) fn probes(&self) -> &Vec { method separate_probes (line 262) | pub(crate) fn separate_probes(self) -> (ProviderSpecification, Vec bool { method eq (line 387) | fn eq(&self, other: &TestProviderTrait) -> bool { function find_providers (line 285) | pub(crate) fn find_providers(crate_name: &str, ast: &syn::File) -> Vec TracersResult Vec { function find_providers_ignores_invalid_traits (line 402) | fn find_providers_ignores_invalid_traits() { function find_providers_finds_valid_traits (line 420) | fn find_providers_finds_valid_traits() { function find_probes_fails_with_invalid_traits (line 442) | fn find_probes_fails_with_invalid_traits() { function find_probes_succeeds_with_valid_traits (line 469) | fn find_probes_succeeds_with_valid_traits() { function found_providers_have_same_hash (line 483) | fn found_providers_have_same_hash() { function provider_serde_test (line 534) | fn provider_serde_test() { function parses_tracer_attributes_test (line 572) | fn parses_tracer_attributes_test() { FILE: tracers-codegen/src/syn_helpers.rs function transform_types (line 24) | pub(super) fn transform_types TracersResult TracersResult>( function recurse_path (line 110) | fn recurse_path TracersResult>( function add_suffix_to_ident (line 142) | pub(crate) fn add_suffix_to_ident(ident: &Ident, suffix: &str) -> Ident { function convert_to_string (line 152) | pub(crate) fn convert_to_string(item: &T) -> String { function get_test_data (line 165) | fn get_test_data() -> Vec<(syn::Type, syn::Type)> { function identity_function (line 190) | fn identity_function() { function add_lifetimes (line 204) | fn add_lifetimes() { FILE: tracers-codegen/src/testdata.rs type EnvVarsVec (line 28) | type EnvVarsVec = Vec<(String, String, Option)>; function unset_vars (line 36) | fn unset_vars(vars: &mut EnvVarsVec) { type EnvVarsSetterGuard (line 51) | pub(crate) struct EnvVarsSetterGuard<'a> { function unset (line 56) | fn unset(&mut self) { method drop (line 62) | fn drop(&mut self) { function with_env_vars (line 75) | pub(crate) fn with_env_vars<'a, K: AsRef, V: AsRef>( type Target (line 120) | pub(crate) struct Target { method new (line 137) | pub fn new( type TestCrate (line 152) | pub(crate) struct TestCrate { type TestProviderTrait (line 159) | pub(crate) struct TestProviderTrait { method fmt (line 169) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method new_invalid (line 191) | fn new_invalid( method new_valid (line 208) | fn new_valid( method get_attr_and_item_trait (line 225) | pub fn get_attr_and_item_trait(&self) -> (TracerAttribute, syn::ItemTr... type TestProbe (line 234) | pub(crate) struct TestProbe { method fmt (line 240) | fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { method new (line 252) | fn new(name: &'static str, args: Vec<(&'static str, &'static str, CTyp... type TestProbeCall (line 268) | pub(crate) struct TestProbeCall { function get_test_provider_traits (line 289) | pub(crate) fn get_test_provider_traits b... function get_test_probe_calls (line 617) | pub(crate) fn get_test_probe_calls() -> Vec { FILE: tracers-codegen/templates/lttng/provider_wrapper.cpp function _enabled (line 34) | _enabled() { FILE: tracers-codegen/testdata/complexlib/build.rs function main (line 1) | fn main() { FILE: tracers-codegen/testdata/complexlib/src/bin/bin1.rs function main (line 4) | fn main() { FILE: tracers-codegen/testdata/complexlib/src/bin/bin2.rs function main (line 4) | fn main() { FILE: tracers-codegen/testdata/complexlib/src/lib.rs type VariousProbes (line 4) | pub trait VariousProbes { method bin1_start (line 5) | fn bin1_start(); method bin1_end (line 6) | fn bin1_end(); method bin2_start (line 8) | fn bin2_start(); method bin2_end (line 9) | fn bin2_end(); function it_works (line 15) | fn it_works() { FILE: tracers-codegen/testdata/errors/src/main.rs function main (line 3) | fn main() { FILE: tracers-codegen/testdata/errors/tests/compile_errors.rs function foo (line 3) | fn foo() { unimplemented!() } FILE: tracers-codegen/testdata/simplebin/src/child_module.rs function something (line 1) | pub fn something() {} FILE: tracers-codegen/testdata/simplebin/src/main.rs function main (line 3) | fn main() { FILE: tracers-codegen/testdata/simplelib/build.rs function main (line 1) | fn main() { FILE: tracers-codegen/testdata/simplelib/src/child_module.rs type MyTraceProvider (line 4) | pub(super) trait MyTraceProvider { method something_happend (line 5) | fn something_happend(); method something_else (line 7) | fn something_else(foo: &str, bar: usize); function something (line 10) | pub fn something() { FILE: tracers-codegen/testdata/simplelib/src/lib.rs function something_else (line 4) | pub fn something_else() { function it_works (line 11) | fn it_works() { FILE: tracers-core/build.rs constant MAX_ARITY (line 14) | const MAX_ARITY: usize = 12; constant MAX_QUICKCHECK_ARITY (line 15) | const MAX_QUICKCHECK_ARITY: usize = 8; function main (line 17) | fn main() -> Fallible<()> { function get_type_param_names (line 36) | fn get_type_param_names(args: usize) -> Vec { function make_tuple_type (line 41) | fn make_tuple_type(type_params: &Vec) -> String { function xform_types (line 49) | fn xform_types String>(type_params: &Vec, m... function xform_types_i (line 53) | fn xform_types_i String>( function generate_probe_args_impl (line 64) | fn generate_probe_args_impl(type_params: &Vec) -> String { function generate_unsafe_provider_probe_impl_trait (line 97) | fn generate_unsafe_provider_probe_impl_trait() -> String { function generate_unsafe_provider_probe_native_impl_trait (line 147) | fn generate_unsafe_provider_probe_native_impl_trait() -> String { function generate_tests (line 245) | fn generate_tests() -> String { function generate_test_unsafe_probe_impl (line 256) | fn generate_test_unsafe_probe_impl() -> String { function generate_probe_tests (line 318) | fn generate_probe_tests() -> String { FILE: tracers-core/src/argtypes.rs type CType (line 42) | pub enum CType { type ProbeArgNativeTypeInfo (line 82) | pub trait ProbeArgNativeTypeInfo { method get_c_type (line 83) | fn get_c_type() -> CType; method get_c_type_str (line 85) | fn get_c_type_str() -> &'static str { method get_rust_type_str (line 90) | fn get_rust_type_str() -> &'static str; type ProbeArgNativeType (line 95) | pub trait ProbeArgNativeType: ProbeArgNativeTypeInfo { method get_default_value (line 96) | fn get_default_value() -> T; type ProbeArgType (line 104) | pub trait ProbeArgType { method wrap (line 107) | fn wrap(arg: T) -> Self::WrapperType; type ProbeArgWrapper (line 113) | pub trait ProbeArgWrapper: Debug method as_c_type (line 123) | fn as_c_type(&self) -> Self::CType; method default_c_value (line 127) | fn default_c_value() -> Self::CType { function wrap (line 133) | pub fn wrap>(arg: T) -> >::Wrapp... FILE: tracers-core/src/argtypes/bool.rs type WrapperType (line 4) | type WrapperType = bool; function wrap (line 5) | fn wrap(arg: bool) -> Self::WrapperType { type CType (line 11) | type CType = i32; method as_c_type (line 13) | fn as_c_type(&self) -> Self::CType { function as_c_type (line 23) | fn as_c_type() { FILE: tracers-core/src/argtypes/cstring.rs type WrapperType (line 8) | type WrapperType = &'a CStr; function wrap (line 9) | fn wrap(arg: &'a CStr) -> Self::WrapperType { type WrapperType (line 15) | type WrapperType = &'a CString; function wrap (line 16) | fn wrap(arg: &'a CString) -> Self::WrapperType { type CType (line 22) | type CType = *const c_char; method as_c_type (line 24) | fn as_c_type(&self) -> Self::CType { type CType (line 30) | type CType = *const c_char; method as_c_type (line 32) | fn as_c_type(&self) -> Self::CType { function cstring_to_cstring (line 44) | fn cstring_to_cstring(x: String) -> TestResult { FILE: tracers-core/src/argtypes/option.rs type WrapperType (line 16) | type WrapperType = Option<>::WrapperType>; function wrap (line 18) | fn wrap(arg: &Option) -> Self::WrapperType { type WrapperType (line 29) | type WrapperType = Option; function wrap (line 31) | fn wrap(arg: &Option) -> Self::WrapperType { type CType (line 40) | type CType = ::CType; method as_c_type (line 42) | fn as_c_type(&self) -> Self::CType { function option_ints (line 57) | fn option_ints(x: i64) -> bool { function option_strings (line 67) | fn option_strings(x: String) -> bool { FILE: tracers-core/src/argtypes/pointer.rs type WrapperType (line 5) | type WrapperType = *const T; function wrap (line 6) | fn wrap(arg: *const T) -> Self::WrapperType { type CType (line 12) | type CType = *const raw::c_void; method as_c_type (line 14) | fn as_c_type(&self) -> Self::CType { function null_pointer (line 26) | fn null_pointer() { function non_null_pointer (line 34) | fn non_null_pointer() { FILE: tracers-core/src/argtypes/refs.rs type WrapperType (line 11) | type WrapperType = >::WrapperType; function wrap (line 13) | fn wrap(arg: &'a T) -> Self::WrapperType { function ref_str (line 23) | fn ref_str() { function ref_int (line 34) | fn ref_int() { FILE: tracers-core/src/argtypes/string.rs type WrapperType (line 20) | type WrapperType = Option; function wrap (line 21) | fn wrap(arg: &str) -> Self::WrapperType { type WrapperType (line 27) | type WrapperType = Option; function wrap (line 28) | fn wrap(arg: &String) -> Self::WrapperType { type WrapperType (line 35) | type WrapperType = Option; function wrap (line 36) | fn wrap(arg: &OsStr) -> Self::WrapperType { type WrapperType (line 43) | type WrapperType = Option; function wrap (line 44) | fn wrap(arg: &OsString) -> Self::WrapperType { type CType (line 50) | type CType = *const c_char; method as_c_type (line 52) | fn as_c_type(&self) -> Self::CType { function string_as_c_type (line 75) | fn string_as_c_type(x: String) -> bool { function str_as_c_type (line 83) | fn str_as_c_type(x: String) -> bool { function osstring_as_c_type (line 92) | fn osstring_as_c_type(x: OsString) -> bool { function osstr_as_c_type (line 101) | fn osstr_as_c_type(x: OsString) -> bool { type StringHelpers (line 110) | trait StringHelpers { method to_cstring (line 111) | fn to_cstring(&self) -> Option; method assert_equals (line 112) | fn assert_equals(&self, x: &str) -> (); method to_cstring (line 116) | fn to_cstring(&self) -> Option { method assert_equals (line 119) | fn assert_equals(&self, x: &str) { method to_cstring (line 125) | fn to_cstring(&self) -> Option { method assert_equals (line 128) | fn assert_equals(&self, x: &str) { method to_cstring (line 135) | fn to_cstring(&self) -> Option { method assert_equals (line 139) | fn assert_equals(&self, x: &str) { method to_cstring (line 146) | fn to_cstring(&self) -> Option { method assert_equals (line 149) | fn assert_equals(&self, x: &str) { function test_with_string (line 154) | fn test_with_string + Debug>(x: T, po... FILE: tracers-core/src/dynamic.rs type Tracer (line 16) | pub trait Tracer: Sized { constant TRACING_IMPLEMENTATION (line 17) | const TRACING_IMPLEMENTATION: &'static str; method define_provider (line 30) | fn define_provider( type ProviderBuilder (line 36) | pub trait ProviderBuilder { method add_probe (line 37) | fn add_probe>(&mut self, name: &'static str) -... method build (line 38) | fn build(self, name: &str) -> Fallible<::ProviderTy... type Provider (line 41) | pub trait Provider { method get_probe (line 42) | fn get_probe>( method get_probe_unsafe (line 51) | fn get_probe_unsafe( type ProviderProbe (line 60) | pub struct ProviderProbe<'probe, ImplT: UnsafeProviderProbeImpl, ArgsT: ... function new (line 68) | fn new(probe: &'probe ImplT) -> Self { function is_enabled (line 78) | pub fn is_enabled(&self) -> bool { function fire (line 84) | pub fn fire(&self, args: ArgsT) { type ProbeArgs (line 104) | pub trait ProbeArgs { constant ARG_COUNT (line 106) | const ARG_COUNT: usize; method arg_types (line 110) | fn arg_types() -> Vec; method fire_probe (line 114) | fn fire_probe(self, probe: &ImplT); type ProbeDefinition (line 122) | pub struct ProbeDefinition { method new (line 128) | pub fn new>(name: &'static str) -> ProbeDefini... function get_ctype (line 138) | fn get_ctype>() -> CType { constant BUFFER_SIZE (line 156) | const BUFFER_SIZE: usize = 8192; type TestingProviderProbeImpl (line 163) | struct TestingProviderProbeImpl { method new (line 171) | pub fn new(format_string: String) -> TestingProviderProbeImpl { method log_call (line 184) | fn log_call(&self) { method get_calls (line 193) | fn get_calls(&self) -> Vec { function c_and_back_again (line 202) | fn c_and_back_again(arg: &str) -> String { function test_fire0 (line 211) | fn test_fire0() { FILE: tracers-core/src/lib.rs type ProviderInitResult (line 30) | pub type ProviderInitResult = std::result::Result<&'static str, &'static... FILE: tracers-dyn-noop/build.rs constant MAX_ARITY (line 9) | const MAX_ARITY: usize = 12; function main (line 11) | fn main() -> Fallible<()> { function get_type_param_names (line 21) | fn get_type_param_names(args: usize) -> Vec { function xform_types (line 26) | fn xform_types String>(type_params: &Vec, m... function xform_types_i (line 30) | fn xform_types_i String>( function generate_stap_native_impl (line 41) | fn generate_stap_native_impl() -> String { FILE: tracers-dyn-noop/src/probe.rs type NoOpProbe (line 6) | pub struct NoOpProbe {} FILE: tracers-dyn-noop/src/provider.rs type NoOpProviderBuilder (line 7) | pub struct NoOpProviderBuilder {} method new (line 10) | pub(crate) fn new() -> NoOpProviderBuilder { method add_probe (line 16) | fn add_probe>(&mut self, _name: &'static str) ... method build (line 20) | fn build(self, _name: &str) -> Fallible { type NoOpProvider (line 25) | pub struct NoOpProvider {} method get_probe_unsafe (line 35) | fn get_probe_unsafe(&self, _definition: &ProbeDefinition) -> Fallible<... FILE: tracers-dyn-noop/src/tracer.rs type NoOpTracer (line 11) | pub struct NoOpTracer {} constant TRACING_IMPLEMENTATION (line 14) | const TRACING_IMPLEMENTATION: &'static str = "no-op"; type ProviderBuilderType (line 16) | type ProviderBuilderType = NoOpProviderBuilder; type ProviderType (line 17) | type ProviderType = NoOpProvider; type ProbeType (line 18) | type ProbeType = NoOpProbe; method define_provider (line 20) | fn define_provider( FILE: tracers-dyn-stap/build.rs constant MAX_ARITY (line 9) | const MAX_ARITY: usize = 12; constant STAP_MAX_ARITY (line 10) | const STAP_MAX_ARITY: usize = 6; function is_enabled (line 12) | fn is_enabled() -> bool { function is_required (line 16) | fn is_required() -> bool { function main (line 20) | fn main() { function try_build (line 51) | fn try_build() -> Fallible<()> { function get_type_param_names (line 65) | fn get_type_param_names(args: usize) -> Vec { function xform_types (line 70) | fn xform_types String>(type_params: &Vec, m... function xform_types_i (line 74) | fn xform_types_i String>( function generate_stap_native_impl (line 85) | fn generate_stap_native_impl() -> String { FILE: tracers-dyn-stap/src/probe.rs type StapProbe (line 9) | pub struct StapProbe { method is_enabled (line 15) | fn is_enabled(&self) -> bool { FILE: tracers-dyn-stap/src/provider.rs type StapError (line 13) | pub enum StapError { type StapProviderBuilder (line 27) | pub struct StapProviderBuilder { method new (line 32) | pub(crate) fn new() -> StapProviderBuilder { method add_probe (line 38) | fn add_probe>(&mut self, name: &'static str) -... method build (line 53) | fn build(self, name: &str) -> Fallible { type StapProvider (line 66) | pub struct StapProvider { method new (line 87) | fn new(name: &str) -> Fallible { method add_probe (line 108) | fn add_probe(&mut self, definition: ProbeDefinition) -> Fallible<()> { method load (line 189) | fn load(&mut self) -> Fallible<()> { method get_arg_type (line 203) | fn get_arg_type(typ: CType) -> ArgType_t { method get_probe_unsafe (line 225) | fn get_probe_unsafe(&self, definition: &ProbeDefinition) -> Fallible<&... method drop (line 241) | fn drop(&mut self) { FILE: tracers-dyn-stap/src/tracer.rs type StapTracer (line 9) | pub struct StapTracer {} constant TRACING_IMPLEMENTATION (line 12) | const TRACING_IMPLEMENTATION: &'static str = "dyn_stap"; type ProviderBuilderType (line 14) | type ProviderBuilderType = StapProviderBuilder; type ProviderType (line 15) | type ProviderType = StapProvider; type ProbeType (line 16) | type ProbeType = StapProbe; method define_provider (line 18) | fn define_provider( method drop (line 31) | fn drop(&mut self) {} FILE: tracers-libelf-sys/build.rs function is_enabled (line 19) | fn is_enabled() -> bool { function is_required (line 23) | fn is_required() -> bool { function main (line 27) | fn main() { function try_build (line 54) | fn try_build() -> Fallible<()> { function run (line 125) | fn run(cmd: &mut Command, program: &str) -> Fallible<()> { FILE: tracers-libelf-sys/src/lib.rs function elf_version_is_correct (line 14) | fn elf_version_is_correct() { FILE: tracers-libelf-sys/src/libelf.rs constant _LIBELF_H (line 3) | pub const _LIBELF_H: u32 = 1; constant _STDINT_H (line 4) | pub const _STDINT_H: u32 = 1; constant _FEATURES_H (line 5) | pub const _FEATURES_H: u32 = 1; constant _DEFAULT_SOURCE (line 6) | pub const _DEFAULT_SOURCE: u32 = 1; constant __USE_ISOC11 (line 7) | pub const __USE_ISOC11: u32 = 1; constant __USE_ISOC99 (line 8) | pub const __USE_ISOC99: u32 = 1; constant __USE_ISOC95 (line 9) | pub const __USE_ISOC95: u32 = 1; constant __USE_POSIX_IMPLICITLY (line 10) | pub const __USE_POSIX_IMPLICITLY: u32 = 1; constant _POSIX_SOURCE (line 11) | pub const _POSIX_SOURCE: u32 = 1; constant _POSIX_C_SOURCE (line 12) | pub const _POSIX_C_SOURCE: u32 = 200809; constant __USE_POSIX (line 13) | pub const __USE_POSIX: u32 = 1; constant __USE_POSIX2 (line 14) | pub const __USE_POSIX2: u32 = 1; constant __USE_POSIX199309 (line 15) | pub const __USE_POSIX199309: u32 = 1; constant __USE_POSIX199506 (line 16) | pub const __USE_POSIX199506: u32 = 1; constant __USE_XOPEN2K (line 17) | pub const __USE_XOPEN2K: u32 = 1; constant __USE_XOPEN2K8 (line 18) | pub const __USE_XOPEN2K8: u32 = 1; constant _ATFILE_SOURCE (line 19) | pub const _ATFILE_SOURCE: u32 = 1; constant __USE_MISC (line 20) | pub const __USE_MISC: u32 = 1; constant __USE_ATFILE (line 21) | pub const __USE_ATFILE: u32 = 1; constant __USE_FORTIFY_LEVEL (line 22) | pub const __USE_FORTIFY_LEVEL: u32 = 0; constant __GLIBC_USE_DEPRECATED_GETS (line 23) | pub const __GLIBC_USE_DEPRECATED_GETS: u32 = 0; constant _STDC_PREDEF_H (line 24) | pub const _STDC_PREDEF_H: u32 = 1; constant __STDC_IEC_559__ (line 25) | pub const __STDC_IEC_559__: u32 = 1; constant __STDC_IEC_559_COMPLEX__ (line 26) | pub const __STDC_IEC_559_COMPLEX__: u32 = 1; constant __STDC_ISO_10646__ (line 27) | pub const __STDC_ISO_10646__: u32 = 201706; constant __GNU_LIBRARY__ (line 28) | pub const __GNU_LIBRARY__: u32 = 6; constant __GLIBC__ (line 29) | pub const __GLIBC__: u32 = 2; constant __GLIBC_MINOR__ (line 30) | pub const __GLIBC_MINOR__: u32 = 28; constant _SYS_CDEFS_H (line 31) | pub const _SYS_CDEFS_H: u32 = 1; constant __glibc_c99_flexarr_available (line 32) | pub const __glibc_c99_flexarr_available: u32 = 1; constant __WORDSIZE (line 33) | pub const __WORDSIZE: u32 = 64; constant __WORDSIZE_TIME64_COMPAT32 (line 34) | pub const __WORDSIZE_TIME64_COMPAT32: u32 = 1; constant __SYSCALL_WORDSIZE (line 35) | pub const __SYSCALL_WORDSIZE: u32 = 64; constant __HAVE_GENERIC_SELECTION (line 36) | pub const __HAVE_GENERIC_SELECTION: u32 = 1; constant __GLIBC_USE_LIB_EXT2 (line 37) | pub const __GLIBC_USE_LIB_EXT2: u32 = 0; constant __GLIBC_USE_IEC_60559_BFP_EXT (line 38) | pub const __GLIBC_USE_IEC_60559_BFP_EXT: u32 = 0; constant __GLIBC_USE_IEC_60559_FUNCS_EXT (line 39) | pub const __GLIBC_USE_IEC_60559_FUNCS_EXT: u32 = 0; constant __GLIBC_USE_IEC_60559_TYPES_EXT (line 40) | pub const __GLIBC_USE_IEC_60559_TYPES_EXT: u32 = 0; constant _BITS_TYPES_H (line 41) | pub const _BITS_TYPES_H: u32 = 1; constant _BITS_TYPESIZES_H (line 42) | pub const _BITS_TYPESIZES_H: u32 = 1; constant __OFF_T_MATCHES_OFF64_T (line 43) | pub const __OFF_T_MATCHES_OFF64_T: u32 = 1; constant __INO_T_MATCHES_INO64_T (line 44) | pub const __INO_T_MATCHES_INO64_T: u32 = 1; constant __RLIM_T_MATCHES_RLIM64_T (line 45) | pub const __RLIM_T_MATCHES_RLIM64_T: u32 = 1; constant __FD_SETSIZE (line 46) | pub const __FD_SETSIZE: u32 = 1024; constant _BITS_WCHAR_H (line 47) | pub const _BITS_WCHAR_H: u32 = 1; constant _BITS_STDINT_INTN_H (line 48) | pub const _BITS_STDINT_INTN_H: u32 = 1; constant _BITS_STDINT_UINTN_H (line 49) | pub const _BITS_STDINT_UINTN_H: u32 = 1; constant INT8_MIN (line 50) | pub const INT8_MIN: i32 = -128; constant INT16_MIN (line 51) | pub const INT16_MIN: i32 = -32768; constant INT32_MIN (line 52) | pub const INT32_MIN: i32 = -2147483648; constant INT8_MAX (line 53) | pub const INT8_MAX: u32 = 127; constant INT16_MAX (line 54) | pub const INT16_MAX: u32 = 32767; constant INT32_MAX (line 55) | pub const INT32_MAX: u32 = 2147483647; constant UINT8_MAX (line 56) | pub const UINT8_MAX: u32 = 255; constant UINT16_MAX (line 57) | pub const UINT16_MAX: u32 = 65535; constant UINT32_MAX (line 58) | pub const UINT32_MAX: u32 = 4294967295; constant INT_LEAST8_MIN (line 59) | pub const INT_LEAST8_MIN: i32 = -128; constant INT_LEAST16_MIN (line 60) | pub const INT_LEAST16_MIN: i32 = -32768; constant INT_LEAST32_MIN (line 61) | pub const INT_LEAST32_MIN: i32 = -2147483648; constant INT_LEAST8_MAX (line 62) | pub const INT_LEAST8_MAX: u32 = 127; constant INT_LEAST16_MAX (line 63) | pub const INT_LEAST16_MAX: u32 = 32767; constant INT_LEAST32_MAX (line 64) | pub const INT_LEAST32_MAX: u32 = 2147483647; constant UINT_LEAST8_MAX (line 65) | pub const UINT_LEAST8_MAX: u32 = 255; constant UINT_LEAST16_MAX (line 66) | pub const UINT_LEAST16_MAX: u32 = 65535; constant UINT_LEAST32_MAX (line 67) | pub const UINT_LEAST32_MAX: u32 = 4294967295; constant INT_FAST8_MIN (line 68) | pub const INT_FAST8_MIN: i32 = -128; constant INT_FAST16_MIN (line 69) | pub const INT_FAST16_MIN: i64 = -9223372036854775808; constant INT_FAST32_MIN (line 70) | pub const INT_FAST32_MIN: i64 = -9223372036854775808; constant INT_FAST8_MAX (line 71) | pub const INT_FAST8_MAX: u32 = 127; constant INT_FAST16_MAX (line 72) | pub const INT_FAST16_MAX: u64 = 9223372036854775807; constant INT_FAST32_MAX (line 73) | pub const INT_FAST32_MAX: u64 = 9223372036854775807; constant UINT_FAST8_MAX (line 74) | pub const UINT_FAST8_MAX: u32 = 255; constant UINT_FAST16_MAX (line 75) | pub const UINT_FAST16_MAX: i32 = -1; constant UINT_FAST32_MAX (line 76) | pub const UINT_FAST32_MAX: i32 = -1; constant INTPTR_MIN (line 77) | pub const INTPTR_MIN: i64 = -9223372036854775808; constant INTPTR_MAX (line 78) | pub const INTPTR_MAX: u64 = 9223372036854775807; constant UINTPTR_MAX (line 79) | pub const UINTPTR_MAX: i32 = -1; constant PTRDIFF_MIN (line 80) | pub const PTRDIFF_MIN: i64 = -9223372036854775808; constant PTRDIFF_MAX (line 81) | pub const PTRDIFF_MAX: u64 = 9223372036854775807; constant SIG_ATOMIC_MIN (line 82) | pub const SIG_ATOMIC_MIN: i32 = -2147483648; constant SIG_ATOMIC_MAX (line 83) | pub const SIG_ATOMIC_MAX: u32 = 2147483647; constant SIZE_MAX (line 84) | pub const SIZE_MAX: i32 = -1; constant WINT_MIN (line 85) | pub const WINT_MIN: u32 = 0; constant WINT_MAX (line 86) | pub const WINT_MAX: u32 = 4294967295; constant _SYS_TYPES_H (line 87) | pub const _SYS_TYPES_H: u32 = 1; constant __clock_t_defined (line 88) | pub const __clock_t_defined: u32 = 1; constant __clockid_t_defined (line 89) | pub const __clockid_t_defined: u32 = 1; constant __time_t_defined (line 90) | pub const __time_t_defined: u32 = 1; constant __timer_t_defined (line 91) | pub const __timer_t_defined: u32 = 1; constant __BIT_TYPES_DEFINED__ (line 92) | pub const __BIT_TYPES_DEFINED__: u32 = 1; constant _ENDIAN_H (line 93) | pub const _ENDIAN_H: u32 = 1; constant __LITTLE_ENDIAN (line 94) | pub const __LITTLE_ENDIAN: u32 = 1234; constant __BIG_ENDIAN (line 95) | pub const __BIG_ENDIAN: u32 = 4321; constant __PDP_ENDIAN (line 96) | pub const __PDP_ENDIAN: u32 = 3412; constant __BYTE_ORDER (line 97) | pub const __BYTE_ORDER: u32 = 1234; constant __FLOAT_WORD_ORDER (line 98) | pub const __FLOAT_WORD_ORDER: u32 = 1234; constant LITTLE_ENDIAN (line 99) | pub const LITTLE_ENDIAN: u32 = 1234; constant BIG_ENDIAN (line 100) | pub const BIG_ENDIAN: u32 = 4321; constant PDP_ENDIAN (line 101) | pub const PDP_ENDIAN: u32 = 3412; constant BYTE_ORDER (line 102) | pub const BYTE_ORDER: u32 = 1234; constant _BITS_BYTESWAP_H (line 103) | pub const _BITS_BYTESWAP_H: u32 = 1; constant _BITS_UINTN_IDENTITY_H (line 104) | pub const _BITS_UINTN_IDENTITY_H: u32 = 1; constant _SYS_SELECT_H (line 105) | pub const _SYS_SELECT_H: u32 = 1; constant __FD_ZERO_STOS (line 106) | pub const __FD_ZERO_STOS: &'static [u8; 6usize] = b"stosq\0"; constant __sigset_t_defined (line 107) | pub const __sigset_t_defined: u32 = 1; constant __timeval_defined (line 108) | pub const __timeval_defined: u32 = 1; constant _STRUCT_TIMESPEC (line 109) | pub const _STRUCT_TIMESPEC: u32 = 1; constant FD_SETSIZE (line 110) | pub const FD_SETSIZE: u32 = 1024; constant _BITS_PTHREADTYPES_COMMON_H (line 111) | pub const _BITS_PTHREADTYPES_COMMON_H: u32 = 1; constant _THREAD_SHARED_TYPES_H (line 112) | pub const _THREAD_SHARED_TYPES_H: u32 = 1; constant _BITS_PTHREADTYPES_ARCH_H (line 113) | pub const _BITS_PTHREADTYPES_ARCH_H: u32 = 1; constant __SIZEOF_PTHREAD_MUTEX_T (line 114) | pub const __SIZEOF_PTHREAD_MUTEX_T: u32 = 40; constant __SIZEOF_PTHREAD_ATTR_T (line 115) | pub const __SIZEOF_PTHREAD_ATTR_T: u32 = 56; constant __SIZEOF_PTHREAD_RWLOCK_T (line 116) | pub const __SIZEOF_PTHREAD_RWLOCK_T: u32 = 56; constant __SIZEOF_PTHREAD_BARRIER_T (line 117) | pub const __SIZEOF_PTHREAD_BARRIER_T: u32 = 32; constant __SIZEOF_PTHREAD_MUTEXATTR_T (line 118) | pub const __SIZEOF_PTHREAD_MUTEXATTR_T: u32 = 4; constant __SIZEOF_PTHREAD_COND_T (line 119) | pub const __SIZEOF_PTHREAD_COND_T: u32 = 48; constant __SIZEOF_PTHREAD_CONDATTR_T (line 120) | pub const __SIZEOF_PTHREAD_CONDATTR_T: u32 = 4; constant __SIZEOF_PTHREAD_RWLOCKATTR_T (line 121) | pub const __SIZEOF_PTHREAD_RWLOCKATTR_T: u32 = 8; constant __SIZEOF_PTHREAD_BARRIERATTR_T (line 122) | pub const __SIZEOF_PTHREAD_BARRIERATTR_T: u32 = 4; constant __PTHREAD_MUTEX_LOCK_ELISION (line 123) | pub const __PTHREAD_MUTEX_LOCK_ELISION: u32 = 1; constant __PTHREAD_MUTEX_NUSERS_AFTER_KIND (line 124) | pub const __PTHREAD_MUTEX_NUSERS_AFTER_KIND: u32 = 0; constant __PTHREAD_MUTEX_USE_UNION (line 125) | pub const __PTHREAD_MUTEX_USE_UNION: u32 = 0; constant __PTHREAD_RWLOCK_INT_FLAGS_SHARED (line 126) | pub const __PTHREAD_RWLOCK_INT_FLAGS_SHARED: u32 = 1; constant __PTHREAD_MUTEX_HAVE_PREV (line 127) | pub const __PTHREAD_MUTEX_HAVE_PREV: u32 = 1; constant __have_pthread_attr_t (line 128) | pub const __have_pthread_attr_t: u32 = 1; constant _ELF_H (line 129) | pub const _ELF_H: u32 = 1; constant EI_NIDENT (line 130) | pub const EI_NIDENT: u32 = 16; constant EI_MAG0 (line 131) | pub const EI_MAG0: u32 = 0; constant ELFMAG0 (line 132) | pub const ELFMAG0: u32 = 127; constant EI_MAG1 (line 133) | pub const EI_MAG1: u32 = 1; constant ELFMAG1 (line 134) | pub const ELFMAG1: u8 = 69u8; constant EI_MAG2 (line 135) | pub const EI_MAG2: u32 = 2; constant ELFMAG2 (line 136) | pub const ELFMAG2: u8 = 76u8; constant EI_MAG3 (line 137) | pub const EI_MAG3: u32 = 3; constant ELFMAG3 (line 138) | pub const ELFMAG3: u8 = 70u8; constant ELFMAG (line 139) | pub const ELFMAG: &'static [u8; 5usize] = b"\x7FELF\0"; constant SELFMAG (line 140) | pub const SELFMAG: u32 = 4; constant EI_CLASS (line 141) | pub const EI_CLASS: u32 = 4; constant ELFCLASSNONE (line 142) | pub const ELFCLASSNONE: u32 = 0; constant ELFCLASS32 (line 143) | pub const ELFCLASS32: u32 = 1; constant ELFCLASS64 (line 144) | pub const ELFCLASS64: u32 = 2; constant ELFCLASSNUM (line 145) | pub const ELFCLASSNUM: u32 = 3; constant EI_DATA (line 146) | pub const EI_DATA: u32 = 5; constant ELFDATANONE (line 147) | pub const ELFDATANONE: u32 = 0; constant ELFDATA2LSB (line 148) | pub const ELFDATA2LSB: u32 = 1; constant ELFDATA2MSB (line 149) | pub const ELFDATA2MSB: u32 = 2; constant ELFDATANUM (line 150) | pub const ELFDATANUM: u32 = 3; constant EI_VERSION (line 151) | pub const EI_VERSION: u32 = 6; constant EI_OSABI (line 152) | pub const EI_OSABI: u32 = 7; constant ELFOSABI_NONE (line 153) | pub const ELFOSABI_NONE: u32 = 0; constant ELFOSABI_SYSV (line 154) | pub const ELFOSABI_SYSV: u32 = 0; constant ELFOSABI_HPUX (line 155) | pub const ELFOSABI_HPUX: u32 = 1; constant ELFOSABI_NETBSD (line 156) | pub const ELFOSABI_NETBSD: u32 = 2; constant ELFOSABI_GNU (line 157) | pub const ELFOSABI_GNU: u32 = 3; constant ELFOSABI_LINUX (line 158) | pub const ELFOSABI_LINUX: u32 = 3; constant ELFOSABI_SOLARIS (line 159) | pub const ELFOSABI_SOLARIS: u32 = 6; constant ELFOSABI_AIX (line 160) | pub const ELFOSABI_AIX: u32 = 7; constant ELFOSABI_IRIX (line 161) | pub const ELFOSABI_IRIX: u32 = 8; constant ELFOSABI_FREEBSD (line 162) | pub const ELFOSABI_FREEBSD: u32 = 9; constant ELFOSABI_TRU64 (line 163) | pub const ELFOSABI_TRU64: u32 = 10; constant ELFOSABI_MODESTO (line 164) | pub const ELFOSABI_MODESTO: u32 = 11; constant ELFOSABI_OPENBSD (line 165) | pub const ELFOSABI_OPENBSD: u32 = 12; constant ELFOSABI_ARM_AEABI (line 166) | pub const ELFOSABI_ARM_AEABI: u32 = 64; constant ELFOSABI_ARM (line 167) | pub const ELFOSABI_ARM: u32 = 97; constant ELFOSABI_STANDALONE (line 168) | pub const ELFOSABI_STANDALONE: u32 = 255; constant EI_ABIVERSION (line 169) | pub const EI_ABIVERSION: u32 = 8; constant EI_PAD (line 170) | pub const EI_PAD: u32 = 9; constant ET_NONE (line 171) | pub const ET_NONE: u32 = 0; constant ET_REL (line 172) | pub const ET_REL: u32 = 1; constant ET_EXEC (line 173) | pub const ET_EXEC: u32 = 2; constant ET_DYN (line 174) | pub const ET_DYN: u32 = 3; constant ET_CORE (line 175) | pub const ET_CORE: u32 = 4; constant ET_NUM (line 176) | pub const ET_NUM: u32 = 5; constant ET_LOOS (line 177) | pub const ET_LOOS: u32 = 65024; constant ET_HIOS (line 178) | pub const ET_HIOS: u32 = 65279; constant ET_LOPROC (line 179) | pub const ET_LOPROC: u32 = 65280; constant ET_HIPROC (line 180) | pub const ET_HIPROC: u32 = 65535; constant EM_NONE (line 181) | pub const EM_NONE: u32 = 0; constant EM_M32 (line 182) | pub const EM_M32: u32 = 1; constant EM_SPARC (line 183) | pub const EM_SPARC: u32 = 2; constant EM_386 (line 184) | pub const EM_386: u32 = 3; constant EM_68K (line 185) | pub const EM_68K: u32 = 4; constant EM_88K (line 186) | pub const EM_88K: u32 = 5; constant EM_IAMCU (line 187) | pub const EM_IAMCU: u32 = 6; constant EM_860 (line 188) | pub const EM_860: u32 = 7; constant EM_MIPS (line 189) | pub const EM_MIPS: u32 = 8; constant EM_S370 (line 190) | pub const EM_S370: u32 = 9; constant EM_MIPS_RS3_LE (line 191) | pub const EM_MIPS_RS3_LE: u32 = 10; constant EM_PARISC (line 192) | pub const EM_PARISC: u32 = 15; constant EM_VPP500 (line 193) | pub const EM_VPP500: u32 = 17; constant EM_SPARC32PLUS (line 194) | pub const EM_SPARC32PLUS: u32 = 18; constant EM_960 (line 195) | pub const EM_960: u32 = 19; constant EM_PPC (line 196) | pub const EM_PPC: u32 = 20; constant EM_PPC64 (line 197) | pub const EM_PPC64: u32 = 21; constant EM_S390 (line 198) | pub const EM_S390: u32 = 22; constant EM_SPU (line 199) | pub const EM_SPU: u32 = 23; constant EM_V800 (line 200) | pub const EM_V800: u32 = 36; constant EM_FR20 (line 201) | pub const EM_FR20: u32 = 37; constant EM_RH32 (line 202) | pub const EM_RH32: u32 = 38; constant EM_RCE (line 203) | pub const EM_RCE: u32 = 39; constant EM_ARM (line 204) | pub const EM_ARM: u32 = 40; constant EM_FAKE_ALPHA (line 205) | pub const EM_FAKE_ALPHA: u32 = 41; constant EM_SH (line 206) | pub const EM_SH: u32 = 42; constant EM_SPARCV9 (line 207) | pub const EM_SPARCV9: u32 = 43; constant EM_TRICORE (line 208) | pub const EM_TRICORE: u32 = 44; constant EM_ARC (line 209) | pub const EM_ARC: u32 = 45; constant EM_H8_300 (line 210) | pub const EM_H8_300: u32 = 46; constant EM_H8_300H (line 211) | pub const EM_H8_300H: u32 = 47; constant EM_H8S (line 212) | pub const EM_H8S: u32 = 48; constant EM_H8_500 (line 213) | pub const EM_H8_500: u32 = 49; constant EM_IA_64 (line 214) | pub const EM_IA_64: u32 = 50; constant EM_MIPS_X (line 215) | pub const EM_MIPS_X: u32 = 51; constant EM_COLDFIRE (line 216) | pub const EM_COLDFIRE: u32 = 52; constant EM_68HC12 (line 217) | pub const EM_68HC12: u32 = 53; constant EM_MMA (line 218) | pub const EM_MMA: u32 = 54; constant EM_PCP (line 219) | pub const EM_PCP: u32 = 55; constant EM_NCPU (line 220) | pub const EM_NCPU: u32 = 56; constant EM_NDR1 (line 221) | pub const EM_NDR1: u32 = 57; constant EM_STARCORE (line 222) | pub const EM_STARCORE: u32 = 58; constant EM_ME16 (line 223) | pub const EM_ME16: u32 = 59; constant EM_ST100 (line 224) | pub const EM_ST100: u32 = 60; constant EM_TINYJ (line 225) | pub const EM_TINYJ: u32 = 61; constant EM_X86_64 (line 226) | pub const EM_X86_64: u32 = 62; constant EM_PDSP (line 227) | pub const EM_PDSP: u32 = 63; constant EM_PDP10 (line 228) | pub const EM_PDP10: u32 = 64; constant EM_PDP11 (line 229) | pub const EM_PDP11: u32 = 65; constant EM_FX66 (line 230) | pub const EM_FX66: u32 = 66; constant EM_ST9PLUS (line 231) | pub const EM_ST9PLUS: u32 = 67; constant EM_ST7 (line 232) | pub const EM_ST7: u32 = 68; constant EM_68HC16 (line 233) | pub const EM_68HC16: u32 = 69; constant EM_68HC11 (line 234) | pub const EM_68HC11: u32 = 70; constant EM_68HC08 (line 235) | pub const EM_68HC08: u32 = 71; constant EM_68HC05 (line 236) | pub const EM_68HC05: u32 = 72; constant EM_SVX (line 237) | pub const EM_SVX: u32 = 73; constant EM_ST19 (line 238) | pub const EM_ST19: u32 = 74; constant EM_VAX (line 239) | pub const EM_VAX: u32 = 75; constant EM_CRIS (line 240) | pub const EM_CRIS: u32 = 76; constant EM_JAVELIN (line 241) | pub const EM_JAVELIN: u32 = 77; constant EM_FIREPATH (line 242) | pub const EM_FIREPATH: u32 = 78; constant EM_ZSP (line 243) | pub const EM_ZSP: u32 = 79; constant EM_MMIX (line 244) | pub const EM_MMIX: u32 = 80; constant EM_HUANY (line 245) | pub const EM_HUANY: u32 = 81; constant EM_PRISM (line 246) | pub const EM_PRISM: u32 = 82; constant EM_AVR (line 247) | pub const EM_AVR: u32 = 83; constant EM_FR30 (line 248) | pub const EM_FR30: u32 = 84; constant EM_D10V (line 249) | pub const EM_D10V: u32 = 85; constant EM_D30V (line 250) | pub const EM_D30V: u32 = 86; constant EM_V850 (line 251) | pub const EM_V850: u32 = 87; constant EM_M32R (line 252) | pub const EM_M32R: u32 = 88; constant EM_MN10300 (line 253) | pub const EM_MN10300: u32 = 89; constant EM_MN10200 (line 254) | pub const EM_MN10200: u32 = 90; constant EM_PJ (line 255) | pub const EM_PJ: u32 = 91; constant EM_OPENRISC (line 256) | pub const EM_OPENRISC: u32 = 92; constant EM_ARC_COMPACT (line 257) | pub const EM_ARC_COMPACT: u32 = 93; constant EM_XTENSA (line 258) | pub const EM_XTENSA: u32 = 94; constant EM_VIDEOCORE (line 259) | pub const EM_VIDEOCORE: u32 = 95; constant EM_TMM_GPP (line 260) | pub const EM_TMM_GPP: u32 = 96; constant EM_NS32K (line 261) | pub const EM_NS32K: u32 = 97; constant EM_TPC (line 262) | pub const EM_TPC: u32 = 98; constant EM_SNP1K (line 263) | pub const EM_SNP1K: u32 = 99; constant EM_ST200 (line 264) | pub const EM_ST200: u32 = 100; constant EM_IP2K (line 265) | pub const EM_IP2K: u32 = 101; constant EM_MAX (line 266) | pub const EM_MAX: u32 = 102; constant EM_CR (line 267) | pub const EM_CR: u32 = 103; constant EM_F2MC16 (line 268) | pub const EM_F2MC16: u32 = 104; constant EM_MSP430 (line 269) | pub const EM_MSP430: u32 = 105; constant EM_BLACKFIN (line 270) | pub const EM_BLACKFIN: u32 = 106; constant EM_SE_C33 (line 271) | pub const EM_SE_C33: u32 = 107; constant EM_SEP (line 272) | pub const EM_SEP: u32 = 108; constant EM_ARCA (line 273) | pub const EM_ARCA: u32 = 109; constant EM_UNICORE (line 274) | pub const EM_UNICORE: u32 = 110; constant EM_EXCESS (line 275) | pub const EM_EXCESS: u32 = 111; constant EM_DXP (line 276) | pub const EM_DXP: u32 = 112; constant EM_ALTERA_NIOS2 (line 277) | pub const EM_ALTERA_NIOS2: u32 = 113; constant EM_CRX (line 278) | pub const EM_CRX: u32 = 114; constant EM_XGATE (line 279) | pub const EM_XGATE: u32 = 115; constant EM_C166 (line 280) | pub const EM_C166: u32 = 116; constant EM_M16C (line 281) | pub const EM_M16C: u32 = 117; constant EM_DSPIC30F (line 282) | pub const EM_DSPIC30F: u32 = 118; constant EM_CE (line 283) | pub const EM_CE: u32 = 119; constant EM_M32C (line 284) | pub const EM_M32C: u32 = 120; constant EM_TSK3000 (line 285) | pub const EM_TSK3000: u32 = 131; constant EM_RS08 (line 286) | pub const EM_RS08: u32 = 132; constant EM_SHARC (line 287) | pub const EM_SHARC: u32 = 133; constant EM_ECOG2 (line 288) | pub const EM_ECOG2: u32 = 134; constant EM_SCORE7 (line 289) | pub const EM_SCORE7: u32 = 135; constant EM_DSP24 (line 290) | pub const EM_DSP24: u32 = 136; constant EM_VIDEOCORE3 (line 291) | pub const EM_VIDEOCORE3: u32 = 137; constant EM_LATTICEMICO32 (line 292) | pub const EM_LATTICEMICO32: u32 = 138; constant EM_SE_C17 (line 293) | pub const EM_SE_C17: u32 = 139; constant EM_TI_C6000 (line 294) | pub const EM_TI_C6000: u32 = 140; constant EM_TI_C2000 (line 295) | pub const EM_TI_C2000: u32 = 141; constant EM_TI_C5500 (line 296) | pub const EM_TI_C5500: u32 = 142; constant EM_TI_ARP32 (line 297) | pub const EM_TI_ARP32: u32 = 143; constant EM_TI_PRU (line 298) | pub const EM_TI_PRU: u32 = 144; constant EM_MMDSP_PLUS (line 299) | pub const EM_MMDSP_PLUS: u32 = 160; constant EM_CYPRESS_M8C (line 300) | pub const EM_CYPRESS_M8C: u32 = 161; constant EM_R32C (line 301) | pub const EM_R32C: u32 = 162; constant EM_TRIMEDIA (line 302) | pub const EM_TRIMEDIA: u32 = 163; constant EM_QDSP6 (line 303) | pub const EM_QDSP6: u32 = 164; constant EM_8051 (line 304) | pub const EM_8051: u32 = 165; constant EM_STXP7X (line 305) | pub const EM_STXP7X: u32 = 166; constant EM_NDS32 (line 306) | pub const EM_NDS32: u32 = 167; constant EM_ECOG1X (line 307) | pub const EM_ECOG1X: u32 = 168; constant EM_MAXQ30 (line 308) | pub const EM_MAXQ30: u32 = 169; constant EM_XIMO16 (line 309) | pub const EM_XIMO16: u32 = 170; constant EM_MANIK (line 310) | pub const EM_MANIK: u32 = 171; constant EM_CRAYNV2 (line 311) | pub const EM_CRAYNV2: u32 = 172; constant EM_RX (line 312) | pub const EM_RX: u32 = 173; constant EM_METAG (line 313) | pub const EM_METAG: u32 = 174; constant EM_MCST_ELBRUS (line 314) | pub const EM_MCST_ELBRUS: u32 = 175; constant EM_ECOG16 (line 315) | pub const EM_ECOG16: u32 = 176; constant EM_CR16 (line 316) | pub const EM_CR16: u32 = 177; constant EM_ETPU (line 317) | pub const EM_ETPU: u32 = 178; constant EM_SLE9X (line 318) | pub const EM_SLE9X: u32 = 179; constant EM_L10M (line 319) | pub const EM_L10M: u32 = 180; constant EM_K10M (line 320) | pub const EM_K10M: u32 = 181; constant EM_AARCH64 (line 321) | pub const EM_AARCH64: u32 = 183; constant EM_AVR32 (line 322) | pub const EM_AVR32: u32 = 185; constant EM_STM8 (line 323) | pub const EM_STM8: u32 = 186; constant EM_TILE64 (line 324) | pub const EM_TILE64: u32 = 187; constant EM_TILEPRO (line 325) | pub const EM_TILEPRO: u32 = 188; constant EM_MICROBLAZE (line 326) | pub const EM_MICROBLAZE: u32 = 189; constant EM_CUDA (line 327) | pub const EM_CUDA: u32 = 190; constant EM_TILEGX (line 328) | pub const EM_TILEGX: u32 = 191; constant EM_CLOUDSHIELD (line 329) | pub const EM_CLOUDSHIELD: u32 = 192; constant EM_COREA_1ST (line 330) | pub const EM_COREA_1ST: u32 = 193; constant EM_COREA_2ND (line 331) | pub const EM_COREA_2ND: u32 = 194; constant EM_ARC_COMPACT2 (line 332) | pub const EM_ARC_COMPACT2: u32 = 195; constant EM_OPEN8 (line 333) | pub const EM_OPEN8: u32 = 196; constant EM_RL78 (line 334) | pub const EM_RL78: u32 = 197; constant EM_VIDEOCORE5 (line 335) | pub const EM_VIDEOCORE5: u32 = 198; constant EM_78KOR (line 336) | pub const EM_78KOR: u32 = 199; constant EM_56800EX (line 337) | pub const EM_56800EX: u32 = 200; constant EM_BA1 (line 338) | pub const EM_BA1: u32 = 201; constant EM_BA2 (line 339) | pub const EM_BA2: u32 = 202; constant EM_XCORE (line 340) | pub const EM_XCORE: u32 = 203; constant EM_MCHP_PIC (line 341) | pub const EM_MCHP_PIC: u32 = 204; constant EM_KM32 (line 342) | pub const EM_KM32: u32 = 210; constant EM_KMX32 (line 343) | pub const EM_KMX32: u32 = 211; constant EM_EMX16 (line 344) | pub const EM_EMX16: u32 = 212; constant EM_EMX8 (line 345) | pub const EM_EMX8: u32 = 213; constant EM_KVARC (line 346) | pub const EM_KVARC: u32 = 214; constant EM_CDP (line 347) | pub const EM_CDP: u32 = 215; constant EM_COGE (line 348) | pub const EM_COGE: u32 = 216; constant EM_COOL (line 349) | pub const EM_COOL: u32 = 217; constant EM_NORC (line 350) | pub const EM_NORC: u32 = 218; constant EM_CSR_KALIMBA (line 351) | pub const EM_CSR_KALIMBA: u32 = 219; constant EM_Z80 (line 352) | pub const EM_Z80: u32 = 220; constant EM_VISIUM (line 353) | pub const EM_VISIUM: u32 = 221; constant EM_FT32 (line 354) | pub const EM_FT32: u32 = 222; constant EM_MOXIE (line 355) | pub const EM_MOXIE: u32 = 223; constant EM_AMDGPU (line 356) | pub const EM_AMDGPU: u32 = 224; constant EM_RISCV (line 357) | pub const EM_RISCV: u32 = 243; constant EM_BPF (line 358) | pub const EM_BPF: u32 = 247; constant EM_NUM (line 359) | pub const EM_NUM: u32 = 248; constant EM_ARC_A5 (line 360) | pub const EM_ARC_A5: u32 = 93; constant EM_ALPHA (line 361) | pub const EM_ALPHA: u32 = 36902; constant EV_NONE (line 362) | pub const EV_NONE: u32 = 0; constant EV_CURRENT (line 363) | pub const EV_CURRENT: u32 = 1; constant EV_NUM (line 364) | pub const EV_NUM: u32 = 2; constant SHN_UNDEF (line 365) | pub const SHN_UNDEF: u32 = 0; constant SHN_LORESERVE (line 366) | pub const SHN_LORESERVE: u32 = 65280; constant SHN_LOPROC (line 367) | pub const SHN_LOPROC: u32 = 65280; constant SHN_BEFORE (line 368) | pub const SHN_BEFORE: u32 = 65280; constant SHN_AFTER (line 369) | pub const SHN_AFTER: u32 = 65281; constant SHN_HIPROC (line 370) | pub const SHN_HIPROC: u32 = 65311; constant SHN_LOOS (line 371) | pub const SHN_LOOS: u32 = 65312; constant SHN_HIOS (line 372) | pub const SHN_HIOS: u32 = 65343; constant SHN_ABS (line 373) | pub const SHN_ABS: u32 = 65521; constant SHN_COMMON (line 374) | pub const SHN_COMMON: u32 = 65522; constant SHN_XINDEX (line 375) | pub const SHN_XINDEX: u32 = 65535; constant SHN_HIRESERVE (line 376) | pub const SHN_HIRESERVE: u32 = 65535; constant SHT_NULL (line 377) | pub const SHT_NULL: u32 = 0; constant SHT_PROGBITS (line 378) | pub const SHT_PROGBITS: u32 = 1; constant SHT_SYMTAB (line 379) | pub const SHT_SYMTAB: u32 = 2; constant SHT_STRTAB (line 380) | pub const SHT_STRTAB: u32 = 3; constant SHT_RELA (line 381) | pub const SHT_RELA: u32 = 4; constant SHT_HASH (line 382) | pub const SHT_HASH: u32 = 5; constant SHT_DYNAMIC (line 383) | pub const SHT_DYNAMIC: u32 = 6; constant SHT_NOTE (line 384) | pub const SHT_NOTE: u32 = 7; constant SHT_NOBITS (line 385) | pub const SHT_NOBITS: u32 = 8; constant SHT_REL (line 386) | pub const SHT_REL: u32 = 9; constant SHT_SHLIB (line 387) | pub const SHT_SHLIB: u32 = 10; constant SHT_DYNSYM (line 388) | pub const SHT_DYNSYM: u32 = 11; constant SHT_INIT_ARRAY (line 389) | pub const SHT_INIT_ARRAY: u32 = 14; constant SHT_FINI_ARRAY (line 390) | pub const SHT_FINI_ARRAY: u32 = 15; constant SHT_PREINIT_ARRAY (line 391) | pub const SHT_PREINIT_ARRAY: u32 = 16; constant SHT_GROUP (line 392) | pub const SHT_GROUP: u32 = 17; constant SHT_SYMTAB_SHNDX (line 393) | pub const SHT_SYMTAB_SHNDX: u32 = 18; constant SHT_NUM (line 394) | pub const SHT_NUM: u32 = 19; constant SHT_LOOS (line 395) | pub const SHT_LOOS: u32 = 1610612736; constant SHT_GNU_ATTRIBUTES (line 396) | pub const SHT_GNU_ATTRIBUTES: u32 = 1879048181; constant SHT_GNU_HASH (line 397) | pub const SHT_GNU_HASH: u32 = 1879048182; constant SHT_GNU_LIBLIST (line 398) | pub const SHT_GNU_LIBLIST: u32 = 1879048183; constant SHT_CHECKSUM (line 399) | pub const SHT_CHECKSUM: u32 = 1879048184; constant SHT_LOSUNW (line 400) | pub const SHT_LOSUNW: u32 = 1879048186; constant SHT_SUNW_move (line 401) | pub const SHT_SUNW_move: u32 = 1879048186; constant SHT_SUNW_COMDAT (line 402) | pub const SHT_SUNW_COMDAT: u32 = 1879048187; constant SHT_SUNW_syminfo (line 403) | pub const SHT_SUNW_syminfo: u32 = 1879048188; constant SHT_GNU_verdef (line 404) | pub const SHT_GNU_verdef: u32 = 1879048189; constant SHT_GNU_verneed (line 405) | pub const SHT_GNU_verneed: u32 = 1879048190; constant SHT_GNU_versym (line 406) | pub const SHT_GNU_versym: u32 = 1879048191; constant SHT_HISUNW (line 407) | pub const SHT_HISUNW: u32 = 1879048191; constant SHT_HIOS (line 408) | pub const SHT_HIOS: u32 = 1879048191; constant SHT_LOPROC (line 409) | pub const SHT_LOPROC: u32 = 1879048192; constant SHT_HIPROC (line 410) | pub const SHT_HIPROC: u32 = 2147483647; constant SHT_LOUSER (line 411) | pub const SHT_LOUSER: u32 = 2147483648; constant SHT_HIUSER (line 412) | pub const SHT_HIUSER: u32 = 2415919103; constant SHF_WRITE (line 413) | pub const SHF_WRITE: u32 = 1; constant SHF_ALLOC (line 414) | pub const SHF_ALLOC: u32 = 2; constant SHF_EXECINSTR (line 415) | pub const SHF_EXECINSTR: u32 = 4; constant SHF_MERGE (line 416) | pub const SHF_MERGE: u32 = 16; constant SHF_STRINGS (line 417) | pub const SHF_STRINGS: u32 = 32; constant SHF_INFO_LINK (line 418) | pub const SHF_INFO_LINK: u32 = 64; constant SHF_LINK_ORDER (line 419) | pub const SHF_LINK_ORDER: u32 = 128; constant SHF_OS_NONCONFORMING (line 420) | pub const SHF_OS_NONCONFORMING: u32 = 256; constant SHF_GROUP (line 421) | pub const SHF_GROUP: u32 = 512; constant SHF_TLS (line 422) | pub const SHF_TLS: u32 = 1024; constant SHF_COMPRESSED (line 423) | pub const SHF_COMPRESSED: u32 = 2048; constant SHF_MASKOS (line 424) | pub const SHF_MASKOS: u32 = 267386880; constant SHF_MASKPROC (line 425) | pub const SHF_MASKPROC: u32 = 4026531840; constant SHF_ORDERED (line 426) | pub const SHF_ORDERED: u32 = 1073741824; constant SHF_EXCLUDE (line 427) | pub const SHF_EXCLUDE: u32 = 2147483648; constant ELFCOMPRESS_ZLIB (line 428) | pub const ELFCOMPRESS_ZLIB: u32 = 1; constant ELFCOMPRESS_LOOS (line 429) | pub const ELFCOMPRESS_LOOS: u32 = 1610612736; constant ELFCOMPRESS_HIOS (line 430) | pub const ELFCOMPRESS_HIOS: u32 = 1879048191; constant ELFCOMPRESS_LOPROC (line 431) | pub const ELFCOMPRESS_LOPROC: u32 = 1879048192; constant ELFCOMPRESS_HIPROC (line 432) | pub const ELFCOMPRESS_HIPROC: u32 = 2147483647; constant GRP_COMDAT (line 433) | pub const GRP_COMDAT: u32 = 1; constant SYMINFO_BT_SELF (line 434) | pub const SYMINFO_BT_SELF: u32 = 65535; constant SYMINFO_BT_PARENT (line 435) | pub const SYMINFO_BT_PARENT: u32 = 65534; constant SYMINFO_BT_LOWRESERVE (line 436) | pub const SYMINFO_BT_LOWRESERVE: u32 = 65280; constant SYMINFO_FLG_DIRECT (line 437) | pub const SYMINFO_FLG_DIRECT: u32 = 1; constant SYMINFO_FLG_PASSTHRU (line 438) | pub const SYMINFO_FLG_PASSTHRU: u32 = 2; constant SYMINFO_FLG_COPY (line 439) | pub const SYMINFO_FLG_COPY: u32 = 4; constant SYMINFO_FLG_LAZYLOAD (line 440) | pub const SYMINFO_FLG_LAZYLOAD: u32 = 8; constant SYMINFO_NONE (line 441) | pub const SYMINFO_NONE: u32 = 0; constant SYMINFO_CURRENT (line 442) | pub const SYMINFO_CURRENT: u32 = 1; constant SYMINFO_NUM (line 443) | pub const SYMINFO_NUM: u32 = 2; constant STB_LOCAL (line 444) | pub const STB_LOCAL: u32 = 0; constant STB_GLOBAL (line 445) | pub const STB_GLOBAL: u32 = 1; constant STB_WEAK (line 446) | pub const STB_WEAK: u32 = 2; constant STB_NUM (line 447) | pub const STB_NUM: u32 = 3; constant STB_LOOS (line 448) | pub const STB_LOOS: u32 = 10; constant STB_GNU_UNIQUE (line 449) | pub const STB_GNU_UNIQUE: u32 = 10; constant STB_HIOS (line 450) | pub const STB_HIOS: u32 = 12; constant STB_LOPROC (line 451) | pub const STB_LOPROC: u32 = 13; constant STB_HIPROC (line 452) | pub const STB_HIPROC: u32 = 15; constant STT_NOTYPE (line 453) | pub const STT_NOTYPE: u32 = 0; constant STT_OBJECT (line 454) | pub const STT_OBJECT: u32 = 1; constant STT_FUNC (line 455) | pub const STT_FUNC: u32 = 2; constant STT_SECTION (line 456) | pub const STT_SECTION: u32 = 3; constant STT_FILE (line 457) | pub const STT_FILE: u32 = 4; constant STT_COMMON (line 458) | pub const STT_COMMON: u32 = 5; constant STT_TLS (line 459) | pub const STT_TLS: u32 = 6; constant STT_NUM (line 460) | pub const STT_NUM: u32 = 7; constant STT_LOOS (line 461) | pub const STT_LOOS: u32 = 10; constant STT_GNU_IFUNC (line 462) | pub const STT_GNU_IFUNC: u32 = 10; constant STT_HIOS (line 463) | pub const STT_HIOS: u32 = 12; constant STT_LOPROC (line 464) | pub const STT_LOPROC: u32 = 13; constant STT_HIPROC (line 465) | pub const STT_HIPROC: u32 = 15; constant STN_UNDEF (line 466) | pub const STN_UNDEF: u32 = 0; constant STV_DEFAULT (line 467) | pub const STV_DEFAULT: u32 = 0; constant STV_INTERNAL (line 468) | pub const STV_INTERNAL: u32 = 1; constant STV_HIDDEN (line 469) | pub const STV_HIDDEN: u32 = 2; constant STV_PROTECTED (line 470) | pub const STV_PROTECTED: u32 = 3; constant PN_XNUM (line 471) | pub const PN_XNUM: u32 = 65535; constant PT_NULL (line 472) | pub const PT_NULL: u32 = 0; constant PT_LOAD (line 473) | pub const PT_LOAD: u32 = 1; constant PT_DYNAMIC (line 474) | pub const PT_DYNAMIC: u32 = 2; constant PT_INTERP (line 475) | pub const PT_INTERP: u32 = 3; constant PT_NOTE (line 476) | pub const PT_NOTE: u32 = 4; constant PT_SHLIB (line 477) | pub const PT_SHLIB: u32 = 5; constant PT_PHDR (line 478) | pub const PT_PHDR: u32 = 6; constant PT_TLS (line 479) | pub const PT_TLS: u32 = 7; constant PT_NUM (line 480) | pub const PT_NUM: u32 = 8; constant PT_LOOS (line 481) | pub const PT_LOOS: u32 = 1610612736; constant PT_GNU_EH_FRAME (line 482) | pub const PT_GNU_EH_FRAME: u32 = 1685382480; constant PT_GNU_STACK (line 483) | pub const PT_GNU_STACK: u32 = 1685382481; constant PT_GNU_RELRO (line 484) | pub const PT_GNU_RELRO: u32 = 1685382482; constant PT_LOSUNW (line 485) | pub const PT_LOSUNW: u32 = 1879048186; constant PT_SUNWBSS (line 486) | pub const PT_SUNWBSS: u32 = 1879048186; constant PT_SUNWSTACK (line 487) | pub const PT_SUNWSTACK: u32 = 1879048187; constant PT_HISUNW (line 488) | pub const PT_HISUNW: u32 = 1879048191; constant PT_HIOS (line 489) | pub const PT_HIOS: u32 = 1879048191; constant PT_LOPROC (line 490) | pub const PT_LOPROC: u32 = 1879048192; constant PT_HIPROC (line 491) | pub const PT_HIPROC: u32 = 2147483647; constant PF_X (line 492) | pub const PF_X: u32 = 1; constant PF_W (line 493) | pub const PF_W: u32 = 2; constant PF_R (line 494) | pub const PF_R: u32 = 4; constant PF_MASKOS (line 495) | pub const PF_MASKOS: u32 = 267386880; constant PF_MASKPROC (line 496) | pub const PF_MASKPROC: u32 = 4026531840; constant NT_PRSTATUS (line 497) | pub const NT_PRSTATUS: u32 = 1; constant NT_PRFPREG (line 498) | pub const NT_PRFPREG: u32 = 2; constant NT_FPREGSET (line 499) | pub const NT_FPREGSET: u32 = 2; constant NT_PRPSINFO (line 500) | pub const NT_PRPSINFO: u32 = 3; constant NT_PRXREG (line 501) | pub const NT_PRXREG: u32 = 4; constant NT_TASKSTRUCT (line 502) | pub const NT_TASKSTRUCT: u32 = 4; constant NT_PLATFORM (line 503) | pub const NT_PLATFORM: u32 = 5; constant NT_AUXV (line 504) | pub const NT_AUXV: u32 = 6; constant NT_GWINDOWS (line 505) | pub const NT_GWINDOWS: u32 = 7; constant NT_ASRS (line 506) | pub const NT_ASRS: u32 = 8; constant NT_PSTATUS (line 507) | pub const NT_PSTATUS: u32 = 10; constant NT_PSINFO (line 508) | pub const NT_PSINFO: u32 = 13; constant NT_PRCRED (line 509) | pub const NT_PRCRED: u32 = 14; constant NT_UTSNAME (line 510) | pub const NT_UTSNAME: u32 = 15; constant NT_LWPSTATUS (line 511) | pub const NT_LWPSTATUS: u32 = 16; constant NT_LWPSINFO (line 512) | pub const NT_LWPSINFO: u32 = 17; constant NT_PRFPXREG (line 513) | pub const NT_PRFPXREG: u32 = 20; constant NT_SIGINFO (line 514) | pub const NT_SIGINFO: u32 = 1397311305; constant NT_FILE (line 515) | pub const NT_FILE: u32 = 1179208773; constant NT_PRXFPREG (line 516) | pub const NT_PRXFPREG: u32 = 1189489535; constant NT_PPC_VMX (line 517) | pub const NT_PPC_VMX: u32 = 256; constant NT_PPC_SPE (line 518) | pub const NT_PPC_SPE: u32 = 257; constant NT_PPC_VSX (line 519) | pub const NT_PPC_VSX: u32 = 258; constant NT_PPC_TAR (line 520) | pub const NT_PPC_TAR: u32 = 259; constant NT_PPC_PPR (line 521) | pub const NT_PPC_PPR: u32 = 260; constant NT_PPC_DSCR (line 522) | pub const NT_PPC_DSCR: u32 = 261; constant NT_PPC_EBB (line 523) | pub const NT_PPC_EBB: u32 = 262; constant NT_PPC_PMU (line 524) | pub const NT_PPC_PMU: u32 = 263; constant NT_PPC_TM_CGPR (line 525) | pub const NT_PPC_TM_CGPR: u32 = 264; constant NT_PPC_TM_CFPR (line 526) | pub const NT_PPC_TM_CFPR: u32 = 265; constant NT_PPC_TM_CVMX (line 527) | pub const NT_PPC_TM_CVMX: u32 = 266; constant NT_PPC_TM_CVSX (line 528) | pub const NT_PPC_TM_CVSX: u32 = 267; constant NT_PPC_TM_SPR (line 529) | pub const NT_PPC_TM_SPR: u32 = 268; constant NT_PPC_TM_CTAR (line 530) | pub const NT_PPC_TM_CTAR: u32 = 269; constant NT_PPC_TM_CPPR (line 531) | pub const NT_PPC_TM_CPPR: u32 = 270; constant NT_PPC_TM_CDSCR (line 532) | pub const NT_PPC_TM_CDSCR: u32 = 271; constant NT_PPC_PKEY (line 533) | pub const NT_PPC_PKEY: u32 = 272; constant NT_386_TLS (line 534) | pub const NT_386_TLS: u32 = 512; constant NT_386_IOPERM (line 535) | pub const NT_386_IOPERM: u32 = 513; constant NT_X86_XSTATE (line 536) | pub const NT_X86_XSTATE: u32 = 514; constant NT_S390_HIGH_GPRS (line 537) | pub const NT_S390_HIGH_GPRS: u32 = 768; constant NT_S390_TIMER (line 538) | pub const NT_S390_TIMER: u32 = 769; constant NT_S390_TODCMP (line 539) | pub const NT_S390_TODCMP: u32 = 770; constant NT_S390_TODPREG (line 540) | pub const NT_S390_TODPREG: u32 = 771; constant NT_S390_CTRS (line 541) | pub const NT_S390_CTRS: u32 = 772; constant NT_S390_PREFIX (line 542) | pub const NT_S390_PREFIX: u32 = 773; constant NT_S390_LAST_BREAK (line 543) | pub const NT_S390_LAST_BREAK: u32 = 774; constant NT_S390_SYSTEM_CALL (line 544) | pub const NT_S390_SYSTEM_CALL: u32 = 775; constant NT_S390_TDB (line 545) | pub const NT_S390_TDB: u32 = 776; constant NT_S390_VXRS_LOW (line 546) | pub const NT_S390_VXRS_LOW: u32 = 777; constant NT_S390_VXRS_HIGH (line 547) | pub const NT_S390_VXRS_HIGH: u32 = 778; constant NT_S390_GS_CB (line 548) | pub const NT_S390_GS_CB: u32 = 779; constant NT_S390_GS_BC (line 549) | pub const NT_S390_GS_BC: u32 = 780; constant NT_S390_RI_CB (line 550) | pub const NT_S390_RI_CB: u32 = 781; constant NT_ARM_VFP (line 551) | pub const NT_ARM_VFP: u32 = 1024; constant NT_ARM_TLS (line 552) | pub const NT_ARM_TLS: u32 = 1025; constant NT_ARM_HW_BREAK (line 553) | pub const NT_ARM_HW_BREAK: u32 = 1026; constant NT_ARM_HW_WATCH (line 554) | pub const NT_ARM_HW_WATCH: u32 = 1027; constant NT_ARM_SYSTEM_CALL (line 555) | pub const NT_ARM_SYSTEM_CALL: u32 = 1028; constant NT_ARM_SVE (line 556) | pub const NT_ARM_SVE: u32 = 1029; constant NT_VERSION (line 557) | pub const NT_VERSION: u32 = 1; constant DT_NULL (line 558) | pub const DT_NULL: u32 = 0; constant DT_NEEDED (line 559) | pub const DT_NEEDED: u32 = 1; constant DT_PLTRELSZ (line 560) | pub const DT_PLTRELSZ: u32 = 2; constant DT_PLTGOT (line 561) | pub const DT_PLTGOT: u32 = 3; constant DT_HASH (line 562) | pub const DT_HASH: u32 = 4; constant DT_STRTAB (line 563) | pub const DT_STRTAB: u32 = 5; constant DT_SYMTAB (line 564) | pub const DT_SYMTAB: u32 = 6; constant DT_RELA (line 565) | pub const DT_RELA: u32 = 7; constant DT_RELASZ (line 566) | pub const DT_RELASZ: u32 = 8; constant DT_RELAENT (line 567) | pub const DT_RELAENT: u32 = 9; constant DT_STRSZ (line 568) | pub const DT_STRSZ: u32 = 10; constant DT_SYMENT (line 569) | pub const DT_SYMENT: u32 = 11; constant DT_INIT (line 570) | pub const DT_INIT: u32 = 12; constant DT_FINI (line 571) | pub const DT_FINI: u32 = 13; constant DT_SONAME (line 572) | pub const DT_SONAME: u32 = 14; constant DT_RPATH (line 573) | pub const DT_RPATH: u32 = 15; constant DT_SYMBOLIC (line 574) | pub const DT_SYMBOLIC: u32 = 16; constant DT_REL (line 575) | pub const DT_REL: u32 = 17; constant DT_RELSZ (line 576) | pub const DT_RELSZ: u32 = 18; constant DT_RELENT (line 577) | pub const DT_RELENT: u32 = 19; constant DT_PLTREL (line 578) | pub const DT_PLTREL: u32 = 20; constant DT_DEBUG (line 579) | pub const DT_DEBUG: u32 = 21; constant DT_TEXTREL (line 580) | pub const DT_TEXTREL: u32 = 22; constant DT_JMPREL (line 581) | pub const DT_JMPREL: u32 = 23; constant DT_BIND_NOW (line 582) | pub const DT_BIND_NOW: u32 = 24; constant DT_INIT_ARRAY (line 583) | pub const DT_INIT_ARRAY: u32 = 25; constant DT_FINI_ARRAY (line 584) | pub const DT_FINI_ARRAY: u32 = 26; constant DT_INIT_ARRAYSZ (line 585) | pub const DT_INIT_ARRAYSZ: u32 = 27; constant DT_FINI_ARRAYSZ (line 586) | pub const DT_FINI_ARRAYSZ: u32 = 28; constant DT_RUNPATH (line 587) | pub const DT_RUNPATH: u32 = 29; constant DT_FLAGS (line 588) | pub const DT_FLAGS: u32 = 30; constant DT_ENCODING (line 589) | pub const DT_ENCODING: u32 = 32; constant DT_PREINIT_ARRAY (line 590) | pub const DT_PREINIT_ARRAY: u32 = 32; constant DT_PREINIT_ARRAYSZ (line 591) | pub const DT_PREINIT_ARRAYSZ: u32 = 33; constant DT_SYMTAB_SHNDX (line 592) | pub const DT_SYMTAB_SHNDX: u32 = 34; constant DT_NUM (line 593) | pub const DT_NUM: u32 = 35; constant DT_LOOS (line 594) | pub const DT_LOOS: u32 = 1610612749; constant DT_HIOS (line 595) | pub const DT_HIOS: u32 = 1879044096; constant DT_LOPROC (line 596) | pub const DT_LOPROC: u32 = 1879048192; constant DT_HIPROC (line 597) | pub const DT_HIPROC: u32 = 2147483647; constant DT_VALRNGLO (line 598) | pub const DT_VALRNGLO: u32 = 1879047424; constant DT_GNU_PRELINKED (line 599) | pub const DT_GNU_PRELINKED: u32 = 1879047669; constant DT_GNU_CONFLICTSZ (line 600) | pub const DT_GNU_CONFLICTSZ: u32 = 1879047670; constant DT_GNU_LIBLISTSZ (line 601) | pub const DT_GNU_LIBLISTSZ: u32 = 1879047671; constant DT_CHECKSUM (line 602) | pub const DT_CHECKSUM: u32 = 1879047672; constant DT_PLTPADSZ (line 603) | pub const DT_PLTPADSZ: u32 = 1879047673; constant DT_MOVEENT (line 604) | pub const DT_MOVEENT: u32 = 1879047674; constant DT_MOVESZ (line 605) | pub const DT_MOVESZ: u32 = 1879047675; constant DT_FEATURE_1 (line 606) | pub const DT_FEATURE_1: u32 = 1879047676; constant DT_POSFLAG_1 (line 607) | pub const DT_POSFLAG_1: u32 = 1879047677; constant DT_SYMINSZ (line 608) | pub const DT_SYMINSZ: u32 = 1879047678; constant DT_SYMINENT (line 609) | pub const DT_SYMINENT: u32 = 1879047679; constant DT_VALRNGHI (line 610) | pub const DT_VALRNGHI: u32 = 1879047679; constant DT_VALNUM (line 611) | pub const DT_VALNUM: u32 = 12; constant DT_ADDRRNGLO (line 612) | pub const DT_ADDRRNGLO: u32 = 1879047680; constant DT_GNU_HASH (line 613) | pub const DT_GNU_HASH: u32 = 1879047925; constant DT_TLSDESC_PLT (line 614) | pub const DT_TLSDESC_PLT: u32 = 1879047926; constant DT_TLSDESC_GOT (line 615) | pub const DT_TLSDESC_GOT: u32 = 1879047927; constant DT_GNU_CONFLICT (line 616) | pub const DT_GNU_CONFLICT: u32 = 1879047928; constant DT_GNU_LIBLIST (line 617) | pub const DT_GNU_LIBLIST: u32 = 1879047929; constant DT_CONFIG (line 618) | pub const DT_CONFIG: u32 = 1879047930; constant DT_DEPAUDIT (line 619) | pub const DT_DEPAUDIT: u32 = 1879047931; constant DT_AUDIT (line 620) | pub const DT_AUDIT: u32 = 1879047932; constant DT_PLTPAD (line 621) | pub const DT_PLTPAD: u32 = 1879047933; constant DT_MOVETAB (line 622) | pub const DT_MOVETAB: u32 = 1879047934; constant DT_SYMINFO (line 623) | pub const DT_SYMINFO: u32 = 1879047935; constant DT_ADDRRNGHI (line 624) | pub const DT_ADDRRNGHI: u32 = 1879047935; constant DT_ADDRNUM (line 625) | pub const DT_ADDRNUM: u32 = 11; constant DT_VERSYM (line 626) | pub const DT_VERSYM: u32 = 1879048176; constant DT_RELACOUNT (line 627) | pub const DT_RELACOUNT: u32 = 1879048185; constant DT_RELCOUNT (line 628) | pub const DT_RELCOUNT: u32 = 1879048186; constant DT_FLAGS_1 (line 629) | pub const DT_FLAGS_1: u32 = 1879048187; constant DT_VERDEF (line 630) | pub const DT_VERDEF: u32 = 1879048188; constant DT_VERDEFNUM (line 631) | pub const DT_VERDEFNUM: u32 = 1879048189; constant DT_VERNEED (line 632) | pub const DT_VERNEED: u32 = 1879048190; constant DT_VERNEEDNUM (line 633) | pub const DT_VERNEEDNUM: u32 = 1879048191; constant DT_VERSIONTAGNUM (line 634) | pub const DT_VERSIONTAGNUM: u32 = 16; constant DT_AUXILIARY (line 635) | pub const DT_AUXILIARY: u32 = 2147483645; constant DT_FILTER (line 636) | pub const DT_FILTER: u32 = 2147483647; constant DT_EXTRANUM (line 637) | pub const DT_EXTRANUM: u32 = 3; constant DF_ORIGIN (line 638) | pub const DF_ORIGIN: u32 = 1; constant DF_SYMBOLIC (line 639) | pub const DF_SYMBOLIC: u32 = 2; constant DF_TEXTREL (line 640) | pub const DF_TEXTREL: u32 = 4; constant DF_BIND_NOW (line 641) | pub const DF_BIND_NOW: u32 = 8; constant DF_STATIC_TLS (line 642) | pub const DF_STATIC_TLS: u32 = 16; constant DF_1_NOW (line 643) | pub const DF_1_NOW: u32 = 1; constant DF_1_GLOBAL (line 644) | pub const DF_1_GLOBAL: u32 = 2; constant DF_1_GROUP (line 645) | pub const DF_1_GROUP: u32 = 4; constant DF_1_NODELETE (line 646) | pub const DF_1_NODELETE: u32 = 8; constant DF_1_LOADFLTR (line 647) | pub const DF_1_LOADFLTR: u32 = 16; constant DF_1_INITFIRST (line 648) | pub const DF_1_INITFIRST: u32 = 32; constant DF_1_NOOPEN (line 649) | pub const DF_1_NOOPEN: u32 = 64; constant DF_1_ORIGIN (line 650) | pub const DF_1_ORIGIN: u32 = 128; constant DF_1_DIRECT (line 651) | pub const DF_1_DIRECT: u32 = 256; constant DF_1_TRANS (line 652) | pub const DF_1_TRANS: u32 = 512; constant DF_1_INTERPOSE (line 653) | pub const DF_1_INTERPOSE: u32 = 1024; constant DF_1_NODEFLIB (line 654) | pub const DF_1_NODEFLIB: u32 = 2048; constant DF_1_NODUMP (line 655) | pub const DF_1_NODUMP: u32 = 4096; constant DF_1_CONFALT (line 656) | pub const DF_1_CONFALT: u32 = 8192; constant DF_1_ENDFILTEE (line 657) | pub const DF_1_ENDFILTEE: u32 = 16384; constant DF_1_DISPRELDNE (line 658) | pub const DF_1_DISPRELDNE: u32 = 32768; constant DF_1_DISPRELPND (line 659) | pub const DF_1_DISPRELPND: u32 = 65536; constant DF_1_NODIRECT (line 660) | pub const DF_1_NODIRECT: u32 = 131072; constant DF_1_IGNMULDEF (line 661) | pub const DF_1_IGNMULDEF: u32 = 262144; constant DF_1_NOKSYMS (line 662) | pub const DF_1_NOKSYMS: u32 = 524288; constant DF_1_NOHDR (line 663) | pub const DF_1_NOHDR: u32 = 1048576; constant DF_1_EDITED (line 664) | pub const DF_1_EDITED: u32 = 2097152; constant DF_1_NORELOC (line 665) | pub const DF_1_NORELOC: u32 = 4194304; constant DF_1_SYMINTPOSE (line 666) | pub const DF_1_SYMINTPOSE: u32 = 8388608; constant DF_1_GLOBAUDIT (line 667) | pub const DF_1_GLOBAUDIT: u32 = 16777216; constant DF_1_SINGLETON (line 668) | pub const DF_1_SINGLETON: u32 = 33554432; constant DF_1_STUB (line 669) | pub const DF_1_STUB: u32 = 67108864; constant DF_1_PIE (line 670) | pub const DF_1_PIE: u32 = 134217728; constant DTF_1_PARINIT (line 671) | pub const DTF_1_PARINIT: u32 = 1; constant DTF_1_CONFEXP (line 672) | pub const DTF_1_CONFEXP: u32 = 2; constant DF_P1_LAZYLOAD (line 673) | pub const DF_P1_LAZYLOAD: u32 = 1; constant DF_P1_GROUPPERM (line 674) | pub const DF_P1_GROUPPERM: u32 = 2; constant VER_DEF_NONE (line 675) | pub const VER_DEF_NONE: u32 = 0; constant VER_DEF_CURRENT (line 676) | pub const VER_DEF_CURRENT: u32 = 1; constant VER_DEF_NUM (line 677) | pub const VER_DEF_NUM: u32 = 2; constant VER_FLG_BASE (line 678) | pub const VER_FLG_BASE: u32 = 1; constant VER_FLG_WEAK (line 679) | pub const VER_FLG_WEAK: u32 = 2; constant VER_NDX_LOCAL (line 680) | pub const VER_NDX_LOCAL: u32 = 0; constant VER_NDX_GLOBAL (line 681) | pub const VER_NDX_GLOBAL: u32 = 1; constant VER_NDX_LORESERVE (line 682) | pub const VER_NDX_LORESERVE: u32 = 65280; constant VER_NDX_ELIMINATE (line 683) | pub const VER_NDX_ELIMINATE: u32 = 65281; constant VER_NEED_NONE (line 684) | pub const VER_NEED_NONE: u32 = 0; constant VER_NEED_CURRENT (line 685) | pub const VER_NEED_CURRENT: u32 = 1; constant VER_NEED_NUM (line 686) | pub const VER_NEED_NUM: u32 = 2; constant AT_NULL (line 687) | pub const AT_NULL: u32 = 0; constant AT_IGNORE (line 688) | pub const AT_IGNORE: u32 = 1; constant AT_EXECFD (line 689) | pub const AT_EXECFD: u32 = 2; constant AT_PHDR (line 690) | pub const AT_PHDR: u32 = 3; constant AT_PHENT (line 691) | pub const AT_PHENT: u32 = 4; constant AT_PHNUM (line 692) | pub const AT_PHNUM: u32 = 5; constant AT_PAGESZ (line 693) | pub const AT_PAGESZ: u32 = 6; constant AT_BASE (line 694) | pub const AT_BASE: u32 = 7; constant AT_FLAGS (line 695) | pub const AT_FLAGS: u32 = 8; constant AT_ENTRY (line 696) | pub const AT_ENTRY: u32 = 9; constant AT_NOTELF (line 697) | pub const AT_NOTELF: u32 = 10; constant AT_UID (line 698) | pub const AT_UID: u32 = 11; constant AT_EUID (line 699) | pub const AT_EUID: u32 = 12; constant AT_GID (line 700) | pub const AT_GID: u32 = 13; constant AT_EGID (line 701) | pub const AT_EGID: u32 = 14; constant AT_CLKTCK (line 702) | pub const AT_CLKTCK: u32 = 17; constant AT_PLATFORM (line 703) | pub const AT_PLATFORM: u32 = 15; constant AT_HWCAP (line 704) | pub const AT_HWCAP: u32 = 16; constant AT_FPUCW (line 705) | pub const AT_FPUCW: u32 = 18; constant AT_DCACHEBSIZE (line 706) | pub const AT_DCACHEBSIZE: u32 = 19; constant AT_ICACHEBSIZE (line 707) | pub const AT_ICACHEBSIZE: u32 = 20; constant AT_UCACHEBSIZE (line 708) | pub const AT_UCACHEBSIZE: u32 = 21; constant AT_IGNOREPPC (line 709) | pub const AT_IGNOREPPC: u32 = 22; constant AT_SECURE (line 710) | pub const AT_SECURE: u32 = 23; constant AT_BASE_PLATFORM (line 711) | pub const AT_BASE_PLATFORM: u32 = 24; constant AT_RANDOM (line 712) | pub const AT_RANDOM: u32 = 25; constant AT_HWCAP2 (line 713) | pub const AT_HWCAP2: u32 = 26; constant AT_EXECFN (line 714) | pub const AT_EXECFN: u32 = 31; constant AT_SYSINFO (line 715) | pub const AT_SYSINFO: u32 = 32; constant AT_SYSINFO_EHDR (line 716) | pub const AT_SYSINFO_EHDR: u32 = 33; constant AT_L1I_CACHESHAPE (line 717) | pub const AT_L1I_CACHESHAPE: u32 = 34; constant AT_L1D_CACHESHAPE (line 718) | pub const AT_L1D_CACHESHAPE: u32 = 35; constant AT_L2_CACHESHAPE (line 719) | pub const AT_L2_CACHESHAPE: u32 = 36; constant AT_L3_CACHESHAPE (line 720) | pub const AT_L3_CACHESHAPE: u32 = 37; constant AT_L1I_CACHESIZE (line 721) | pub const AT_L1I_CACHESIZE: u32 = 40; constant AT_L1I_CACHEGEOMETRY (line 722) | pub const AT_L1I_CACHEGEOMETRY: u32 = 41; constant AT_L1D_CACHESIZE (line 723) | pub const AT_L1D_CACHESIZE: u32 = 42; constant AT_L1D_CACHEGEOMETRY (line 724) | pub const AT_L1D_CACHEGEOMETRY: u32 = 43; constant AT_L2_CACHESIZE (line 725) | pub const AT_L2_CACHESIZE: u32 = 44; constant AT_L2_CACHEGEOMETRY (line 726) | pub const AT_L2_CACHEGEOMETRY: u32 = 45; constant AT_L3_CACHESIZE (line 727) | pub const AT_L3_CACHESIZE: u32 = 46; constant AT_L3_CACHEGEOMETRY (line 728) | pub const AT_L3_CACHEGEOMETRY: u32 = 47; constant ELF_NOTE_SOLARIS (line 729) | pub const ELF_NOTE_SOLARIS: &'static [u8; 13usize] = b"SUNW Solaris\0"; constant ELF_NOTE_GNU (line 730) | pub const ELF_NOTE_GNU: &'static [u8; 4usize] = b"GNU\0"; constant ELF_NOTE_PAGESIZE_HINT (line 731) | pub const ELF_NOTE_PAGESIZE_HINT: u32 = 1; constant NT_GNU_ABI_TAG (line 732) | pub const NT_GNU_ABI_TAG: u32 = 1; constant ELF_NOTE_ABI (line 733) | pub const ELF_NOTE_ABI: u32 = 1; constant ELF_NOTE_OS_LINUX (line 734) | pub const ELF_NOTE_OS_LINUX: u32 = 0; constant ELF_NOTE_OS_GNU (line 735) | pub const ELF_NOTE_OS_GNU: u32 = 1; constant ELF_NOTE_OS_SOLARIS2 (line 736) | pub const ELF_NOTE_OS_SOLARIS2: u32 = 2; constant ELF_NOTE_OS_FREEBSD (line 737) | pub const ELF_NOTE_OS_FREEBSD: u32 = 3; constant NT_GNU_HWCAP (line 738) | pub const NT_GNU_HWCAP: u32 = 2; constant NT_GNU_BUILD_ID (line 739) | pub const NT_GNU_BUILD_ID: u32 = 3; constant NT_GNU_GOLD_VERSION (line 740) | pub const NT_GNU_GOLD_VERSION: u32 = 4; constant NT_GNU_PROPERTY_TYPE_0 (line 741) | pub const NT_GNU_PROPERTY_TYPE_0: u32 = 5; constant NOTE_GNU_PROPERTY_SECTION_NAME (line 742) | pub const NOTE_GNU_PROPERTY_SECTION_NAME: &'static [u8; 19usize] = b".no... constant GNU_PROPERTY_STACK_SIZE (line 743) | pub const GNU_PROPERTY_STACK_SIZE: u32 = 1; constant GNU_PROPERTY_NO_COPY_ON_PROTECTED (line 744) | pub const GNU_PROPERTY_NO_COPY_ON_PROTECTED: u32 = 2; constant GNU_PROPERTY_LOPROC (line 745) | pub const GNU_PROPERTY_LOPROC: u32 = 3221225472; constant GNU_PROPERTY_HIPROC (line 746) | pub const GNU_PROPERTY_HIPROC: u32 = 3758096383; constant GNU_PROPERTY_LOUSER (line 747) | pub const GNU_PROPERTY_LOUSER: u32 = 3758096384; constant GNU_PROPERTY_HIUSER (line 748) | pub const GNU_PROPERTY_HIUSER: u32 = 4294967295; constant GNU_PROPERTY_X86_ISA_1_USED (line 749) | pub const GNU_PROPERTY_X86_ISA_1_USED: u32 = 3221225472; constant GNU_PROPERTY_X86_ISA_1_NEEDED (line 750) | pub const GNU_PROPERTY_X86_ISA_1_NEEDED: u32 = 3221225473; constant GNU_PROPERTY_X86_FEATURE_1_AND (line 751) | pub const GNU_PROPERTY_X86_FEATURE_1_AND: u32 = 3221225474; constant GNU_PROPERTY_X86_ISA_1_486 (line 752) | pub const GNU_PROPERTY_X86_ISA_1_486: u32 = 1; constant GNU_PROPERTY_X86_ISA_1_586 (line 753) | pub const GNU_PROPERTY_X86_ISA_1_586: u32 = 2; constant GNU_PROPERTY_X86_ISA_1_686 (line 754) | pub const GNU_PROPERTY_X86_ISA_1_686: u32 = 4; constant GNU_PROPERTY_X86_ISA_1_SSE (line 755) | pub const GNU_PROPERTY_X86_ISA_1_SSE: u32 = 8; constant GNU_PROPERTY_X86_ISA_1_SSE2 (line 756) | pub const GNU_PROPERTY_X86_ISA_1_SSE2: u32 = 16; constant GNU_PROPERTY_X86_ISA_1_SSE3 (line 757) | pub const GNU_PROPERTY_X86_ISA_1_SSE3: u32 = 32; constant GNU_PROPERTY_X86_ISA_1_SSSE3 (line 758) | pub const GNU_PROPERTY_X86_ISA_1_SSSE3: u32 = 64; constant GNU_PROPERTY_X86_ISA_1_SSE4_1 (line 759) | pub const GNU_PROPERTY_X86_ISA_1_SSE4_1: u32 = 128; constant GNU_PROPERTY_X86_ISA_1_SSE4_2 (line 760) | pub const GNU_PROPERTY_X86_ISA_1_SSE4_2: u32 = 256; constant GNU_PROPERTY_X86_ISA_1_AVX (line 761) | pub const GNU_PROPERTY_X86_ISA_1_AVX: u32 = 512; constant GNU_PROPERTY_X86_ISA_1_AVX2 (line 762) | pub const GNU_PROPERTY_X86_ISA_1_AVX2: u32 = 1024; constant GNU_PROPERTY_X86_ISA_1_AVX512F (line 763) | pub const GNU_PROPERTY_X86_ISA_1_AVX512F: u32 = 2048; constant GNU_PROPERTY_X86_ISA_1_AVX512CD (line 764) | pub const GNU_PROPERTY_X86_ISA_1_AVX512CD: u32 = 4096; constant GNU_PROPERTY_X86_ISA_1_AVX512ER (line 765) | pub const GNU_PROPERTY_X86_ISA_1_AVX512ER: u32 = 8192; constant GNU_PROPERTY_X86_ISA_1_AVX512PF (line 766) | pub const GNU_PROPERTY_X86_ISA_1_AVX512PF: u32 = 16384; constant GNU_PROPERTY_X86_ISA_1_AVX512VL (line 767) | pub const GNU_PROPERTY_X86_ISA_1_AVX512VL: u32 = 32768; constant GNU_PROPERTY_X86_ISA_1_AVX512DQ (line 768) | pub const GNU_PROPERTY_X86_ISA_1_AVX512DQ: u32 = 65536; constant GNU_PROPERTY_X86_ISA_1_AVX512BW (line 769) | pub const GNU_PROPERTY_X86_ISA_1_AVX512BW: u32 = 131072; constant GNU_PROPERTY_X86_FEATURE_1_IBT (line 770) | pub const GNU_PROPERTY_X86_FEATURE_1_IBT: u32 = 1; constant GNU_PROPERTY_X86_FEATURE_1_SHSTK (line 771) | pub const GNU_PROPERTY_X86_FEATURE_1_SHSTK: u32 = 2; constant EF_CPU32 (line 772) | pub const EF_CPU32: u32 = 8454144; constant R_68K_NONE (line 773) | pub const R_68K_NONE: u32 = 0; constant R_68K_32 (line 774) | pub const R_68K_32: u32 = 1; constant R_68K_16 (line 775) | pub const R_68K_16: u32 = 2; constant R_68K_8 (line 776) | pub const R_68K_8: u32 = 3; constant R_68K_PC32 (line 777) | pub const R_68K_PC32: u32 = 4; constant R_68K_PC16 (line 778) | pub const R_68K_PC16: u32 = 5; constant R_68K_PC8 (line 779) | pub const R_68K_PC8: u32 = 6; constant R_68K_GOT32 (line 780) | pub const R_68K_GOT32: u32 = 7; constant R_68K_GOT16 (line 781) | pub const R_68K_GOT16: u32 = 8; constant R_68K_GOT8 (line 782) | pub const R_68K_GOT8: u32 = 9; constant R_68K_GOT32O (line 783) | pub const R_68K_GOT32O: u32 = 10; constant R_68K_GOT16O (line 784) | pub const R_68K_GOT16O: u32 = 11; constant R_68K_GOT8O (line 785) | pub const R_68K_GOT8O: u32 = 12; constant R_68K_PLT32 (line 786) | pub const R_68K_PLT32: u32 = 13; constant R_68K_PLT16 (line 787) | pub const R_68K_PLT16: u32 = 14; constant R_68K_PLT8 (line 788) | pub const R_68K_PLT8: u32 = 15; constant R_68K_PLT32O (line 789) | pub const R_68K_PLT32O: u32 = 16; constant R_68K_PLT16O (line 790) | pub const R_68K_PLT16O: u32 = 17; constant R_68K_PLT8O (line 791) | pub const R_68K_PLT8O: u32 = 18; constant R_68K_COPY (line 792) | pub const R_68K_COPY: u32 = 19; constant R_68K_GLOB_DAT (line 793) | pub const R_68K_GLOB_DAT: u32 = 20; constant R_68K_JMP_SLOT (line 794) | pub const R_68K_JMP_SLOT: u32 = 21; constant R_68K_RELATIVE (line 795) | pub const R_68K_RELATIVE: u32 = 22; constant R_68K_TLS_GD32 (line 796) | pub const R_68K_TLS_GD32: u32 = 25; constant R_68K_TLS_GD16 (line 797) | pub const R_68K_TLS_GD16: u32 = 26; constant R_68K_TLS_GD8 (line 798) | pub const R_68K_TLS_GD8: u32 = 27; constant R_68K_TLS_LDM32 (line 799) | pub const R_68K_TLS_LDM32: u32 = 28; constant R_68K_TLS_LDM16 (line 800) | pub const R_68K_TLS_LDM16: u32 = 29; constant R_68K_TLS_LDM8 (line 801) | pub const R_68K_TLS_LDM8: u32 = 30; constant R_68K_TLS_LDO32 (line 802) | pub const R_68K_TLS_LDO32: u32 = 31; constant R_68K_TLS_LDO16 (line 803) | pub const R_68K_TLS_LDO16: u32 = 32; constant R_68K_TLS_LDO8 (line 804) | pub const R_68K_TLS_LDO8: u32 = 33; constant R_68K_TLS_IE32 (line 805) | pub const R_68K_TLS_IE32: u32 = 34; constant R_68K_TLS_IE16 (line 806) | pub const R_68K_TLS_IE16: u32 = 35; constant R_68K_TLS_IE8 (line 807) | pub const R_68K_TLS_IE8: u32 = 36; constant R_68K_TLS_LE32 (line 808) | pub const R_68K_TLS_LE32: u32 = 37; constant R_68K_TLS_LE16 (line 809) | pub const R_68K_TLS_LE16: u32 = 38; constant R_68K_TLS_LE8 (line 810) | pub const R_68K_TLS_LE8: u32 = 39; constant R_68K_TLS_DTPMOD32 (line 811) | pub const R_68K_TLS_DTPMOD32: u32 = 40; constant R_68K_TLS_DTPREL32 (line 812) | pub const R_68K_TLS_DTPREL32: u32 = 41; constant R_68K_TLS_TPREL32 (line 813) | pub const R_68K_TLS_TPREL32: u32 = 42; constant R_68K_NUM (line 814) | pub const R_68K_NUM: u32 = 43; constant R_386_NONE (line 815) | pub const R_386_NONE: u32 = 0; constant R_386_32 (line 816) | pub const R_386_32: u32 = 1; constant R_386_PC32 (line 817) | pub const R_386_PC32: u32 = 2; constant R_386_GOT32 (line 818) | pub const R_386_GOT32: u32 = 3; constant R_386_PLT32 (line 819) | pub const R_386_PLT32: u32 = 4; constant R_386_COPY (line 820) | pub const R_386_COPY: u32 = 5; constant R_386_GLOB_DAT (line 821) | pub const R_386_GLOB_DAT: u32 = 6; constant R_386_JMP_SLOT (line 822) | pub const R_386_JMP_SLOT: u32 = 7; constant R_386_RELATIVE (line 823) | pub const R_386_RELATIVE: u32 = 8; constant R_386_GOTOFF (line 824) | pub const R_386_GOTOFF: u32 = 9; constant R_386_GOTPC (line 825) | pub const R_386_GOTPC: u32 = 10; constant R_386_32PLT (line 826) | pub const R_386_32PLT: u32 = 11; constant R_386_TLS_TPOFF (line 827) | pub const R_386_TLS_TPOFF: u32 = 14; constant R_386_TLS_IE (line 828) | pub const R_386_TLS_IE: u32 = 15; constant R_386_TLS_GOTIE (line 829) | pub const R_386_TLS_GOTIE: u32 = 16; constant R_386_TLS_LE (line 830) | pub const R_386_TLS_LE: u32 = 17; constant R_386_TLS_GD (line 831) | pub const R_386_TLS_GD: u32 = 18; constant R_386_TLS_LDM (line 832) | pub const R_386_TLS_LDM: u32 = 19; constant R_386_16 (line 833) | pub const R_386_16: u32 = 20; constant R_386_PC16 (line 834) | pub const R_386_PC16: u32 = 21; constant R_386_8 (line 835) | pub const R_386_8: u32 = 22; constant R_386_PC8 (line 836) | pub const R_386_PC8: u32 = 23; constant R_386_TLS_GD_32 (line 837) | pub const R_386_TLS_GD_32: u32 = 24; constant R_386_TLS_GD_PUSH (line 838) | pub const R_386_TLS_GD_PUSH: u32 = 25; constant R_386_TLS_GD_CALL (line 839) | pub const R_386_TLS_GD_CALL: u32 = 26; constant R_386_TLS_GD_POP (line 840) | pub const R_386_TLS_GD_POP: u32 = 27; constant R_386_TLS_LDM_32 (line 841) | pub const R_386_TLS_LDM_32: u32 = 28; constant R_386_TLS_LDM_PUSH (line 842) | pub const R_386_TLS_LDM_PUSH: u32 = 29; constant R_386_TLS_LDM_CALL (line 843) | pub const R_386_TLS_LDM_CALL: u32 = 30; constant R_386_TLS_LDM_POP (line 844) | pub const R_386_TLS_LDM_POP: u32 = 31; constant R_386_TLS_LDO_32 (line 845) | pub const R_386_TLS_LDO_32: u32 = 32; constant R_386_TLS_IE_32 (line 846) | pub const R_386_TLS_IE_32: u32 = 33; constant R_386_TLS_LE_32 (line 847) | pub const R_386_TLS_LE_32: u32 = 34; constant R_386_TLS_DTPMOD32 (line 848) | pub const R_386_TLS_DTPMOD32: u32 = 35; constant R_386_TLS_DTPOFF32 (line 849) | pub const R_386_TLS_DTPOFF32: u32 = 36; constant R_386_TLS_TPOFF32 (line 850) | pub const R_386_TLS_TPOFF32: u32 = 37; constant R_386_SIZE32 (line 851) | pub const R_386_SIZE32: u32 = 38; constant R_386_TLS_GOTDESC (line 852) | pub const R_386_TLS_GOTDESC: u32 = 39; constant R_386_TLS_DESC_CALL (line 853) | pub const R_386_TLS_DESC_CALL: u32 = 40; constant R_386_TLS_DESC (line 854) | pub const R_386_TLS_DESC: u32 = 41; constant R_386_IRELATIVE (line 855) | pub const R_386_IRELATIVE: u32 = 42; constant R_386_GOT32X (line 856) | pub const R_386_GOT32X: u32 = 43; constant R_386_NUM (line 857) | pub const R_386_NUM: u32 = 44; constant STT_SPARC_REGISTER (line 858) | pub const STT_SPARC_REGISTER: u32 = 13; constant EF_SPARCV9_MM (line 859) | pub const EF_SPARCV9_MM: u32 = 3; constant EF_SPARCV9_TSO (line 860) | pub const EF_SPARCV9_TSO: u32 = 0; constant EF_SPARCV9_PSO (line 861) | pub const EF_SPARCV9_PSO: u32 = 1; constant EF_SPARCV9_RMO (line 862) | pub const EF_SPARCV9_RMO: u32 = 2; constant EF_SPARC_LEDATA (line 863) | pub const EF_SPARC_LEDATA: u32 = 8388608; constant EF_SPARC_EXT_MASK (line 864) | pub const EF_SPARC_EXT_MASK: u32 = 16776960; constant EF_SPARC_32PLUS (line 865) | pub const EF_SPARC_32PLUS: u32 = 256; constant EF_SPARC_SUN_US1 (line 866) | pub const EF_SPARC_SUN_US1: u32 = 512; constant EF_SPARC_HAL_R1 (line 867) | pub const EF_SPARC_HAL_R1: u32 = 1024; constant EF_SPARC_SUN_US3 (line 868) | pub const EF_SPARC_SUN_US3: u32 = 2048; constant R_SPARC_NONE (line 869) | pub const R_SPARC_NONE: u32 = 0; constant R_SPARC_8 (line 870) | pub const R_SPARC_8: u32 = 1; constant R_SPARC_16 (line 871) | pub const R_SPARC_16: u32 = 2; constant R_SPARC_32 (line 872) | pub const R_SPARC_32: u32 = 3; constant R_SPARC_DISP8 (line 873) | pub const R_SPARC_DISP8: u32 = 4; constant R_SPARC_DISP16 (line 874) | pub const R_SPARC_DISP16: u32 = 5; constant R_SPARC_DISP32 (line 875) | pub const R_SPARC_DISP32: u32 = 6; constant R_SPARC_WDISP30 (line 876) | pub const R_SPARC_WDISP30: u32 = 7; constant R_SPARC_WDISP22 (line 877) | pub const R_SPARC_WDISP22: u32 = 8; constant R_SPARC_HI22 (line 878) | pub const R_SPARC_HI22: u32 = 9; constant R_SPARC_22 (line 879) | pub const R_SPARC_22: u32 = 10; constant R_SPARC_13 (line 880) | pub const R_SPARC_13: u32 = 11; constant R_SPARC_LO10 (line 881) | pub const R_SPARC_LO10: u32 = 12; constant R_SPARC_GOT10 (line 882) | pub const R_SPARC_GOT10: u32 = 13; constant R_SPARC_GOT13 (line 883) | pub const R_SPARC_GOT13: u32 = 14; constant R_SPARC_GOT22 (line 884) | pub const R_SPARC_GOT22: u32 = 15; constant R_SPARC_PC10 (line 885) | pub const R_SPARC_PC10: u32 = 16; constant R_SPARC_PC22 (line 886) | pub const R_SPARC_PC22: u32 = 17; constant R_SPARC_WPLT30 (line 887) | pub const R_SPARC_WPLT30: u32 = 18; constant R_SPARC_COPY (line 888) | pub const R_SPARC_COPY: u32 = 19; constant R_SPARC_GLOB_DAT (line 889) | pub const R_SPARC_GLOB_DAT: u32 = 20; constant R_SPARC_JMP_SLOT (line 890) | pub const R_SPARC_JMP_SLOT: u32 = 21; constant R_SPARC_RELATIVE (line 891) | pub const R_SPARC_RELATIVE: u32 = 22; constant R_SPARC_UA32 (line 892) | pub const R_SPARC_UA32: u32 = 23; constant R_SPARC_PLT32 (line 893) | pub const R_SPARC_PLT32: u32 = 24; constant R_SPARC_HIPLT22 (line 894) | pub const R_SPARC_HIPLT22: u32 = 25; constant R_SPARC_LOPLT10 (line 895) | pub const R_SPARC_LOPLT10: u32 = 26; constant R_SPARC_PCPLT32 (line 896) | pub const R_SPARC_PCPLT32: u32 = 27; constant R_SPARC_PCPLT22 (line 897) | pub const R_SPARC_PCPLT22: u32 = 28; constant R_SPARC_PCPLT10 (line 898) | pub const R_SPARC_PCPLT10: u32 = 29; constant R_SPARC_10 (line 899) | pub const R_SPARC_10: u32 = 30; constant R_SPARC_11 (line 900) | pub const R_SPARC_11: u32 = 31; constant R_SPARC_64 (line 901) | pub const R_SPARC_64: u32 = 32; constant R_SPARC_OLO10 (line 902) | pub const R_SPARC_OLO10: u32 = 33; constant R_SPARC_HH22 (line 903) | pub const R_SPARC_HH22: u32 = 34; constant R_SPARC_HM10 (line 904) | pub const R_SPARC_HM10: u32 = 35; constant R_SPARC_LM22 (line 905) | pub const R_SPARC_LM22: u32 = 36; constant R_SPARC_PC_HH22 (line 906) | pub const R_SPARC_PC_HH22: u32 = 37; constant R_SPARC_PC_HM10 (line 907) | pub const R_SPARC_PC_HM10: u32 = 38; constant R_SPARC_PC_LM22 (line 908) | pub const R_SPARC_PC_LM22: u32 = 39; constant R_SPARC_WDISP16 (line 909) | pub const R_SPARC_WDISP16: u32 = 40; constant R_SPARC_WDISP19 (line 910) | pub const R_SPARC_WDISP19: u32 = 41; constant R_SPARC_GLOB_JMP (line 911) | pub const R_SPARC_GLOB_JMP: u32 = 42; constant R_SPARC_7 (line 912) | pub const R_SPARC_7: u32 = 43; constant R_SPARC_5 (line 913) | pub const R_SPARC_5: u32 = 44; constant R_SPARC_6 (line 914) | pub const R_SPARC_6: u32 = 45; constant R_SPARC_DISP64 (line 915) | pub const R_SPARC_DISP64: u32 = 46; constant R_SPARC_PLT64 (line 916) | pub const R_SPARC_PLT64: u32 = 47; constant R_SPARC_HIX22 (line 917) | pub const R_SPARC_HIX22: u32 = 48; constant R_SPARC_LOX10 (line 918) | pub const R_SPARC_LOX10: u32 = 49; constant R_SPARC_H44 (line 919) | pub const R_SPARC_H44: u32 = 50; constant R_SPARC_M44 (line 920) | pub const R_SPARC_M44: u32 = 51; constant R_SPARC_L44 (line 921) | pub const R_SPARC_L44: u32 = 52; constant R_SPARC_REGISTER (line 922) | pub const R_SPARC_REGISTER: u32 = 53; constant R_SPARC_UA64 (line 923) | pub const R_SPARC_UA64: u32 = 54; constant R_SPARC_UA16 (line 924) | pub const R_SPARC_UA16: u32 = 55; constant R_SPARC_TLS_GD_HI22 (line 925) | pub const R_SPARC_TLS_GD_HI22: u32 = 56; constant R_SPARC_TLS_GD_LO10 (line 926) | pub const R_SPARC_TLS_GD_LO10: u32 = 57; constant R_SPARC_TLS_GD_ADD (line 927) | pub const R_SPARC_TLS_GD_ADD: u32 = 58; constant R_SPARC_TLS_GD_CALL (line 928) | pub const R_SPARC_TLS_GD_CALL: u32 = 59; constant R_SPARC_TLS_LDM_HI22 (line 929) | pub const R_SPARC_TLS_LDM_HI22: u32 = 60; constant R_SPARC_TLS_LDM_LO10 (line 930) | pub const R_SPARC_TLS_LDM_LO10: u32 = 61; constant R_SPARC_TLS_LDM_ADD (line 931) | pub const R_SPARC_TLS_LDM_ADD: u32 = 62; constant R_SPARC_TLS_LDM_CALL (line 932) | pub const R_SPARC_TLS_LDM_CALL: u32 = 63; constant R_SPARC_TLS_LDO_HIX22 (line 933) | pub const R_SPARC_TLS_LDO_HIX22: u32 = 64; constant R_SPARC_TLS_LDO_LOX10 (line 934) | pub const R_SPARC_TLS_LDO_LOX10: u32 = 65; constant R_SPARC_TLS_LDO_ADD (line 935) | pub const R_SPARC_TLS_LDO_ADD: u32 = 66; constant R_SPARC_TLS_IE_HI22 (line 936) | pub const R_SPARC_TLS_IE_HI22: u32 = 67; constant R_SPARC_TLS_IE_LO10 (line 937) | pub const R_SPARC_TLS_IE_LO10: u32 = 68; constant R_SPARC_TLS_IE_LD (line 938) | pub const R_SPARC_TLS_IE_LD: u32 = 69; constant R_SPARC_TLS_IE_LDX (line 939) | pub const R_SPARC_TLS_IE_LDX: u32 = 70; constant R_SPARC_TLS_IE_ADD (line 940) | pub const R_SPARC_TLS_IE_ADD: u32 = 71; constant R_SPARC_TLS_LE_HIX22 (line 941) | pub const R_SPARC_TLS_LE_HIX22: u32 = 72; constant R_SPARC_TLS_LE_LOX10 (line 942) | pub const R_SPARC_TLS_LE_LOX10: u32 = 73; constant R_SPARC_TLS_DTPMOD32 (line 943) | pub const R_SPARC_TLS_DTPMOD32: u32 = 74; constant R_SPARC_TLS_DTPMOD64 (line 944) | pub const R_SPARC_TLS_DTPMOD64: u32 = 75; constant R_SPARC_TLS_DTPOFF32 (line 945) | pub const R_SPARC_TLS_DTPOFF32: u32 = 76; constant R_SPARC_TLS_DTPOFF64 (line 946) | pub const R_SPARC_TLS_DTPOFF64: u32 = 77; constant R_SPARC_TLS_TPOFF32 (line 947) | pub const R_SPARC_TLS_TPOFF32: u32 = 78; constant R_SPARC_TLS_TPOFF64 (line 948) | pub const R_SPARC_TLS_TPOFF64: u32 = 79; constant R_SPARC_GOTDATA_HIX22 (line 949) | pub const R_SPARC_GOTDATA_HIX22: u32 = 80; constant R_SPARC_GOTDATA_LOX10 (line 950) | pub const R_SPARC_GOTDATA_LOX10: u32 = 81; constant R_SPARC_GOTDATA_OP_HIX22 (line 951) | pub const R_SPARC_GOTDATA_OP_HIX22: u32 = 82; constant R_SPARC_GOTDATA_OP_LOX10 (line 952) | pub const R_SPARC_GOTDATA_OP_LOX10: u32 = 83; constant R_SPARC_GOTDATA_OP (line 953) | pub const R_SPARC_GOTDATA_OP: u32 = 84; constant R_SPARC_H34 (line 954) | pub const R_SPARC_H34: u32 = 85; constant R_SPARC_SIZE32 (line 955) | pub const R_SPARC_SIZE32: u32 = 86; constant R_SPARC_SIZE64 (line 956) | pub const R_SPARC_SIZE64: u32 = 87; constant R_SPARC_WDISP10 (line 957) | pub const R_SPARC_WDISP10: u32 = 88; constant R_SPARC_JMP_IREL (line 958) | pub const R_SPARC_JMP_IREL: u32 = 248; constant R_SPARC_IRELATIVE (line 959) | pub const R_SPARC_IRELATIVE: u32 = 249; constant R_SPARC_GNU_VTINHERIT (line 960) | pub const R_SPARC_GNU_VTINHERIT: u32 = 250; constant R_SPARC_GNU_VTENTRY (line 961) | pub const R_SPARC_GNU_VTENTRY: u32 = 251; constant R_SPARC_REV32 (line 962) | pub const R_SPARC_REV32: u32 = 252; constant R_SPARC_NUM (line 963) | pub const R_SPARC_NUM: u32 = 253; constant DT_SPARC_REGISTER (line 964) | pub const DT_SPARC_REGISTER: u32 = 1879048193; constant DT_SPARC_NUM (line 965) | pub const DT_SPARC_NUM: u32 = 2; constant EF_MIPS_NOREORDER (line 966) | pub const EF_MIPS_NOREORDER: u32 = 1; constant EF_MIPS_PIC (line 967) | pub const EF_MIPS_PIC: u32 = 2; constant EF_MIPS_CPIC (line 968) | pub const EF_MIPS_CPIC: u32 = 4; constant EF_MIPS_XGOT (line 969) | pub const EF_MIPS_XGOT: u32 = 8; constant EF_MIPS_64BIT_WHIRL (line 970) | pub const EF_MIPS_64BIT_WHIRL: u32 = 16; constant EF_MIPS_ABI2 (line 971) | pub const EF_MIPS_ABI2: u32 = 32; constant EF_MIPS_ABI_ON32 (line 972) | pub const EF_MIPS_ABI_ON32: u32 = 64; constant EF_MIPS_FP64 (line 973) | pub const EF_MIPS_FP64: u32 = 512; constant EF_MIPS_NAN2008 (line 974) | pub const EF_MIPS_NAN2008: u32 = 1024; constant EF_MIPS_ARCH (line 975) | pub const EF_MIPS_ARCH: u32 = 4026531840; constant EF_MIPS_ARCH_1 (line 976) | pub const EF_MIPS_ARCH_1: u32 = 0; constant EF_MIPS_ARCH_2 (line 977) | pub const EF_MIPS_ARCH_2: u32 = 268435456; constant EF_MIPS_ARCH_3 (line 978) | pub const EF_MIPS_ARCH_3: u32 = 536870912; constant EF_MIPS_ARCH_4 (line 979) | pub const EF_MIPS_ARCH_4: u32 = 805306368; constant EF_MIPS_ARCH_5 (line 980) | pub const EF_MIPS_ARCH_5: u32 = 1073741824; constant EF_MIPS_ARCH_32 (line 981) | pub const EF_MIPS_ARCH_32: u32 = 1342177280; constant EF_MIPS_ARCH_64 (line 982) | pub const EF_MIPS_ARCH_64: u32 = 1610612736; constant EF_MIPS_ARCH_32R2 (line 983) | pub const EF_MIPS_ARCH_32R2: u32 = 1879048192; constant EF_MIPS_ARCH_64R2 (line 984) | pub const EF_MIPS_ARCH_64R2: u32 = 2147483648; constant E_MIPS_ARCH_1 (line 985) | pub const E_MIPS_ARCH_1: u32 = 0; constant E_MIPS_ARCH_2 (line 986) | pub const E_MIPS_ARCH_2: u32 = 268435456; constant E_MIPS_ARCH_3 (line 987) | pub const E_MIPS_ARCH_3: u32 = 536870912; constant E_MIPS_ARCH_4 (line 988) | pub const E_MIPS_ARCH_4: u32 = 805306368; constant E_MIPS_ARCH_5 (line 989) | pub const E_MIPS_ARCH_5: u32 = 1073741824; constant E_MIPS_ARCH_32 (line 990) | pub const E_MIPS_ARCH_32: u32 = 1342177280; constant E_MIPS_ARCH_64 (line 991) | pub const E_MIPS_ARCH_64: u32 = 1610612736; constant SHN_MIPS_ACOMMON (line 992) | pub const SHN_MIPS_ACOMMON: u32 = 65280; constant SHN_MIPS_TEXT (line 993) | pub const SHN_MIPS_TEXT: u32 = 65281; constant SHN_MIPS_DATA (line 994) | pub const SHN_MIPS_DATA: u32 = 65282; constant SHN_MIPS_SCOMMON (line 995) | pub const SHN_MIPS_SCOMMON: u32 = 65283; constant SHN_MIPS_SUNDEFINED (line 996) | pub const SHN_MIPS_SUNDEFINED: u32 = 65284; constant SHT_MIPS_LIBLIST (line 997) | pub const SHT_MIPS_LIBLIST: u32 = 1879048192; constant SHT_MIPS_MSYM (line 998) | pub const SHT_MIPS_MSYM: u32 = 1879048193; constant SHT_MIPS_CONFLICT (line 999) | pub const SHT_MIPS_CONFLICT: u32 = 1879048194; constant SHT_MIPS_GPTAB (line 1000) | pub const SHT_MIPS_GPTAB: u32 = 1879048195; constant SHT_MIPS_UCODE (line 1001) | pub const SHT_MIPS_UCODE: u32 = 1879048196; constant SHT_MIPS_DEBUG (line 1002) | pub const SHT_MIPS_DEBUG: u32 = 1879048197; constant SHT_MIPS_REGINFO (line 1003) | pub const SHT_MIPS_REGINFO: u32 = 1879048198; constant SHT_MIPS_PACKAGE (line 1004) | pub const SHT_MIPS_PACKAGE: u32 = 1879048199; constant SHT_MIPS_PACKSYM (line 1005) | pub const SHT_MIPS_PACKSYM: u32 = 1879048200; constant SHT_MIPS_RELD (line 1006) | pub const SHT_MIPS_RELD: u32 = 1879048201; constant SHT_MIPS_IFACE (line 1007) | pub const SHT_MIPS_IFACE: u32 = 1879048203; constant SHT_MIPS_CONTENT (line 1008) | pub const SHT_MIPS_CONTENT: u32 = 1879048204; constant SHT_MIPS_OPTIONS (line 1009) | pub const SHT_MIPS_OPTIONS: u32 = 1879048205; constant SHT_MIPS_SHDR (line 1010) | pub const SHT_MIPS_SHDR: u32 = 1879048208; constant SHT_MIPS_FDESC (line 1011) | pub const SHT_MIPS_FDESC: u32 = 1879048209; constant SHT_MIPS_EXTSYM (line 1012) | pub const SHT_MIPS_EXTSYM: u32 = 1879048210; constant SHT_MIPS_DENSE (line 1013) | pub const SHT_MIPS_DENSE: u32 = 1879048211; constant SHT_MIPS_PDESC (line 1014) | pub const SHT_MIPS_PDESC: u32 = 1879048212; constant SHT_MIPS_LOCSYM (line 1015) | pub const SHT_MIPS_LOCSYM: u32 = 1879048213; constant SHT_MIPS_AUXSYM (line 1016) | pub const SHT_MIPS_AUXSYM: u32 = 1879048214; constant SHT_MIPS_OPTSYM (line 1017) | pub const SHT_MIPS_OPTSYM: u32 = 1879048215; constant SHT_MIPS_LOCSTR (line 1018) | pub const SHT_MIPS_LOCSTR: u32 = 1879048216; constant SHT_MIPS_LINE (line 1019) | pub const SHT_MIPS_LINE: u32 = 1879048217; constant SHT_MIPS_RFDESC (line 1020) | pub const SHT_MIPS_RFDESC: u32 = 1879048218; constant SHT_MIPS_DELTASYM (line 1021) | pub const SHT_MIPS_DELTASYM: u32 = 1879048219; constant SHT_MIPS_DELTAINST (line 1022) | pub const SHT_MIPS_DELTAINST: u32 = 1879048220; constant SHT_MIPS_DELTACLASS (line 1023) | pub const SHT_MIPS_DELTACLASS: u32 = 1879048221; constant SHT_MIPS_DWARF (line 1024) | pub const SHT_MIPS_DWARF: u32 = 1879048222; constant SHT_MIPS_DELTADECL (line 1025) | pub const SHT_MIPS_DELTADECL: u32 = 1879048223; constant SHT_MIPS_SYMBOL_LIB (line 1026) | pub const SHT_MIPS_SYMBOL_LIB: u32 = 1879048224; constant SHT_MIPS_EVENTS (line 1027) | pub const SHT_MIPS_EVENTS: u32 = 1879048225; constant SHT_MIPS_TRANSLATE (line 1028) | pub const SHT_MIPS_TRANSLATE: u32 = 1879048226; constant SHT_MIPS_PIXIE (line 1029) | pub const SHT_MIPS_PIXIE: u32 = 1879048227; constant SHT_MIPS_XLATE (line 1030) | pub const SHT_MIPS_XLATE: u32 = 1879048228; constant SHT_MIPS_XLATE_DEBUG (line 1031) | pub const SHT_MIPS_XLATE_DEBUG: u32 = 1879048229; constant SHT_MIPS_WHIRL (line 1032) | pub const SHT_MIPS_WHIRL: u32 = 1879048230; constant SHT_MIPS_EH_REGION (line 1033) | pub const SHT_MIPS_EH_REGION: u32 = 1879048231; constant SHT_MIPS_XLATE_OLD (line 1034) | pub const SHT_MIPS_XLATE_OLD: u32 = 1879048232; constant SHT_MIPS_PDR_EXCEPTION (line 1035) | pub const SHT_MIPS_PDR_EXCEPTION: u32 = 1879048233; constant SHF_MIPS_GPREL (line 1036) | pub const SHF_MIPS_GPREL: u32 = 268435456; constant SHF_MIPS_MERGE (line 1037) | pub const SHF_MIPS_MERGE: u32 = 536870912; constant SHF_MIPS_ADDR (line 1038) | pub const SHF_MIPS_ADDR: u32 = 1073741824; constant SHF_MIPS_STRINGS (line 1039) | pub const SHF_MIPS_STRINGS: u32 = 2147483648; constant SHF_MIPS_NOSTRIP (line 1040) | pub const SHF_MIPS_NOSTRIP: u32 = 134217728; constant SHF_MIPS_LOCAL (line 1041) | pub const SHF_MIPS_LOCAL: u32 = 67108864; constant SHF_MIPS_NAMES (line 1042) | pub const SHF_MIPS_NAMES: u32 = 33554432; constant SHF_MIPS_NODUPE (line 1043) | pub const SHF_MIPS_NODUPE: u32 = 16777216; constant STO_MIPS_DEFAULT (line 1044) | pub const STO_MIPS_DEFAULT: u32 = 0; constant STO_MIPS_INTERNAL (line 1045) | pub const STO_MIPS_INTERNAL: u32 = 1; constant STO_MIPS_HIDDEN (line 1046) | pub const STO_MIPS_HIDDEN: u32 = 2; constant STO_MIPS_PROTECTED (line 1047) | pub const STO_MIPS_PROTECTED: u32 = 3; constant STO_MIPS_PLT (line 1048) | pub const STO_MIPS_PLT: u32 = 8; constant STO_MIPS_SC_ALIGN_UNUSED (line 1049) | pub const STO_MIPS_SC_ALIGN_UNUSED: u32 = 255; constant STB_MIPS_SPLIT_COMMON (line 1050) | pub const STB_MIPS_SPLIT_COMMON: u32 = 13; constant ODK_NULL (line 1051) | pub const ODK_NULL: u32 = 0; constant ODK_REGINFO (line 1052) | pub const ODK_REGINFO: u32 = 1; constant ODK_EXCEPTIONS (line 1053) | pub const ODK_EXCEPTIONS: u32 = 2; constant ODK_PAD (line 1054) | pub const ODK_PAD: u32 = 3; constant ODK_HWPATCH (line 1055) | pub const ODK_HWPATCH: u32 = 4; constant ODK_FILL (line 1056) | pub const ODK_FILL: u32 = 5; constant ODK_TAGS (line 1057) | pub const ODK_TAGS: u32 = 6; constant ODK_HWAND (line 1058) | pub const ODK_HWAND: u32 = 7; constant ODK_HWOR (line 1059) | pub const ODK_HWOR: u32 = 8; constant OEX_FPU_MIN (line 1060) | pub const OEX_FPU_MIN: u32 = 31; constant OEX_FPU_MAX (line 1061) | pub const OEX_FPU_MAX: u32 = 7936; constant OEX_PAGE0 (line 1062) | pub const OEX_PAGE0: u32 = 65536; constant OEX_SMM (line 1063) | pub const OEX_SMM: u32 = 131072; constant OEX_FPDBUG (line 1064) | pub const OEX_FPDBUG: u32 = 262144; constant OEX_PRECISEFP (line 1065) | pub const OEX_PRECISEFP: u32 = 262144; constant OEX_DISMISS (line 1066) | pub const OEX_DISMISS: u32 = 524288; constant OEX_FPU_INVAL (line 1067) | pub const OEX_FPU_INVAL: u32 = 16; constant OEX_FPU_DIV0 (line 1068) | pub const OEX_FPU_DIV0: u32 = 8; constant OEX_FPU_OFLO (line 1069) | pub const OEX_FPU_OFLO: u32 = 4; constant OEX_FPU_UFLO (line 1070) | pub const OEX_FPU_UFLO: u32 = 2; constant OEX_FPU_INEX (line 1071) | pub const OEX_FPU_INEX: u32 = 1; constant OHW_R4KEOP (line 1072) | pub const OHW_R4KEOP: u32 = 1; constant OHW_R8KPFETCH (line 1073) | pub const OHW_R8KPFETCH: u32 = 2; constant OHW_R5KEOP (line 1074) | pub const OHW_R5KEOP: u32 = 4; constant OHW_R5KCVTL (line 1075) | pub const OHW_R5KCVTL: u32 = 8; constant OPAD_PREFIX (line 1076) | pub const OPAD_PREFIX: u32 = 1; constant OPAD_POSTFIX (line 1077) | pub const OPAD_POSTFIX: u32 = 2; constant OPAD_SYMBOL (line 1078) | pub const OPAD_SYMBOL: u32 = 4; constant OHWA0_R4KEOP_CHECKED (line 1079) | pub const OHWA0_R4KEOP_CHECKED: u32 = 1; constant OHWA1_R4KEOP_CLEAN (line 1080) | pub const OHWA1_R4KEOP_CLEAN: u32 = 2; constant R_MIPS_NONE (line 1081) | pub const R_MIPS_NONE: u32 = 0; constant R_MIPS_16 (line 1082) | pub const R_MIPS_16: u32 = 1; constant R_MIPS_32 (line 1083) | pub const R_MIPS_32: u32 = 2; constant R_MIPS_REL32 (line 1084) | pub const R_MIPS_REL32: u32 = 3; constant R_MIPS_26 (line 1085) | pub const R_MIPS_26: u32 = 4; constant R_MIPS_HI16 (line 1086) | pub const R_MIPS_HI16: u32 = 5; constant R_MIPS_LO16 (line 1087) | pub const R_MIPS_LO16: u32 = 6; constant R_MIPS_GPREL16 (line 1088) | pub const R_MIPS_GPREL16: u32 = 7; constant R_MIPS_LITERAL (line 1089) | pub const R_MIPS_LITERAL: u32 = 8; constant R_MIPS_GOT16 (line 1090) | pub const R_MIPS_GOT16: u32 = 9; constant R_MIPS_PC16 (line 1091) | pub const R_MIPS_PC16: u32 = 10; constant R_MIPS_CALL16 (line 1092) | pub const R_MIPS_CALL16: u32 = 11; constant R_MIPS_GPREL32 (line 1093) | pub const R_MIPS_GPREL32: u32 = 12; constant R_MIPS_SHIFT5 (line 1094) | pub const R_MIPS_SHIFT5: u32 = 16; constant R_MIPS_SHIFT6 (line 1095) | pub const R_MIPS_SHIFT6: u32 = 17; constant R_MIPS_64 (line 1096) | pub const R_MIPS_64: u32 = 18; constant R_MIPS_GOT_DISP (line 1097) | pub const R_MIPS_GOT_DISP: u32 = 19; constant R_MIPS_GOT_PAGE (line 1098) | pub const R_MIPS_GOT_PAGE: u32 = 20; constant R_MIPS_GOT_OFST (line 1099) | pub const R_MIPS_GOT_OFST: u32 = 21; constant R_MIPS_GOT_HI16 (line 1100) | pub const R_MIPS_GOT_HI16: u32 = 22; constant R_MIPS_GOT_LO16 (line 1101) | pub const R_MIPS_GOT_LO16: u32 = 23; constant R_MIPS_SUB (line 1102) | pub const R_MIPS_SUB: u32 = 24; constant R_MIPS_INSERT_A (line 1103) | pub const R_MIPS_INSERT_A: u32 = 25; constant R_MIPS_INSERT_B (line 1104) | pub const R_MIPS_INSERT_B: u32 = 26; constant R_MIPS_DELETE (line 1105) | pub const R_MIPS_DELETE: u32 = 27; constant R_MIPS_HIGHER (line 1106) | pub const R_MIPS_HIGHER: u32 = 28; constant R_MIPS_HIGHEST (line 1107) | pub const R_MIPS_HIGHEST: u32 = 29; constant R_MIPS_CALL_HI16 (line 1108) | pub const R_MIPS_CALL_HI16: u32 = 30; constant R_MIPS_CALL_LO16 (line 1109) | pub const R_MIPS_CALL_LO16: u32 = 31; constant R_MIPS_SCN_DISP (line 1110) | pub const R_MIPS_SCN_DISP: u32 = 32; constant R_MIPS_REL16 (line 1111) | pub const R_MIPS_REL16: u32 = 33; constant R_MIPS_ADD_IMMEDIATE (line 1112) | pub const R_MIPS_ADD_IMMEDIATE: u32 = 34; constant R_MIPS_PJUMP (line 1113) | pub const R_MIPS_PJUMP: u32 = 35; constant R_MIPS_RELGOT (line 1114) | pub const R_MIPS_RELGOT: u32 = 36; constant R_MIPS_JALR (line 1115) | pub const R_MIPS_JALR: u32 = 37; constant R_MIPS_TLS_DTPMOD32 (line 1116) | pub const R_MIPS_TLS_DTPMOD32: u32 = 38; constant R_MIPS_TLS_DTPREL32 (line 1117) | pub const R_MIPS_TLS_DTPREL32: u32 = 39; constant R_MIPS_TLS_DTPMOD64 (line 1118) | pub const R_MIPS_TLS_DTPMOD64: u32 = 40; constant R_MIPS_TLS_DTPREL64 (line 1119) | pub const R_MIPS_TLS_DTPREL64: u32 = 41; constant R_MIPS_TLS_GD (line 1120) | pub const R_MIPS_TLS_GD: u32 = 42; constant R_MIPS_TLS_LDM (line 1121) | pub const R_MIPS_TLS_LDM: u32 = 43; constant R_MIPS_TLS_DTPREL_HI16 (line 1122) | pub const R_MIPS_TLS_DTPREL_HI16: u32 = 44; constant R_MIPS_TLS_DTPREL_LO16 (line 1123) | pub const R_MIPS_TLS_DTPREL_LO16: u32 = 45; constant R_MIPS_TLS_GOTTPREL (line 1124) | pub const R_MIPS_TLS_GOTTPREL: u32 = 46; constant R_MIPS_TLS_TPREL32 (line 1125) | pub const R_MIPS_TLS_TPREL32: u32 = 47; constant R_MIPS_TLS_TPREL64 (line 1126) | pub const R_MIPS_TLS_TPREL64: u32 = 48; constant R_MIPS_TLS_TPREL_HI16 (line 1127) | pub const R_MIPS_TLS_TPREL_HI16: u32 = 49; constant R_MIPS_TLS_TPREL_LO16 (line 1128) | pub const R_MIPS_TLS_TPREL_LO16: u32 = 50; constant R_MIPS_GLOB_DAT (line 1129) | pub const R_MIPS_GLOB_DAT: u32 = 51; constant R_MIPS_COPY (line 1130) | pub const R_MIPS_COPY: u32 = 126; constant R_MIPS_JUMP_SLOT (line 1131) | pub const R_MIPS_JUMP_SLOT: u32 = 127; constant R_MIPS_NUM (line 1132) | pub const R_MIPS_NUM: u32 = 128; constant PT_MIPS_REGINFO (line 1133) | pub const PT_MIPS_REGINFO: u32 = 1879048192; constant PT_MIPS_RTPROC (line 1134) | pub const PT_MIPS_RTPROC: u32 = 1879048193; constant PT_MIPS_OPTIONS (line 1135) | pub const PT_MIPS_OPTIONS: u32 = 1879048194; constant PT_MIPS_ABIFLAGS (line 1136) | pub const PT_MIPS_ABIFLAGS: u32 = 1879048195; constant PF_MIPS_LOCAL (line 1137) | pub const PF_MIPS_LOCAL: u32 = 268435456; constant DT_MIPS_RLD_VERSION (line 1138) | pub const DT_MIPS_RLD_VERSION: u32 = 1879048193; constant DT_MIPS_TIME_STAMP (line 1139) | pub const DT_MIPS_TIME_STAMP: u32 = 1879048194; constant DT_MIPS_ICHECKSUM (line 1140) | pub const DT_MIPS_ICHECKSUM: u32 = 1879048195; constant DT_MIPS_IVERSION (line 1141) | pub const DT_MIPS_IVERSION: u32 = 1879048196; constant DT_MIPS_FLAGS (line 1142) | pub const DT_MIPS_FLAGS: u32 = 1879048197; constant DT_MIPS_BASE_ADDRESS (line 1143) | pub const DT_MIPS_BASE_ADDRESS: u32 = 1879048198; constant DT_MIPS_MSYM (line 1144) | pub const DT_MIPS_MSYM: u32 = 1879048199; constant DT_MIPS_CONFLICT (line 1145) | pub const DT_MIPS_CONFLICT: u32 = 1879048200; constant DT_MIPS_LIBLIST (line 1146) | pub const DT_MIPS_LIBLIST: u32 = 1879048201; constant DT_MIPS_LOCAL_GOTNO (line 1147) | pub const DT_MIPS_LOCAL_GOTNO: u32 = 1879048202; constant DT_MIPS_CONFLICTNO (line 1148) | pub const DT_MIPS_CONFLICTNO: u32 = 1879048203; constant DT_MIPS_LIBLISTNO (line 1149) | pub const DT_MIPS_LIBLISTNO: u32 = 1879048208; constant DT_MIPS_SYMTABNO (line 1150) | pub const DT_MIPS_SYMTABNO: u32 = 1879048209; constant DT_MIPS_UNREFEXTNO (line 1151) | pub const DT_MIPS_UNREFEXTNO: u32 = 1879048210; constant DT_MIPS_GOTSYM (line 1152) | pub const DT_MIPS_GOTSYM: u32 = 1879048211; constant DT_MIPS_HIPAGENO (line 1153) | pub const DT_MIPS_HIPAGENO: u32 = 1879048212; constant DT_MIPS_RLD_MAP (line 1154) | pub const DT_MIPS_RLD_MAP: u32 = 1879048214; constant DT_MIPS_DELTA_CLASS (line 1155) | pub const DT_MIPS_DELTA_CLASS: u32 = 1879048215; constant DT_MIPS_DELTA_CLASS_NO (line 1156) | pub const DT_MIPS_DELTA_CLASS_NO: u32 = 1879048216; constant DT_MIPS_DELTA_INSTANCE (line 1157) | pub const DT_MIPS_DELTA_INSTANCE: u32 = 1879048217; constant DT_MIPS_DELTA_INSTANCE_NO (line 1158) | pub const DT_MIPS_DELTA_INSTANCE_NO: u32 = 1879048218; constant DT_MIPS_DELTA_RELOC (line 1159) | pub const DT_MIPS_DELTA_RELOC: u32 = 1879048219; constant DT_MIPS_DELTA_RELOC_NO (line 1160) | pub const DT_MIPS_DELTA_RELOC_NO: u32 = 1879048220; constant DT_MIPS_DELTA_SYM (line 1161) | pub const DT_MIPS_DELTA_SYM: u32 = 1879048221; constant DT_MIPS_DELTA_SYM_NO (line 1162) | pub const DT_MIPS_DELTA_SYM_NO: u32 = 1879048222; constant DT_MIPS_DELTA_CLASSSYM (line 1163) | pub const DT_MIPS_DELTA_CLASSSYM: u32 = 1879048224; constant DT_MIPS_DELTA_CLASSSYM_NO (line 1164) | pub const DT_MIPS_DELTA_CLASSSYM_NO: u32 = 1879048225; constant DT_MIPS_CXX_FLAGS (line 1165) | pub const DT_MIPS_CXX_FLAGS: u32 = 1879048226; constant DT_MIPS_PIXIE_INIT (line 1166) | pub const DT_MIPS_PIXIE_INIT: u32 = 1879048227; constant DT_MIPS_SYMBOL_LIB (line 1167) | pub const DT_MIPS_SYMBOL_LIB: u32 = 1879048228; constant DT_MIPS_LOCALPAGE_GOTIDX (line 1168) | pub const DT_MIPS_LOCALPAGE_GOTIDX: u32 = 1879048229; constant DT_MIPS_LOCAL_GOTIDX (line 1169) | pub const DT_MIPS_LOCAL_GOTIDX: u32 = 1879048230; constant DT_MIPS_HIDDEN_GOTIDX (line 1170) | pub const DT_MIPS_HIDDEN_GOTIDX: u32 = 1879048231; constant DT_MIPS_PROTECTED_GOTIDX (line 1171) | pub const DT_MIPS_PROTECTED_GOTIDX: u32 = 1879048232; constant DT_MIPS_OPTIONS (line 1172) | pub const DT_MIPS_OPTIONS: u32 = 1879048233; constant DT_MIPS_INTERFACE (line 1173) | pub const DT_MIPS_INTERFACE: u32 = 1879048234; constant DT_MIPS_DYNSTR_ALIGN (line 1174) | pub const DT_MIPS_DYNSTR_ALIGN: u32 = 1879048235; constant DT_MIPS_INTERFACE_SIZE (line 1175) | pub const DT_MIPS_INTERFACE_SIZE: u32 = 1879048236; constant DT_MIPS_RLD_TEXT_RESOLVE_ADDR (line 1176) | pub const DT_MIPS_RLD_TEXT_RESOLVE_ADDR: u32 = 1879048237; constant DT_MIPS_PERF_SUFFIX (line 1177) | pub const DT_MIPS_PERF_SUFFIX: u32 = 1879048238; constant DT_MIPS_COMPACT_SIZE (line 1178) | pub const DT_MIPS_COMPACT_SIZE: u32 = 1879048239; constant DT_MIPS_GP_VALUE (line 1179) | pub const DT_MIPS_GP_VALUE: u32 = 1879048240; constant DT_MIPS_AUX_DYNAMIC (line 1180) | pub const DT_MIPS_AUX_DYNAMIC: u32 = 1879048241; constant DT_MIPS_PLTGOT (line 1181) | pub const DT_MIPS_PLTGOT: u32 = 1879048242; constant DT_MIPS_RWPLT (line 1182) | pub const DT_MIPS_RWPLT: u32 = 1879048244; constant DT_MIPS_RLD_MAP_REL (line 1183) | pub const DT_MIPS_RLD_MAP_REL: u32 = 1879048245; constant DT_MIPS_NUM (line 1184) | pub const DT_MIPS_NUM: u32 = 54; constant RHF_NONE (line 1185) | pub const RHF_NONE: u32 = 0; constant RHF_QUICKSTART (line 1186) | pub const RHF_QUICKSTART: u32 = 1; constant RHF_NOTPOT (line 1187) | pub const RHF_NOTPOT: u32 = 2; constant RHF_NO_LIBRARY_REPLACEMENT (line 1188) | pub const RHF_NO_LIBRARY_REPLACEMENT: u32 = 4; constant RHF_NO_MOVE (line 1189) | pub const RHF_NO_MOVE: u32 = 8; constant RHF_SGI_ONLY (line 1190) | pub const RHF_SGI_ONLY: u32 = 16; constant RHF_GUARANTEE_INIT (line 1191) | pub const RHF_GUARANTEE_INIT: u32 = 32; constant RHF_DELTA_C_PLUS_PLUS (line 1192) | pub const RHF_DELTA_C_PLUS_PLUS: u32 = 64; constant RHF_GUARANTEE_START_INIT (line 1193) | pub const RHF_GUARANTEE_START_INIT: u32 = 128; constant RHF_PIXIE (line 1194) | pub const RHF_PIXIE: u32 = 256; constant RHF_DEFAULT_DELAY_LOAD (line 1195) | pub const RHF_DEFAULT_DELAY_LOAD: u32 = 512; constant RHF_REQUICKSTART (line 1196) | pub const RHF_REQUICKSTART: u32 = 1024; constant RHF_REQUICKSTARTED (line 1197) | pub const RHF_REQUICKSTARTED: u32 = 2048; constant RHF_CORD (line 1198) | pub const RHF_CORD: u32 = 4096; constant RHF_NO_UNRES_UNDEF (line 1199) | pub const RHF_NO_UNRES_UNDEF: u32 = 8192; constant RHF_RLD_ORDER_SAFE (line 1200) | pub const RHF_RLD_ORDER_SAFE: u32 = 16384; constant LL_NONE (line 1201) | pub const LL_NONE: u32 = 0; constant LL_EXACT_MATCH (line 1202) | pub const LL_EXACT_MATCH: u32 = 1; constant LL_IGNORE_INT_VER (line 1203) | pub const LL_IGNORE_INT_VER: u32 = 2; constant LL_REQUIRE_MINOR (line 1204) | pub const LL_REQUIRE_MINOR: u32 = 4; constant LL_EXPORTS (line 1205) | pub const LL_EXPORTS: u32 = 8; constant LL_DELAY_LOAD (line 1206) | pub const LL_DELAY_LOAD: u32 = 16; constant LL_DELTA (line 1207) | pub const LL_DELTA: u32 = 32; constant MIPS_AFL_REG_NONE (line 1208) | pub const MIPS_AFL_REG_NONE: u32 = 0; constant MIPS_AFL_REG_32 (line 1209) | pub const MIPS_AFL_REG_32: u32 = 1; constant MIPS_AFL_REG_64 (line 1210) | pub const MIPS_AFL_REG_64: u32 = 2; constant MIPS_AFL_REG_128 (line 1211) | pub const MIPS_AFL_REG_128: u32 = 3; constant MIPS_AFL_ASE_DSP (line 1212) | pub const MIPS_AFL_ASE_DSP: u32 = 1; constant MIPS_AFL_ASE_DSPR2 (line 1213) | pub const MIPS_AFL_ASE_DSPR2: u32 = 2; constant MIPS_AFL_ASE_EVA (line 1214) | pub const MIPS_AFL_ASE_EVA: u32 = 4; constant MIPS_AFL_ASE_MCU (line 1215) | pub const MIPS_AFL_ASE_MCU: u32 = 8; constant MIPS_AFL_ASE_MDMX (line 1216) | pub const MIPS_AFL_ASE_MDMX: u32 = 16; constant MIPS_AFL_ASE_MIPS3D (line 1217) | pub const MIPS_AFL_ASE_MIPS3D: u32 = 32; constant MIPS_AFL_ASE_MT (line 1218) | pub const MIPS_AFL_ASE_MT: u32 = 64; constant MIPS_AFL_ASE_SMARTMIPS (line 1219) | pub const MIPS_AFL_ASE_SMARTMIPS: u32 = 128; constant MIPS_AFL_ASE_VIRT (line 1220) | pub const MIPS_AFL_ASE_VIRT: u32 = 256; constant MIPS_AFL_ASE_MSA (line 1221) | pub const MIPS_AFL_ASE_MSA: u32 = 512; constant MIPS_AFL_ASE_MIPS16 (line 1222) | pub const MIPS_AFL_ASE_MIPS16: u32 = 1024; constant MIPS_AFL_ASE_MICROMIPS (line 1223) | pub const MIPS_AFL_ASE_MICROMIPS: u32 = 2048; constant MIPS_AFL_ASE_XPA (line 1224) | pub const MIPS_AFL_ASE_XPA: u32 = 4096; constant MIPS_AFL_ASE_MASK (line 1225) | pub const MIPS_AFL_ASE_MASK: u32 = 8191; constant MIPS_AFL_EXT_XLR (line 1226) | pub const MIPS_AFL_EXT_XLR: u32 = 1; constant MIPS_AFL_EXT_OCTEON2 (line 1227) | pub const MIPS_AFL_EXT_OCTEON2: u32 = 2; constant MIPS_AFL_EXT_OCTEONP (line 1228) | pub const MIPS_AFL_EXT_OCTEONP: u32 = 3; constant MIPS_AFL_EXT_LOONGSON_3A (line 1229) | pub const MIPS_AFL_EXT_LOONGSON_3A: u32 = 4; constant MIPS_AFL_EXT_OCTEON (line 1230) | pub const MIPS_AFL_EXT_OCTEON: u32 = 5; constant MIPS_AFL_EXT_5900 (line 1231) | pub const MIPS_AFL_EXT_5900: u32 = 6; constant MIPS_AFL_EXT_4650 (line 1232) | pub const MIPS_AFL_EXT_4650: u32 = 7; constant MIPS_AFL_EXT_4010 (line 1233) | pub const MIPS_AFL_EXT_4010: u32 = 8; constant MIPS_AFL_EXT_4100 (line 1234) | pub const MIPS_AFL_EXT_4100: u32 = 9; constant MIPS_AFL_EXT_3900 (line 1235) | pub const MIPS_AFL_EXT_3900: u32 = 10; constant MIPS_AFL_EXT_10000 (line 1236) | pub const MIPS_AFL_EXT_10000: u32 = 11; constant MIPS_AFL_EXT_SB1 (line 1237) | pub const MIPS_AFL_EXT_SB1: u32 = 12; constant MIPS_AFL_EXT_4111 (line 1238) | pub const MIPS_AFL_EXT_4111: u32 = 13; constant MIPS_AFL_EXT_4120 (line 1239) | pub const MIPS_AFL_EXT_4120: u32 = 14; constant MIPS_AFL_EXT_5400 (line 1240) | pub const MIPS_AFL_EXT_5400: u32 = 15; constant MIPS_AFL_EXT_5500 (line 1241) | pub const MIPS_AFL_EXT_5500: u32 = 16; constant MIPS_AFL_EXT_LOONGSON_2E (line 1242) | pub const MIPS_AFL_EXT_LOONGSON_2E: u32 = 17; constant MIPS_AFL_EXT_LOONGSON_2F (line 1243) | pub const MIPS_AFL_EXT_LOONGSON_2F: u32 = 18; constant MIPS_AFL_FLAGS1_ODDSPREG (line 1244) | pub const MIPS_AFL_FLAGS1_ODDSPREG: u32 = 1; constant EF_PARISC_TRAPNIL (line 1245) | pub const EF_PARISC_TRAPNIL: u32 = 65536; constant EF_PARISC_EXT (line 1246) | pub const EF_PARISC_EXT: u32 = 131072; constant EF_PARISC_LSB (line 1247) | pub const EF_PARISC_LSB: u32 = 262144; constant EF_PARISC_WIDE (line 1248) | pub const EF_PARISC_WIDE: u32 = 524288; constant EF_PARISC_NO_KABP (line 1249) | pub const EF_PARISC_NO_KABP: u32 = 1048576; constant EF_PARISC_LAZYSWAP (line 1250) | pub const EF_PARISC_LAZYSWAP: u32 = 4194304; constant EF_PARISC_ARCH (line 1251) | pub const EF_PARISC_ARCH: u32 = 65535; constant EFA_PARISC_1_0 (line 1252) | pub const EFA_PARISC_1_0: u32 = 523; constant EFA_PARISC_1_1 (line 1253) | pub const EFA_PARISC_1_1: u32 = 528; constant EFA_PARISC_2_0 (line 1254) | pub const EFA_PARISC_2_0: u32 = 532; constant SHN_PARISC_ANSI_COMMON (line 1255) | pub const SHN_PARISC_ANSI_COMMON: u32 = 65280; constant SHN_PARISC_HUGE_COMMON (line 1256) | pub const SHN_PARISC_HUGE_COMMON: u32 = 65281; constant SHT_PARISC_EXT (line 1257) | pub const SHT_PARISC_EXT: u32 = 1879048192; constant SHT_PARISC_UNWIND (line 1258) | pub const SHT_PARISC_UNWIND: u32 = 1879048193; constant SHT_PARISC_DOC (line 1259) | pub const SHT_PARISC_DOC: u32 = 1879048194; constant SHF_PARISC_SHORT (line 1260) | pub const SHF_PARISC_SHORT: u32 = 536870912; constant SHF_PARISC_HUGE (line 1261) | pub const SHF_PARISC_HUGE: u32 = 1073741824; constant SHF_PARISC_SBP (line 1262) | pub const SHF_PARISC_SBP: u32 = 2147483648; constant STT_PARISC_MILLICODE (line 1263) | pub const STT_PARISC_MILLICODE: u32 = 13; constant STT_HP_OPAQUE (line 1264) | pub const STT_HP_OPAQUE: u32 = 11; constant STT_HP_STUB (line 1265) | pub const STT_HP_STUB: u32 = 12; constant R_PARISC_NONE (line 1266) | pub const R_PARISC_NONE: u32 = 0; constant R_PARISC_DIR32 (line 1267) | pub const R_PARISC_DIR32: u32 = 1; constant R_PARISC_DIR21L (line 1268) | pub const R_PARISC_DIR21L: u32 = 2; constant R_PARISC_DIR17R (line 1269) | pub const R_PARISC_DIR17R: u32 = 3; constant R_PARISC_DIR17F (line 1270) | pub const R_PARISC_DIR17F: u32 = 4; constant R_PARISC_DIR14R (line 1271) | pub const R_PARISC_DIR14R: u32 = 6; constant R_PARISC_PCREL32 (line 1272) | pub const R_PARISC_PCREL32: u32 = 9; constant R_PARISC_PCREL21L (line 1273) | pub const R_PARISC_PCREL21L: u32 = 10; constant R_PARISC_PCREL17R (line 1274) | pub const R_PARISC_PCREL17R: u32 = 11; constant R_PARISC_PCREL17F (line 1275) | pub const R_PARISC_PCREL17F: u32 = 12; constant R_PARISC_PCREL14R (line 1276) | pub const R_PARISC_PCREL14R: u32 = 14; constant R_PARISC_DPREL21L (line 1277) | pub const R_PARISC_DPREL21L: u32 = 18; constant R_PARISC_DPREL14R (line 1278) | pub const R_PARISC_DPREL14R: u32 = 22; constant R_PARISC_GPREL21L (line 1279) | pub const R_PARISC_GPREL21L: u32 = 26; constant R_PARISC_GPREL14R (line 1280) | pub const R_PARISC_GPREL14R: u32 = 30; constant R_PARISC_LTOFF21L (line 1281) | pub const R_PARISC_LTOFF21L: u32 = 34; constant R_PARISC_LTOFF14R (line 1282) | pub const R_PARISC_LTOFF14R: u32 = 38; constant R_PARISC_SECREL32 (line 1283) | pub const R_PARISC_SECREL32: u32 = 41; constant R_PARISC_SEGBASE (line 1284) | pub const R_PARISC_SEGBASE: u32 = 48; constant R_PARISC_SEGREL32 (line 1285) | pub const R_PARISC_SEGREL32: u32 = 49; constant R_PARISC_PLTOFF21L (line 1286) | pub const R_PARISC_PLTOFF21L: u32 = 50; constant R_PARISC_PLTOFF14R (line 1287) | pub const R_PARISC_PLTOFF14R: u32 = 54; constant R_PARISC_LTOFF_FPTR32 (line 1288) | pub const R_PARISC_LTOFF_FPTR32: u32 = 57; constant R_PARISC_LTOFF_FPTR21L (line 1289) | pub const R_PARISC_LTOFF_FPTR21L: u32 = 58; constant R_PARISC_LTOFF_FPTR14R (line 1290) | pub const R_PARISC_LTOFF_FPTR14R: u32 = 62; constant R_PARISC_FPTR64 (line 1291) | pub const R_PARISC_FPTR64: u32 = 64; constant R_PARISC_PLABEL32 (line 1292) | pub const R_PARISC_PLABEL32: u32 = 65; constant R_PARISC_PLABEL21L (line 1293) | pub const R_PARISC_PLABEL21L: u32 = 66; constant R_PARISC_PLABEL14R (line 1294) | pub const R_PARISC_PLABEL14R: u32 = 70; constant R_PARISC_PCREL64 (line 1295) | pub const R_PARISC_PCREL64: u32 = 72; constant R_PARISC_PCREL22F (line 1296) | pub const R_PARISC_PCREL22F: u32 = 74; constant R_PARISC_PCREL14WR (line 1297) | pub const R_PARISC_PCREL14WR: u32 = 75; constant R_PARISC_PCREL14DR (line 1298) | pub const R_PARISC_PCREL14DR: u32 = 76; constant R_PARISC_PCREL16F (line 1299) | pub const R_PARISC_PCREL16F: u32 = 77; constant R_PARISC_PCREL16WF (line 1300) | pub const R_PARISC_PCREL16WF: u32 = 78; constant R_PARISC_PCREL16DF (line 1301) | pub const R_PARISC_PCREL16DF: u32 = 79; constant R_PARISC_DIR64 (line 1302) | pub const R_PARISC_DIR64: u32 = 80; constant R_PARISC_DIR14WR (line 1303) | pub const R_PARISC_DIR14WR: u32 = 83; constant R_PARISC_DIR14DR (line 1304) | pub const R_PARISC_DIR14DR: u32 = 84; constant R_PARISC_DIR16F (line 1305) | pub const R_PARISC_DIR16F: u32 = 85; constant R_PARISC_DIR16WF (line 1306) | pub const R_PARISC_DIR16WF: u32 = 86; constant R_PARISC_DIR16DF (line 1307) | pub const R_PARISC_DIR16DF: u32 = 87; constant R_PARISC_GPREL64 (line 1308) | pub const R_PARISC_GPREL64: u32 = 88; constant R_PARISC_GPREL14WR (line 1309) | pub const R_PARISC_GPREL14WR: u32 = 91; constant R_PARISC_GPREL14DR (line 1310) | pub const R_PARISC_GPREL14DR: u32 = 92; constant R_PARISC_GPREL16F (line 1311) | pub const R_PARISC_GPREL16F: u32 = 93; constant R_PARISC_GPREL16WF (line 1312) | pub const R_PARISC_GPREL16WF: u32 = 94; constant R_PARISC_GPREL16DF (line 1313) | pub const R_PARISC_GPREL16DF: u32 = 95; constant R_PARISC_LTOFF64 (line 1314) | pub const R_PARISC_LTOFF64: u32 = 96; constant R_PARISC_LTOFF14WR (line 1315) | pub const R_PARISC_LTOFF14WR: u32 = 99; constant R_PARISC_LTOFF14DR (line 1316) | pub const R_PARISC_LTOFF14DR: u32 = 100; constant R_PARISC_LTOFF16F (line 1317) | pub const R_PARISC_LTOFF16F: u32 = 101; constant R_PARISC_LTOFF16WF (line 1318) | pub const R_PARISC_LTOFF16WF: u32 = 102; constant R_PARISC_LTOFF16DF (line 1319) | pub const R_PARISC_LTOFF16DF: u32 = 103; constant R_PARISC_SECREL64 (line 1320) | pub const R_PARISC_SECREL64: u32 = 104; constant R_PARISC_SEGREL64 (line 1321) | pub const R_PARISC_SEGREL64: u32 = 112; constant R_PARISC_PLTOFF14WR (line 1322) | pub const R_PARISC_PLTOFF14WR: u32 = 115; constant R_PARISC_PLTOFF14DR (line 1323) | pub const R_PARISC_PLTOFF14DR: u32 = 116; constant R_PARISC_PLTOFF16F (line 1324) | pub const R_PARISC_PLTOFF16F: u32 = 117; constant R_PARISC_PLTOFF16WF (line 1325) | pub const R_PARISC_PLTOFF16WF: u32 = 118; constant R_PARISC_PLTOFF16DF (line 1326) | pub const R_PARISC_PLTOFF16DF: u32 = 119; constant R_PARISC_LTOFF_FPTR64 (line 1327) | pub const R_PARISC_LTOFF_FPTR64: u32 = 120; constant R_PARISC_LTOFF_FPTR14WR (line 1328) | pub const R_PARISC_LTOFF_FPTR14WR: u32 = 123; constant R_PARISC_LTOFF_FPTR14DR (line 1329) | pub const R_PARISC_LTOFF_FPTR14DR: u32 = 124; constant R_PARISC_LTOFF_FPTR16F (line 1330) | pub const R_PARISC_LTOFF_FPTR16F: u32 = 125; constant R_PARISC_LTOFF_FPTR16WF (line 1331) | pub const R_PARISC_LTOFF_FPTR16WF: u32 = 126; constant R_PARISC_LTOFF_FPTR16DF (line 1332) | pub const R_PARISC_LTOFF_FPTR16DF: u32 = 127; constant R_PARISC_LORESERVE (line 1333) | pub const R_PARISC_LORESERVE: u32 = 128; constant R_PARISC_COPY (line 1334) | pub const R_PARISC_COPY: u32 = 128; constant R_PARISC_IPLT (line 1335) | pub const R_PARISC_IPLT: u32 = 129; constant R_PARISC_EPLT (line 1336) | pub const R_PARISC_EPLT: u32 = 130; constant R_PARISC_TPREL32 (line 1337) | pub const R_PARISC_TPREL32: u32 = 153; constant R_PARISC_TPREL21L (line 1338) | pub const R_PARISC_TPREL21L: u32 = 154; constant R_PARISC_TPREL14R (line 1339) | pub const R_PARISC_TPREL14R: u32 = 158; constant R_PARISC_LTOFF_TP21L (line 1340) | pub const R_PARISC_LTOFF_TP21L: u32 = 162; constant R_PARISC_LTOFF_TP14R (line 1341) | pub const R_PARISC_LTOFF_TP14R: u32 = 166; constant R_PARISC_LTOFF_TP14F (line 1342) | pub const R_PARISC_LTOFF_TP14F: u32 = 167; constant R_PARISC_TPREL64 (line 1343) | pub const R_PARISC_TPREL64: u32 = 216; constant R_PARISC_TPREL14WR (line 1344) | pub const R_PARISC_TPREL14WR: u32 = 219; constant R_PARISC_TPREL14DR (line 1345) | pub const R_PARISC_TPREL14DR: u32 = 220; constant R_PARISC_TPREL16F (line 1346) | pub const R_PARISC_TPREL16F: u32 = 221; constant R_PARISC_TPREL16WF (line 1347) | pub const R_PARISC_TPREL16WF: u32 = 222; constant R_PARISC_TPREL16DF (line 1348) | pub const R_PARISC_TPREL16DF: u32 = 223; constant R_PARISC_LTOFF_TP64 (line 1349) | pub const R_PARISC_LTOFF_TP64: u32 = 224; constant R_PARISC_LTOFF_TP14WR (line 1350) | pub const R_PARISC_LTOFF_TP14WR: u32 = 227; constant R_PARISC_LTOFF_TP14DR (line 1351) | pub const R_PARISC_LTOFF_TP14DR: u32 = 228; constant R_PARISC_LTOFF_TP16F (line 1352) | pub const R_PARISC_LTOFF_TP16F: u32 = 229; constant R_PARISC_LTOFF_TP16WF (line 1353) | pub const R_PARISC_LTOFF_TP16WF: u32 = 230; constant R_PARISC_LTOFF_TP16DF (line 1354) | pub const R_PARISC_LTOFF_TP16DF: u32 = 231; constant R_PARISC_GNU_VTENTRY (line 1355) | pub const R_PARISC_GNU_VTENTRY: u32 = 232; constant R_PARISC_GNU_VTINHERIT (line 1356) | pub const R_PARISC_GNU_VTINHERIT: u32 = 233; constant R_PARISC_TLS_GD21L (line 1357) | pub const R_PARISC_TLS_GD21L: u32 = 234; constant R_PARISC_TLS_GD14R (line 1358) | pub const R_PARISC_TLS_GD14R: u32 = 235; constant R_PARISC_TLS_GDCALL (line 1359) | pub const R_PARISC_TLS_GDCALL: u32 = 236; constant R_PARISC_TLS_LDM21L (line 1360) | pub const R_PARISC_TLS_LDM21L: u32 = 237; constant R_PARISC_TLS_LDM14R (line 1361) | pub const R_PARISC_TLS_LDM14R: u32 = 238; constant R_PARISC_TLS_LDMCALL (line 1362) | pub const R_PARISC_TLS_LDMCALL: u32 = 239; constant R_PARISC_TLS_LDO21L (line 1363) | pub const R_PARISC_TLS_LDO21L: u32 = 240; constant R_PARISC_TLS_LDO14R (line 1364) | pub const R_PARISC_TLS_LDO14R: u32 = 241; constant R_PARISC_TLS_DTPMOD32 (line 1365) | pub const R_PARISC_TLS_DTPMOD32: u32 = 242; constant R_PARISC_TLS_DTPMOD64 (line 1366) | pub const R_PARISC_TLS_DTPMOD64: u32 = 243; constant R_PARISC_TLS_DTPOFF32 (line 1367) | pub const R_PARISC_TLS_DTPOFF32: u32 = 244; constant R_PARISC_TLS_DTPOFF64 (line 1368) | pub const R_PARISC_TLS_DTPOFF64: u32 = 245; constant R_PARISC_TLS_LE21L (line 1369) | pub const R_PARISC_TLS_LE21L: u32 = 154; constant R_PARISC_TLS_LE14R (line 1370) | pub const R_PARISC_TLS_LE14R: u32 = 158; constant R_PARISC_TLS_IE21L (line 1371) | pub const R_PARISC_TLS_IE21L: u32 = 162; constant R_PARISC_TLS_IE14R (line 1372) | pub const R_PARISC_TLS_IE14R: u32 = 166; constant R_PARISC_TLS_TPREL32 (line 1373) | pub const R_PARISC_TLS_TPREL32: u32 = 153; constant R_PARISC_TLS_TPREL64 (line 1374) | pub const R_PARISC_TLS_TPREL64: u32 = 216; constant R_PARISC_HIRESERVE (line 1375) | pub const R_PARISC_HIRESERVE: u32 = 255; constant PT_HP_TLS (line 1376) | pub const PT_HP_TLS: u32 = 1610612736; constant PT_HP_CORE_NONE (line 1377) | pub const PT_HP_CORE_NONE: u32 = 1610612737; constant PT_HP_CORE_VERSION (line 1378) | pub const PT_HP_CORE_VERSION: u32 = 1610612738; constant PT_HP_CORE_KERNEL (line 1379) | pub const PT_HP_CORE_KERNEL: u32 = 1610612739; constant PT_HP_CORE_COMM (line 1380) | pub const PT_HP_CORE_COMM: u32 = 1610612740; constant PT_HP_CORE_PROC (line 1381) | pub const PT_HP_CORE_PROC: u32 = 1610612741; constant PT_HP_CORE_LOADABLE (line 1382) | pub const PT_HP_CORE_LOADABLE: u32 = 1610612742; constant PT_HP_CORE_STACK (line 1383) | pub const PT_HP_CORE_STACK: u32 = 1610612743; constant PT_HP_CORE_SHM (line 1384) | pub const PT_HP_CORE_SHM: u32 = 1610612744; constant PT_HP_CORE_MMF (line 1385) | pub const PT_HP_CORE_MMF: u32 = 1610612745; constant PT_HP_PARALLEL (line 1386) | pub const PT_HP_PARALLEL: u32 = 1610612752; constant PT_HP_FASTBIND (line 1387) | pub const PT_HP_FASTBIND: u32 = 1610612753; constant PT_HP_OPT_ANNOT (line 1388) | pub const PT_HP_OPT_ANNOT: u32 = 1610612754; constant PT_HP_HSL_ANNOT (line 1389) | pub const PT_HP_HSL_ANNOT: u32 = 1610612755; constant PT_HP_STACK (line 1390) | pub const PT_HP_STACK: u32 = 1610612756; constant PT_PARISC_ARCHEXT (line 1391) | pub const PT_PARISC_ARCHEXT: u32 = 1879048192; constant PT_PARISC_UNWIND (line 1392) | pub const PT_PARISC_UNWIND: u32 = 1879048193; constant PF_PARISC_SBP (line 1393) | pub const PF_PARISC_SBP: u32 = 134217728; constant PF_HP_PAGE_SIZE (line 1394) | pub const PF_HP_PAGE_SIZE: u32 = 1048576; constant PF_HP_FAR_SHARED (line 1395) | pub const PF_HP_FAR_SHARED: u32 = 2097152; constant PF_HP_NEAR_SHARED (line 1396) | pub const PF_HP_NEAR_SHARED: u32 = 4194304; constant PF_HP_CODE (line 1397) | pub const PF_HP_CODE: u32 = 16777216; constant PF_HP_MODIFY (line 1398) | pub const PF_HP_MODIFY: u32 = 33554432; constant PF_HP_LAZYSWAP (line 1399) | pub const PF_HP_LAZYSWAP: u32 = 67108864; constant PF_HP_SBP (line 1400) | pub const PF_HP_SBP: u32 = 134217728; constant EF_ALPHA_32BIT (line 1401) | pub const EF_ALPHA_32BIT: u32 = 1; constant EF_ALPHA_CANRELAX (line 1402) | pub const EF_ALPHA_CANRELAX: u32 = 2; constant SHT_ALPHA_DEBUG (line 1403) | pub const SHT_ALPHA_DEBUG: u32 = 1879048193; constant SHT_ALPHA_REGINFO (line 1404) | pub const SHT_ALPHA_REGINFO: u32 = 1879048194; constant SHF_ALPHA_GPREL (line 1405) | pub const SHF_ALPHA_GPREL: u32 = 268435456; constant STO_ALPHA_NOPV (line 1406) | pub const STO_ALPHA_NOPV: u32 = 128; constant STO_ALPHA_STD_GPLOAD (line 1407) | pub const STO_ALPHA_STD_GPLOAD: u32 = 136; constant R_ALPHA_NONE (line 1408) | pub const R_ALPHA_NONE: u32 = 0; constant R_ALPHA_REFLONG (line 1409) | pub const R_ALPHA_REFLONG: u32 = 1; constant R_ALPHA_REFQUAD (line 1410) | pub const R_ALPHA_REFQUAD: u32 = 2; constant R_ALPHA_GPREL32 (line 1411) | pub const R_ALPHA_GPREL32: u32 = 3; constant R_ALPHA_LITERAL (line 1412) | pub const R_ALPHA_LITERAL: u32 = 4; constant R_ALPHA_LITUSE (line 1413) | pub const R_ALPHA_LITUSE: u32 = 5; constant R_ALPHA_GPDISP (line 1414) | pub const R_ALPHA_GPDISP: u32 = 6; constant R_ALPHA_BRADDR (line 1415) | pub const R_ALPHA_BRADDR: u32 = 7; constant R_ALPHA_HINT (line 1416) | pub const R_ALPHA_HINT: u32 = 8; constant R_ALPHA_SREL16 (line 1417) | pub const R_ALPHA_SREL16: u32 = 9; constant R_ALPHA_SREL32 (line 1418) | pub const R_ALPHA_SREL32: u32 = 10; constant R_ALPHA_SREL64 (line 1419) | pub const R_ALPHA_SREL64: u32 = 11; constant R_ALPHA_GPRELHIGH (line 1420) | pub const R_ALPHA_GPRELHIGH: u32 = 17; constant R_ALPHA_GPRELLOW (line 1421) | pub const R_ALPHA_GPRELLOW: u32 = 18; constant R_ALPHA_GPREL16 (line 1422) | pub const R_ALPHA_GPREL16: u32 = 19; constant R_ALPHA_COPY (line 1423) | pub const R_ALPHA_COPY: u32 = 24; constant R_ALPHA_GLOB_DAT (line 1424) | pub const R_ALPHA_GLOB_DAT: u32 = 25; constant R_ALPHA_JMP_SLOT (line 1425) | pub const R_ALPHA_JMP_SLOT: u32 = 26; constant R_ALPHA_RELATIVE (line 1426) | pub const R_ALPHA_RELATIVE: u32 = 27; constant R_ALPHA_TLS_GD_HI (line 1427) | pub const R_ALPHA_TLS_GD_HI: u32 = 28; constant R_ALPHA_TLSGD (line 1428) | pub const R_ALPHA_TLSGD: u32 = 29; constant R_ALPHA_TLS_LDM (line 1429) | pub const R_ALPHA_TLS_LDM: u32 = 30; constant R_ALPHA_DTPMOD64 (line 1430) | pub const R_ALPHA_DTPMOD64: u32 = 31; constant R_ALPHA_GOTDTPREL (line 1431) | pub const R_ALPHA_GOTDTPREL: u32 = 32; constant R_ALPHA_DTPREL64 (line 1432) | pub const R_ALPHA_DTPREL64: u32 = 33; constant R_ALPHA_DTPRELHI (line 1433) | pub const R_ALPHA_DTPRELHI: u32 = 34; constant R_ALPHA_DTPRELLO (line 1434) | pub const R_ALPHA_DTPRELLO: u32 = 35; constant R_ALPHA_DTPREL16 (line 1435) | pub const R_ALPHA_DTPREL16: u32 = 36; constant R_ALPHA_GOTTPREL (line 1436) | pub const R_ALPHA_GOTTPREL: u32 = 37; constant R_ALPHA_TPREL64 (line 1437) | pub const R_ALPHA_TPREL64: u32 = 38; constant R_ALPHA_TPRELHI (line 1438) | pub const R_ALPHA_TPRELHI: u32 = 39; constant R_ALPHA_TPRELLO (line 1439) | pub const R_ALPHA_TPRELLO: u32 = 40; constant R_ALPHA_TPREL16 (line 1440) | pub const R_ALPHA_TPREL16: u32 = 41; constant R_ALPHA_NUM (line 1441) | pub const R_ALPHA_NUM: u32 = 46; constant LITUSE_ALPHA_ADDR (line 1442) | pub const LITUSE_ALPHA_ADDR: u32 = 0; constant LITUSE_ALPHA_BASE (line 1443) | pub const LITUSE_ALPHA_BASE: u32 = 1; constant LITUSE_ALPHA_BYTOFF (line 1444) | pub const LITUSE_ALPHA_BYTOFF: u32 = 2; constant LITUSE_ALPHA_JSR (line 1445) | pub const LITUSE_ALPHA_JSR: u32 = 3; constant LITUSE_ALPHA_TLS_GD (line 1446) | pub const LITUSE_ALPHA_TLS_GD: u32 = 4; constant LITUSE_ALPHA_TLS_LDM (line 1447) | pub const LITUSE_ALPHA_TLS_LDM: u32 = 5; constant DT_ALPHA_PLTRO (line 1448) | pub const DT_ALPHA_PLTRO: u32 = 1879048192; constant DT_ALPHA_NUM (line 1449) | pub const DT_ALPHA_NUM: u32 = 1; constant EF_PPC_EMB (line 1450) | pub const EF_PPC_EMB: u32 = 2147483648; constant EF_PPC_RELOCATABLE (line 1451) | pub const EF_PPC_RELOCATABLE: u32 = 65536; constant EF_PPC_RELOCATABLE_LIB (line 1452) | pub const EF_PPC_RELOCATABLE_LIB: u32 = 32768; constant R_PPC_NONE (line 1453) | pub const R_PPC_NONE: u32 = 0; constant R_PPC_ADDR32 (line 1454) | pub const R_PPC_ADDR32: u32 = 1; constant R_PPC_ADDR24 (line 1455) | pub const R_PPC_ADDR24: u32 = 2; constant R_PPC_ADDR16 (line 1456) | pub const R_PPC_ADDR16: u32 = 3; constant R_PPC_ADDR16_LO (line 1457) | pub const R_PPC_ADDR16_LO: u32 = 4; constant R_PPC_ADDR16_HI (line 1458) | pub const R_PPC_ADDR16_HI: u32 = 5; constant R_PPC_ADDR16_HA (line 1459) | pub const R_PPC_ADDR16_HA: u32 = 6; constant R_PPC_ADDR14 (line 1460) | pub const R_PPC_ADDR14: u32 = 7; constant R_PPC_ADDR14_BRTAKEN (line 1461) | pub const R_PPC_ADDR14_BRTAKEN: u32 = 8; constant R_PPC_ADDR14_BRNTAKEN (line 1462) | pub const R_PPC_ADDR14_BRNTAKEN: u32 = 9; constant R_PPC_REL24 (line 1463) | pub const R_PPC_REL24: u32 = 10; constant R_PPC_REL14 (line 1464) | pub const R_PPC_REL14: u32 = 11; constant R_PPC_REL14_BRTAKEN (line 1465) | pub const R_PPC_REL14_BRTAKEN: u32 = 12; constant R_PPC_REL14_BRNTAKEN (line 1466) | pub const R_PPC_REL14_BRNTAKEN: u32 = 13; constant R_PPC_GOT16 (line 1467) | pub const R_PPC_GOT16: u32 = 14; constant R_PPC_GOT16_LO (line 1468) | pub const R_PPC_GOT16_LO: u32 = 15; constant R_PPC_GOT16_HI (line 1469) | pub const R_PPC_GOT16_HI: u32 = 16; constant R_PPC_GOT16_HA (line 1470) | pub const R_PPC_GOT16_HA: u32 = 17; constant R_PPC_PLTREL24 (line 1471) | pub const R_PPC_PLTREL24: u32 = 18; constant R_PPC_COPY (line 1472) | pub const R_PPC_COPY: u32 = 19; constant R_PPC_GLOB_DAT (line 1473) | pub const R_PPC_GLOB_DAT: u32 = 20; constant R_PPC_JMP_SLOT (line 1474) | pub const R_PPC_JMP_SLOT: u32 = 21; constant R_PPC_RELATIVE (line 1475) | pub const R_PPC_RELATIVE: u32 = 22; constant R_PPC_LOCAL24PC (line 1476) | pub const R_PPC_LOCAL24PC: u32 = 23; constant R_PPC_UADDR32 (line 1477) | pub const R_PPC_UADDR32: u32 = 24; constant R_PPC_UADDR16 (line 1478) | pub const R_PPC_UADDR16: u32 = 25; constant R_PPC_REL32 (line 1479) | pub const R_PPC_REL32: u32 = 26; constant R_PPC_PLT32 (line 1480) | pub const R_PPC_PLT32: u32 = 27; constant R_PPC_PLTREL32 (line 1481) | pub const R_PPC_PLTREL32: u32 = 28; constant R_PPC_PLT16_LO (line 1482) | pub const R_PPC_PLT16_LO: u32 = 29; constant R_PPC_PLT16_HI (line 1483) | pub const R_PPC_PLT16_HI: u32 = 30; constant R_PPC_PLT16_HA (line 1484) | pub const R_PPC_PLT16_HA: u32 = 31; constant R_PPC_SDAREL16 (line 1485) | pub const R_PPC_SDAREL16: u32 = 32; constant R_PPC_SECTOFF (line 1486) | pub const R_PPC_SECTOFF: u32 = 33; constant R_PPC_SECTOFF_LO (line 1487) | pub const R_PPC_SECTOFF_LO: u32 = 34; constant R_PPC_SECTOFF_HI (line 1488) | pub const R_PPC_SECTOFF_HI: u32 = 35; constant R_PPC_SECTOFF_HA (line 1489) | pub const R_PPC_SECTOFF_HA: u32 = 36; constant R_PPC_TLS (line 1490) | pub const R_PPC_TLS: u32 = 67; constant R_PPC_DTPMOD32 (line 1491) | pub const R_PPC_DTPMOD32: u32 = 68; constant R_PPC_TPREL16 (line 1492) | pub const R_PPC_TPREL16: u32 = 69; constant R_PPC_TPREL16_LO (line 1493) | pub const R_PPC_TPREL16_LO: u32 = 70; constant R_PPC_TPREL16_HI (line 1494) | pub const R_PPC_TPREL16_HI: u32 = 71; constant R_PPC_TPREL16_HA (line 1495) | pub const R_PPC_TPREL16_HA: u32 = 72; constant R_PPC_TPREL32 (line 1496) | pub const R_PPC_TPREL32: u32 = 73; constant R_PPC_DTPREL16 (line 1497) | pub const R_PPC_DTPREL16: u32 = 74; constant R_PPC_DTPREL16_LO (line 1498) | pub const R_PPC_DTPREL16_LO: u32 = 75; constant R_PPC_DTPREL16_HI (line 1499) | pub const R_PPC_DTPREL16_HI: u32 = 76; constant R_PPC_DTPREL16_HA (line 1500) | pub const R_PPC_DTPREL16_HA: u32 = 77; constant R_PPC_DTPREL32 (line 1501) | pub const R_PPC_DTPREL32: u32 = 78; constant R_PPC_GOT_TLSGD16 (line 1502) | pub const R_PPC_GOT_TLSGD16: u32 = 79; constant R_PPC_GOT_TLSGD16_LO (line 1503) | pub const R_PPC_GOT_TLSGD16_LO: u32 = 80; constant R_PPC_GOT_TLSGD16_HI (line 1504) | pub const R_PPC_GOT_TLSGD16_HI: u32 = 81; constant R_PPC_GOT_TLSGD16_HA (line 1505) | pub const R_PPC_GOT_TLSGD16_HA: u32 = 82; constant R_PPC_GOT_TLSLD16 (line 1506) | pub const R_PPC_GOT_TLSLD16: u32 = 83; constant R_PPC_GOT_TLSLD16_LO (line 1507) | pub const R_PPC_GOT_TLSLD16_LO: u32 = 84; constant R_PPC_GOT_TLSLD16_HI (line 1508) | pub const R_PPC_GOT_TLSLD16_HI: u32 = 85; constant R_PPC_GOT_TLSLD16_HA (line 1509) | pub const R_PPC_GOT_TLSLD16_HA: u32 = 86; constant R_PPC_GOT_TPREL16 (line 1510) | pub const R_PPC_GOT_TPREL16: u32 = 87; constant R_PPC_GOT_TPREL16_LO (line 1511) | pub const R_PPC_GOT_TPREL16_LO: u32 = 88; constant R_PPC_GOT_TPREL16_HI (line 1512) | pub const R_PPC_GOT_TPREL16_HI: u32 = 89; constant R_PPC_GOT_TPREL16_HA (line 1513) | pub const R_PPC_GOT_TPREL16_HA: u32 = 90; constant R_PPC_GOT_DTPREL16 (line 1514) | pub const R_PPC_GOT_DTPREL16: u32 = 91; constant R_PPC_GOT_DTPREL16_LO (line 1515) | pub const R_PPC_GOT_DTPREL16_LO: u32 = 92; constant R_PPC_GOT_DTPREL16_HI (line 1516) | pub const R_PPC_GOT_DTPREL16_HI: u32 = 93; constant R_PPC_GOT_DTPREL16_HA (line 1517) | pub const R_PPC_GOT_DTPREL16_HA: u32 = 94; constant R_PPC_TLSGD (line 1518) | pub const R_PPC_TLSGD: u32 = 95; constant R_PPC_TLSLD (line 1519) | pub const R_PPC_TLSLD: u32 = 96; constant R_PPC_EMB_NADDR32 (line 1520) | pub const R_PPC_EMB_NADDR32: u32 = 101; constant R_PPC_EMB_NADDR16 (line 1521) | pub const R_PPC_EMB_NADDR16: u32 = 102; constant R_PPC_EMB_NADDR16_LO (line 1522) | pub const R_PPC_EMB_NADDR16_LO: u32 = 103; constant R_PPC_EMB_NADDR16_HI (line 1523) | pub const R_PPC_EMB_NADDR16_HI: u32 = 104; constant R_PPC_EMB_NADDR16_HA (line 1524) | pub const R_PPC_EMB_NADDR16_HA: u32 = 105; constant R_PPC_EMB_SDAI16 (line 1525) | pub const R_PPC_EMB_SDAI16: u32 = 106; constant R_PPC_EMB_SDA2I16 (line 1526) | pub const R_PPC_EMB_SDA2I16: u32 = 107; constant R_PPC_EMB_SDA2REL (line 1527) | pub const R_PPC_EMB_SDA2REL: u32 = 108; constant R_PPC_EMB_SDA21 (line 1528) | pub const R_PPC_EMB_SDA21: u32 = 109; constant R_PPC_EMB_MRKREF (line 1529) | pub const R_PPC_EMB_MRKREF: u32 = 110; constant R_PPC_EMB_RELSEC16 (line 1530) | pub const R_PPC_EMB_RELSEC16: u32 = 111; constant R_PPC_EMB_RELST_LO (line 1531) | pub const R_PPC_EMB_RELST_LO: u32 = 112; constant R_PPC_EMB_RELST_HI (line 1532) | pub const R_PPC_EMB_RELST_HI: u32 = 113; constant R_PPC_EMB_RELST_HA (line 1533) | pub const R_PPC_EMB_RELST_HA: u32 = 114; constant R_PPC_EMB_BIT_FLD (line 1534) | pub const R_PPC_EMB_BIT_FLD: u32 = 115; constant R_PPC_EMB_RELSDA (line 1535) | pub const R_PPC_EMB_RELSDA: u32 = 116; constant R_PPC_DIAB_SDA21_LO (line 1536) | pub const R_PPC_DIAB_SDA21_LO: u32 = 180; constant R_PPC_DIAB_SDA21_HI (line 1537) | pub const R_PPC_DIAB_SDA21_HI: u32 = 181; constant R_PPC_DIAB_SDA21_HA (line 1538) | pub const R_PPC_DIAB_SDA21_HA: u32 = 182; constant R_PPC_DIAB_RELSDA_LO (line 1539) | pub const R_PPC_DIAB_RELSDA_LO: u32 = 183; constant R_PPC_DIAB_RELSDA_HI (line 1540) | pub const R_PPC_DIAB_RELSDA_HI: u32 = 184; constant R_PPC_DIAB_RELSDA_HA (line 1541) | pub const R_PPC_DIAB_RELSDA_HA: u32 = 185; constant R_PPC_IRELATIVE (line 1542) | pub const R_PPC_IRELATIVE: u32 = 248; constant R_PPC_REL16 (line 1543) | pub const R_PPC_REL16: u32 = 249; constant R_PPC_REL16_LO (line 1544) | pub const R_PPC_REL16_LO: u32 = 250; constant R_PPC_REL16_HI (line 1545) | pub const R_PPC_REL16_HI: u32 = 251; constant R_PPC_REL16_HA (line 1546) | pub const R_PPC_REL16_HA: u32 = 252; constant R_PPC_TOC16 (line 1547) | pub const R_PPC_TOC16: u32 = 255; constant DT_PPC_GOT (line 1548) | pub const DT_PPC_GOT: u32 = 1879048192; constant DT_PPC_OPT (line 1549) | pub const DT_PPC_OPT: u32 = 1879048193; constant DT_PPC_NUM (line 1550) | pub const DT_PPC_NUM: u32 = 2; constant PPC_OPT_TLS (line 1551) | pub const PPC_OPT_TLS: u32 = 1; constant R_PPC64_NONE (line 1552) | pub const R_PPC64_NONE: u32 = 0; constant R_PPC64_ADDR32 (line 1553) | pub const R_PPC64_ADDR32: u32 = 1; constant R_PPC64_ADDR24 (line 1554) | pub const R_PPC64_ADDR24: u32 = 2; constant R_PPC64_ADDR16 (line 1555) | pub const R_PPC64_ADDR16: u32 = 3; constant R_PPC64_ADDR16_LO (line 1556) | pub const R_PPC64_ADDR16_LO: u32 = 4; constant R_PPC64_ADDR16_HI (line 1557) | pub const R_PPC64_ADDR16_HI: u32 = 5; constant R_PPC64_ADDR16_HA (line 1558) | pub const R_PPC64_ADDR16_HA: u32 = 6; constant R_PPC64_ADDR14 (line 1559) | pub const R_PPC64_ADDR14: u32 = 7; constant R_PPC64_ADDR14_BRTAKEN (line 1560) | pub const R_PPC64_ADDR14_BRTAKEN: u32 = 8; constant R_PPC64_ADDR14_BRNTAKEN (line 1561) | pub const R_PPC64_ADDR14_BRNTAKEN: u32 = 9; constant R_PPC64_REL24 (line 1562) | pub const R_PPC64_REL24: u32 = 10; constant R_PPC64_REL14 (line 1563) | pub const R_PPC64_REL14: u32 = 11; constant R_PPC64_REL14_BRTAKEN (line 1564) | pub const R_PPC64_REL14_BRTAKEN: u32 = 12; constant R_PPC64_REL14_BRNTAKEN (line 1565) | pub const R_PPC64_REL14_BRNTAKEN: u32 = 13; constant R_PPC64_GOT16 (line 1566) | pub const R_PPC64_GOT16: u32 = 14; constant R_PPC64_GOT16_LO (line 1567) | pub const R_PPC64_GOT16_LO: u32 = 15; constant R_PPC64_GOT16_HI (line 1568) | pub const R_PPC64_GOT16_HI: u32 = 16; constant R_PPC64_GOT16_HA (line 1569) | pub const R_PPC64_GOT16_HA: u32 = 17; constant R_PPC64_COPY (line 1570) | pub const R_PPC64_COPY: u32 = 19; constant R_PPC64_GLOB_DAT (line 1571) | pub const R_PPC64_GLOB_DAT: u32 = 20; constant R_PPC64_JMP_SLOT (line 1572) | pub const R_PPC64_JMP_SLOT: u32 = 21; constant R_PPC64_RELATIVE (line 1573) | pub const R_PPC64_RELATIVE: u32 = 22; constant R_PPC64_UADDR32 (line 1574) | pub const R_PPC64_UADDR32: u32 = 24; constant R_PPC64_UADDR16 (line 1575) | pub const R_PPC64_UADDR16: u32 = 25; constant R_PPC64_REL32 (line 1576) | pub const R_PPC64_REL32: u32 = 26; constant R_PPC64_PLT32 (line 1577) | pub const R_PPC64_PLT32: u32 = 27; constant R_PPC64_PLTREL32 (line 1578) | pub const R_PPC64_PLTREL32: u32 = 28; constant R_PPC64_PLT16_LO (line 1579) | pub const R_PPC64_PLT16_LO: u32 = 29; constant R_PPC64_PLT16_HI (line 1580) | pub const R_PPC64_PLT16_HI: u32 = 30; constant R_PPC64_PLT16_HA (line 1581) | pub const R_PPC64_PLT16_HA: u32 = 31; constant R_PPC64_SECTOFF (line 1582) | pub const R_PPC64_SECTOFF: u32 = 33; constant R_PPC64_SECTOFF_LO (line 1583) | pub const R_PPC64_SECTOFF_LO: u32 = 34; constant R_PPC64_SECTOFF_HI (line 1584) | pub const R_PPC64_SECTOFF_HI: u32 = 35; constant R_PPC64_SECTOFF_HA (line 1585) | pub const R_PPC64_SECTOFF_HA: u32 = 36; constant R_PPC64_ADDR30 (line 1586) | pub const R_PPC64_ADDR30: u32 = 37; constant R_PPC64_ADDR64 (line 1587) | pub const R_PPC64_ADDR64: u32 = 38; constant R_PPC64_ADDR16_HIGHER (line 1588) | pub const R_PPC64_ADDR16_HIGHER: u32 = 39; constant R_PPC64_ADDR16_HIGHERA (line 1589) | pub const R_PPC64_ADDR16_HIGHERA: u32 = 40; constant R_PPC64_ADDR16_HIGHEST (line 1590) | pub const R_PPC64_ADDR16_HIGHEST: u32 = 41; constant R_PPC64_ADDR16_HIGHESTA (line 1591) | pub const R_PPC64_ADDR16_HIGHESTA: u32 = 42; constant R_PPC64_UADDR64 (line 1592) | pub const R_PPC64_UADDR64: u32 = 43; constant R_PPC64_REL64 (line 1593) | pub const R_PPC64_REL64: u32 = 44; constant R_PPC64_PLT64 (line 1594) | pub const R_PPC64_PLT64: u32 = 45; constant R_PPC64_PLTREL64 (line 1595) | pub const R_PPC64_PLTREL64: u32 = 46; constant R_PPC64_TOC16 (line 1596) | pub const R_PPC64_TOC16: u32 = 47; constant R_PPC64_TOC16_LO (line 1597) | pub const R_PPC64_TOC16_LO: u32 = 48; constant R_PPC64_TOC16_HI (line 1598) | pub const R_PPC64_TOC16_HI: u32 = 49; constant R_PPC64_TOC16_HA (line 1599) | pub const R_PPC64_TOC16_HA: u32 = 50; constant R_PPC64_TOC (line 1600) | pub const R_PPC64_TOC: u32 = 51; constant R_PPC64_PLTGOT16 (line 1601) | pub const R_PPC64_PLTGOT16: u32 = 52; constant R_PPC64_PLTGOT16_LO (line 1602) | pub const R_PPC64_PLTGOT16_LO: u32 = 53; constant R_PPC64_PLTGOT16_HI (line 1603) | pub const R_PPC64_PLTGOT16_HI: u32 = 54; constant R_PPC64_PLTGOT16_HA (line 1604) | pub const R_PPC64_PLTGOT16_HA: u32 = 55; constant R_PPC64_ADDR16_DS (line 1605) | pub const R_PPC64_ADDR16_DS: u32 = 56; constant R_PPC64_ADDR16_LO_DS (line 1606) | pub const R_PPC64_ADDR16_LO_DS: u32 = 57; constant R_PPC64_GOT16_DS (line 1607) | pub const R_PPC64_GOT16_DS: u32 = 58; constant R_PPC64_GOT16_LO_DS (line 1608) | pub const R_PPC64_GOT16_LO_DS: u32 = 59; constant R_PPC64_PLT16_LO_DS (line 1609) | pub const R_PPC64_PLT16_LO_DS: u32 = 60; constant R_PPC64_SECTOFF_DS (line 1610) | pub const R_PPC64_SECTOFF_DS: u32 = 61; constant R_PPC64_SECTOFF_LO_DS (line 1611) | pub const R_PPC64_SECTOFF_LO_DS: u32 = 62; constant R_PPC64_TOC16_DS (line 1612) | pub const R_PPC64_TOC16_DS: u32 = 63; constant R_PPC64_TOC16_LO_DS (line 1613) | pub const R_PPC64_TOC16_LO_DS: u32 = 64; constant R_PPC64_PLTGOT16_DS (line 1614) | pub const R_PPC64_PLTGOT16_DS: u32 = 65; constant R_PPC64_PLTGOT16_LO_DS (line 1615) | pub const R_PPC64_PLTGOT16_LO_DS: u32 = 66; constant R_PPC64_TLS (line 1616) | pub const R_PPC64_TLS: u32 = 67; constant R_PPC64_DTPMOD64 (line 1617) | pub const R_PPC64_DTPMOD64: u32 = 68; constant R_PPC64_TPREL16 (line 1618) | pub const R_PPC64_TPREL16: u32 = 69; constant R_PPC64_TPREL16_LO (line 1619) | pub const R_PPC64_TPREL16_LO: u32 = 70; constant R_PPC64_TPREL16_HI (line 1620) | pub const R_PPC64_TPREL16_HI: u32 = 71; constant R_PPC64_TPREL16_HA (line 1621) | pub const R_PPC64_TPREL16_HA: u32 = 72; constant R_PPC64_TPREL64 (line 1622) | pub const R_PPC64_TPREL64: u32 = 73; constant R_PPC64_DTPREL16 (line 1623) | pub const R_PPC64_DTPREL16: u32 = 74; constant R_PPC64_DTPREL16_LO (line 1624) | pub const R_PPC64_DTPREL16_LO: u32 = 75; constant R_PPC64_DTPREL16_HI (line 1625) | pub const R_PPC64_DTPREL16_HI: u32 = 76; constant R_PPC64_DTPREL16_HA (line 1626) | pub const R_PPC64_DTPREL16_HA: u32 = 77; constant R_PPC64_DTPREL64 (line 1627) | pub const R_PPC64_DTPREL64: u32 = 78; constant R_PPC64_GOT_TLSGD16 (line 1628) | pub const R_PPC64_GOT_TLSGD16: u32 = 79; constant R_PPC64_GOT_TLSGD16_LO (line 1629) | pub const R_PPC64_GOT_TLSGD16_LO: u32 = 80; constant R_PPC64_GOT_TLSGD16_HI (line 1630) | pub const R_PPC64_GOT_TLSGD16_HI: u32 = 81; constant R_PPC64_GOT_TLSGD16_HA (line 1631) | pub const R_PPC64_GOT_TLSGD16_HA: u32 = 82; constant R_PPC64_GOT_TLSLD16 (line 1632) | pub const R_PPC64_GOT_TLSLD16: u32 = 83; constant R_PPC64_GOT_TLSLD16_LO (line 1633) | pub const R_PPC64_GOT_TLSLD16_LO: u32 = 84; constant R_PPC64_GOT_TLSLD16_HI (line 1634) | pub const R_PPC64_GOT_TLSLD16_HI: u32 = 85; constant R_PPC64_GOT_TLSLD16_HA (line 1635) | pub const R_PPC64_GOT_TLSLD16_HA: u32 = 86; constant R_PPC64_GOT_TPREL16_DS (line 1636) | pub const R_PPC64_GOT_TPREL16_DS: u32 = 87; constant R_PPC64_GOT_TPREL16_LO_DS (line 1637) | pub const R_PPC64_GOT_TPREL16_LO_DS: u32 = 88; constant R_PPC64_GOT_TPREL16_HI (line 1638) | pub const R_PPC64_GOT_TPREL16_HI: u32 = 89; constant R_PPC64_GOT_TPREL16_HA (line 1639) | pub const R_PPC64_GOT_TPREL16_HA: u32 = 90; constant R_PPC64_GOT_DTPREL16_DS (line 1640) | pub const R_PPC64_GOT_DTPREL16_DS: u32 = 91; constant R_PPC64_GOT_DTPREL16_LO_DS (line 1641) | pub const R_PPC64_GOT_DTPREL16_LO_DS: u32 = 92; constant R_PPC64_GOT_DTPREL16_HI (line 1642) | pub const R_PPC64_GOT_DTPREL16_HI: u32 = 93; constant R_PPC64_GOT_DTPREL16_HA (line 1643) | pub const R_PPC64_GOT_DTPREL16_HA: u32 = 94; constant R_PPC64_TPREL16_DS (line 1644) | pub const R_PPC64_TPREL16_DS: u32 = 95; constant R_PPC64_TPREL16_LO_DS (line 1645) | pub const R_PPC64_TPREL16_LO_DS: u32 = 96; constant R_PPC64_TPREL16_HIGHER (line 1646) | pub const R_PPC64_TPREL16_HIGHER: u32 = 97; constant R_PPC64_TPREL16_HIGHERA (line 1647) | pub const R_PPC64_TPREL16_HIGHERA: u32 = 98; constant R_PPC64_TPREL16_HIGHEST (line 1648) | pub const R_PPC64_TPREL16_HIGHEST: u32 = 99; constant R_PPC64_TPREL16_HIGHESTA (line 1649) | pub const R_PPC64_TPREL16_HIGHESTA: u32 = 100; constant R_PPC64_DTPREL16_DS (line 1650) | pub const R_PPC64_DTPREL16_DS: u32 = 101; constant R_PPC64_DTPREL16_LO_DS (line 1651) | pub const R_PPC64_DTPREL16_LO_DS: u32 = 102; constant R_PPC64_DTPREL16_HIGHER (line 1652) | pub const R_PPC64_DTPREL16_HIGHER: u32 = 103; constant R_PPC64_DTPREL16_HIGHERA (line 1653) | pub const R_PPC64_DTPREL16_HIGHERA: u32 = 104; constant R_PPC64_DTPREL16_HIGHEST (line 1654) | pub const R_PPC64_DTPREL16_HIGHEST: u32 = 105; constant R_PPC64_DTPREL16_HIGHESTA (line 1655) | pub const R_PPC64_DTPREL16_HIGHESTA: u32 = 106; constant R_PPC64_TLSGD (line 1656) | pub const R_PPC64_TLSGD: u32 = 107; constant R_PPC64_TLSLD (line 1657) | pub const R_PPC64_TLSLD: u32 = 108; constant R_PPC64_TOCSAVE (line 1658) | pub const R_PPC64_TOCSAVE: u32 = 109; constant R_PPC64_ADDR16_HIGH (line 1659) | pub const R_PPC64_ADDR16_HIGH: u32 = 110; constant R_PPC64_ADDR16_HIGHA (line 1660) | pub const R_PPC64_ADDR16_HIGHA: u32 = 111; constant R_PPC64_TPREL16_HIGH (line 1661) | pub const R_PPC64_TPREL16_HIGH: u32 = 112; constant R_PPC64_TPREL16_HIGHA (line 1662) | pub const R_PPC64_TPREL16_HIGHA: u32 = 113; constant R_PPC64_DTPREL16_HIGH (line 1663) | pub const R_PPC64_DTPREL16_HIGH: u32 = 114; constant R_PPC64_DTPREL16_HIGHA (line 1664) | pub const R_PPC64_DTPREL16_HIGHA: u32 = 115; constant R_PPC64_JMP_IREL (line 1665) | pub const R_PPC64_JMP_IREL: u32 = 247; constant R_PPC64_IRELATIVE (line 1666) | pub const R_PPC64_IRELATIVE: u32 = 248; constant R_PPC64_REL16 (line 1667) | pub const R_PPC64_REL16: u32 = 249; constant R_PPC64_REL16_LO (line 1668) | pub const R_PPC64_REL16_LO: u32 = 250; constant R_PPC64_REL16_HI (line 1669) | pub const R_PPC64_REL16_HI: u32 = 251; constant R_PPC64_REL16_HA (line 1670) | pub const R_PPC64_REL16_HA: u32 = 252; constant EF_PPC64_ABI (line 1671) | pub const EF_PPC64_ABI: u32 = 3; constant DT_PPC64_GLINK (line 1672) | pub const DT_PPC64_GLINK: u32 = 1879048192; constant DT_PPC64_OPD (line 1673) | pub const DT_PPC64_OPD: u32 = 1879048193; constant DT_PPC64_OPDSZ (line 1674) | pub const DT_PPC64_OPDSZ: u32 = 1879048194; constant DT_PPC64_OPT (line 1675) | pub const DT_PPC64_OPT: u32 = 1879048195; constant DT_PPC64_NUM (line 1676) | pub const DT_PPC64_NUM: u32 = 4; constant PPC64_OPT_TLS (line 1677) | pub const PPC64_OPT_TLS: u32 = 1; constant PPC64_OPT_MULTI_TOC (line 1678) | pub const PPC64_OPT_MULTI_TOC: u32 = 2; constant PPC64_OPT_LOCALENTRY (line 1679) | pub const PPC64_OPT_LOCALENTRY: u32 = 4; constant STO_PPC64_LOCAL_BIT (line 1680) | pub const STO_PPC64_LOCAL_BIT: u32 = 5; constant STO_PPC64_LOCAL_MASK (line 1681) | pub const STO_PPC64_LOCAL_MASK: u32 = 224; constant EF_ARM_RELEXEC (line 1682) | pub const EF_ARM_RELEXEC: u32 = 1; constant EF_ARM_HASENTRY (line 1683) | pub const EF_ARM_HASENTRY: u32 = 2; constant EF_ARM_INTERWORK (line 1684) | pub const EF_ARM_INTERWORK: u32 = 4; constant EF_ARM_APCS_26 (line 1685) | pub const EF_ARM_APCS_26: u32 = 8; constant EF_ARM_APCS_FLOAT (line 1686) | pub const EF_ARM_APCS_FLOAT: u32 = 16; constant EF_ARM_PIC (line 1687) | pub const EF_ARM_PIC: u32 = 32; constant EF_ARM_ALIGN8 (line 1688) | pub const EF_ARM_ALIGN8: u32 = 64; constant EF_ARM_NEW_ABI (line 1689) | pub const EF_ARM_NEW_ABI: u32 = 128; constant EF_ARM_OLD_ABI (line 1690) | pub const EF_ARM_OLD_ABI: u32 = 256; constant EF_ARM_SOFT_FLOAT (line 1691) | pub const EF_ARM_SOFT_FLOAT: u32 = 512; constant EF_ARM_VFP_FLOAT (line 1692) | pub const EF_ARM_VFP_FLOAT: u32 = 1024; constant EF_ARM_MAVERICK_FLOAT (line 1693) | pub const EF_ARM_MAVERICK_FLOAT: u32 = 2048; constant EF_ARM_ABI_FLOAT_SOFT (line 1694) | pub const EF_ARM_ABI_FLOAT_SOFT: u32 = 512; constant EF_ARM_ABI_FLOAT_HARD (line 1695) | pub const EF_ARM_ABI_FLOAT_HARD: u32 = 1024; constant EF_ARM_SYMSARESORTED (line 1696) | pub const EF_ARM_SYMSARESORTED: u32 = 4; constant EF_ARM_DYNSYMSUSESEGIDX (line 1697) | pub const EF_ARM_DYNSYMSUSESEGIDX: u32 = 8; constant EF_ARM_MAPSYMSFIRST (line 1698) | pub const EF_ARM_MAPSYMSFIRST: u32 = 16; constant EF_ARM_BE8 (line 1699) | pub const EF_ARM_BE8: u32 = 8388608; constant EF_ARM_LE8 (line 1700) | pub const EF_ARM_LE8: u32 = 4194304; constant EF_ARM_EABI_UNKNOWN (line 1701) | pub const EF_ARM_EABI_UNKNOWN: u32 = 0; constant EF_ARM_EABI_VER1 (line 1702) | pub const EF_ARM_EABI_VER1: u32 = 16777216; constant EF_ARM_EABI_VER2 (line 1703) | pub const EF_ARM_EABI_VER2: u32 = 33554432; constant EF_ARM_EABI_VER3 (line 1704) | pub const EF_ARM_EABI_VER3: u32 = 50331648; constant EF_ARM_EABI_VER4 (line 1705) | pub const EF_ARM_EABI_VER4: u32 = 67108864; constant EF_ARM_EABI_VER5 (line 1706) | pub const EF_ARM_EABI_VER5: u32 = 83886080; constant STT_ARM_TFUNC (line 1707) | pub const STT_ARM_TFUNC: u32 = 13; constant STT_ARM_16BIT (line 1708) | pub const STT_ARM_16BIT: u32 = 15; constant SHF_ARM_ENTRYSECT (line 1709) | pub const SHF_ARM_ENTRYSECT: u32 = 268435456; constant SHF_ARM_COMDEF (line 1710) | pub const SHF_ARM_COMDEF: u32 = 2147483648; constant PF_ARM_SB (line 1711) | pub const PF_ARM_SB: u32 = 268435456; constant PF_ARM_PI (line 1712) | pub const PF_ARM_PI: u32 = 536870912; constant PF_ARM_ABS (line 1713) | pub const PF_ARM_ABS: u32 = 1073741824; constant PT_ARM_EXIDX (line 1714) | pub const PT_ARM_EXIDX: u32 = 1879048193; constant SHT_ARM_EXIDX (line 1715) | pub const SHT_ARM_EXIDX: u32 = 1879048193; constant SHT_ARM_PREEMPTMAP (line 1716) | pub const SHT_ARM_PREEMPTMAP: u32 = 1879048194; constant SHT_ARM_ATTRIBUTES (line 1717) | pub const SHT_ARM_ATTRIBUTES: u32 = 1879048195; constant R_AARCH64_NONE (line 1718) | pub const R_AARCH64_NONE: u32 = 0; constant R_AARCH64_P32_ABS32 (line 1719) | pub const R_AARCH64_P32_ABS32: u32 = 1; constant R_AARCH64_P32_COPY (line 1720) | pub const R_AARCH64_P32_COPY: u32 = 180; constant R_AARCH64_P32_GLOB_DAT (line 1721) | pub const R_AARCH64_P32_GLOB_DAT: u32 = 181; constant R_AARCH64_P32_JUMP_SLOT (line 1722) | pub const R_AARCH64_P32_JUMP_SLOT: u32 = 182; constant R_AARCH64_P32_RELATIVE (line 1723) | pub const R_AARCH64_P32_RELATIVE: u32 = 183; constant R_AARCH64_P32_TLS_DTPMOD (line 1724) | pub const R_AARCH64_P32_TLS_DTPMOD: u32 = 184; constant R_AARCH64_P32_TLS_DTPREL (line 1725) | pub const R_AARCH64_P32_TLS_DTPREL: u32 = 185; constant R_AARCH64_P32_TLS_TPREL (line 1726) | pub const R_AARCH64_P32_TLS_TPREL: u32 = 186; constant R_AARCH64_P32_TLSDESC (line 1727) | pub const R_AARCH64_P32_TLSDESC: u32 = 187; constant R_AARCH64_P32_IRELATIVE (line 1728) | pub const R_AARCH64_P32_IRELATIVE: u32 = 188; constant R_AARCH64_ABS64 (line 1729) | pub const R_AARCH64_ABS64: u32 = 257; constant R_AARCH64_ABS32 (line 1730) | pub const R_AARCH64_ABS32: u32 = 258; constant R_AARCH64_ABS16 (line 1731) | pub const R_AARCH64_ABS16: u32 = 259; constant R_AARCH64_PREL64 (line 1732) | pub const R_AARCH64_PREL64: u32 = 260; constant R_AARCH64_PREL32 (line 1733) | pub const R_AARCH64_PREL32: u32 = 261; constant R_AARCH64_PREL16 (line 1734) | pub const R_AARCH64_PREL16: u32 = 262; constant R_AARCH64_MOVW_UABS_G0 (line 1735) | pub const R_AARCH64_MOVW_UABS_G0: u32 = 263; constant R_AARCH64_MOVW_UABS_G0_NC (line 1736) | pub const R_AARCH64_MOVW_UABS_G0_NC: u32 = 264; constant R_AARCH64_MOVW_UABS_G1 (line 1737) | pub const R_AARCH64_MOVW_UABS_G1: u32 = 265; constant R_AARCH64_MOVW_UABS_G1_NC (line 1738) | pub const R_AARCH64_MOVW_UABS_G1_NC: u32 = 266; constant R_AARCH64_MOVW_UABS_G2 (line 1739) | pub const R_AARCH64_MOVW_UABS_G2: u32 = 267; constant R_AARCH64_MOVW_UABS_G2_NC (line 1740) | pub const R_AARCH64_MOVW_UABS_G2_NC: u32 = 268; constant R_AARCH64_MOVW_UABS_G3 (line 1741) | pub const R_AARCH64_MOVW_UABS_G3: u32 = 269; constant R_AARCH64_MOVW_SABS_G0 (line 1742) | pub const R_AARCH64_MOVW_SABS_G0: u32 = 270; constant R_AARCH64_MOVW_SABS_G1 (line 1743) | pub const R_AARCH64_MOVW_SABS_G1: u32 = 271; constant R_AARCH64_MOVW_SABS_G2 (line 1744) | pub const R_AARCH64_MOVW_SABS_G2: u32 = 272; constant R_AARCH64_LD_PREL_LO19 (line 1745) | pub const R_AARCH64_LD_PREL_LO19: u32 = 273; constant R_AARCH64_ADR_PREL_LO21 (line 1746) | pub const R_AARCH64_ADR_PREL_LO21: u32 = 274; constant R_AARCH64_ADR_PREL_PG_HI21 (line 1747) | pub const R_AARCH64_ADR_PREL_PG_HI21: u32 = 275; constant R_AARCH64_ADR_PREL_PG_HI21_NC (line 1748) | pub const R_AARCH64_ADR_PREL_PG_HI21_NC: u32 = 276; constant R_AARCH64_ADD_ABS_LO12_NC (line 1749) | pub const R_AARCH64_ADD_ABS_LO12_NC: u32 = 277; constant R_AARCH64_LDST8_ABS_LO12_NC (line 1750) | pub const R_AARCH64_LDST8_ABS_LO12_NC: u32 = 278; constant R_AARCH64_TSTBR14 (line 1751) | pub const R_AARCH64_TSTBR14: u32 = 279; constant R_AARCH64_CONDBR19 (line 1752) | pub const R_AARCH64_CONDBR19: u32 = 280; constant R_AARCH64_JUMP26 (line 1753) | pub const R_AARCH64_JUMP26: u32 = 282; constant R_AARCH64_CALL26 (line 1754) | pub const R_AARCH64_CALL26: u32 = 283; constant R_AARCH64_LDST16_ABS_LO12_NC (line 1755) | pub const R_AARCH64_LDST16_ABS_LO12_NC: u32 = 284; constant R_AARCH64_LDST32_ABS_LO12_NC (line 1756) | pub const R_AARCH64_LDST32_ABS_LO12_NC: u32 = 285; constant R_AARCH64_LDST64_ABS_LO12_NC (line 1757) | pub const R_AARCH64_LDST64_ABS_LO12_NC: u32 = 286; constant R_AARCH64_MOVW_PREL_G0 (line 1758) | pub const R_AARCH64_MOVW_PREL_G0: u32 = 287; constant R_AARCH64_MOVW_PREL_G0_NC (line 1759) | pub const R_AARCH64_MOVW_PREL_G0_NC: u32 = 288; constant R_AARCH64_MOVW_PREL_G1 (line 1760) | pub const R_AARCH64_MOVW_PREL_G1: u32 = 289; constant R_AARCH64_MOVW_PREL_G1_NC (line 1761) | pub const R_AARCH64_MOVW_PREL_G1_NC: u32 = 290; constant R_AARCH64_MOVW_PREL_G2 (line 1762) | pub const R_AARCH64_MOVW_PREL_G2: u32 = 291; constant R_AARCH64_MOVW_PREL_G2_NC (line 1763) | pub const R_AARCH64_MOVW_PREL_G2_NC: u32 = 292; constant R_AARCH64_MOVW_PREL_G3 (line 1764) | pub const R_AARCH64_MOVW_PREL_G3: u32 = 293; constant R_AARCH64_LDST128_ABS_LO12_NC (line 1765) | pub const R_AARCH64_LDST128_ABS_LO12_NC: u32 = 299; constant R_AARCH64_MOVW_GOTOFF_G0 (line 1766) | pub const R_AARCH64_MOVW_GOTOFF_G0: u32 = 300; constant R_AARCH64_MOVW_GOTOFF_G0_NC (line 1767) | pub const R_AARCH64_MOVW_GOTOFF_G0_NC: u32 = 301; constant R_AARCH64_MOVW_GOTOFF_G1 (line 1768) | pub const R_AARCH64_MOVW_GOTOFF_G1: u32 = 302; constant R_AARCH64_MOVW_GOTOFF_G1_NC (line 1769) | pub const R_AARCH64_MOVW_GOTOFF_G1_NC: u32 = 303; constant R_AARCH64_MOVW_GOTOFF_G2 (line 1770) | pub const R_AARCH64_MOVW_GOTOFF_G2: u32 = 304; constant R_AARCH64_MOVW_GOTOFF_G2_NC (line 1771) | pub const R_AARCH64_MOVW_GOTOFF_G2_NC: u32 = 305; constant R_AARCH64_MOVW_GOTOFF_G3 (line 1772) | pub const R_AARCH64_MOVW_GOTOFF_G3: u32 = 306; constant R_AARCH64_GOTREL64 (line 1773) | pub const R_AARCH64_GOTREL64: u32 = 307; constant R_AARCH64_GOTREL32 (line 1774) | pub const R_AARCH64_GOTREL32: u32 = 308; constant R_AARCH64_GOT_LD_PREL19 (line 1775) | pub const R_AARCH64_GOT_LD_PREL19: u32 = 309; constant R_AARCH64_LD64_GOTOFF_LO15 (line 1776) | pub const R_AARCH64_LD64_GOTOFF_LO15: u32 = 310; constant R_AARCH64_ADR_GOT_PAGE (line 1777) | pub const R_AARCH64_ADR_GOT_PAGE: u32 = 311; constant R_AARCH64_LD64_GOT_LO12_NC (line 1778) | pub const R_AARCH64_LD64_GOT_LO12_NC: u32 = 312; constant R_AARCH64_LD64_GOTPAGE_LO15 (line 1779) | pub const R_AARCH64_LD64_GOTPAGE_LO15: u32 = 313; constant R_AARCH64_TLSGD_ADR_PREL21 (line 1780) | pub const R_AARCH64_TLSGD_ADR_PREL21: u32 = 512; constant R_AARCH64_TLSGD_ADR_PAGE21 (line 1781) | pub const R_AARCH64_TLSGD_ADR_PAGE21: u32 = 513; constant R_AARCH64_TLSGD_ADD_LO12_NC (line 1782) | pub const R_AARCH64_TLSGD_ADD_LO12_NC: u32 = 514; constant R_AARCH64_TLSGD_MOVW_G1 (line 1783) | pub const R_AARCH64_TLSGD_MOVW_G1: u32 = 515; constant R_AARCH64_TLSGD_MOVW_G0_NC (line 1784) | pub const R_AARCH64_TLSGD_MOVW_G0_NC: u32 = 516; constant R_AARCH64_TLSLD_ADR_PREL21 (line 1785) | pub const R_AARCH64_TLSLD_ADR_PREL21: u32 = 517; constant R_AARCH64_TLSLD_ADR_PAGE21 (line 1786) | pub const R_AARCH64_TLSLD_ADR_PAGE21: u32 = 518; constant R_AARCH64_TLSLD_ADD_LO12_NC (line 1787) | pub const R_AARCH64_TLSLD_ADD_LO12_NC: u32 = 519; constant R_AARCH64_TLSLD_MOVW_G1 (line 1788) | pub const R_AARCH64_TLSLD_MOVW_G1: u32 = 520; constant R_AARCH64_TLSLD_MOVW_G0_NC (line 1789) | pub const R_AARCH64_TLSLD_MOVW_G0_NC: u32 = 521; constant R_AARCH64_TLSLD_LD_PREL19 (line 1790) | pub const R_AARCH64_TLSLD_LD_PREL19: u32 = 522; constant R_AARCH64_TLSLD_MOVW_DTPREL_G2 (line 1791) | pub const R_AARCH64_TLSLD_MOVW_DTPREL_G2: u32 = 523; constant R_AARCH64_TLSLD_MOVW_DTPREL_G1 (line 1792) | pub const R_AARCH64_TLSLD_MOVW_DTPREL_G1: u32 = 524; constant R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC (line 1793) | pub const R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC: u32 = 525; constant R_AARCH64_TLSLD_MOVW_DTPREL_G0 (line 1794) | pub const R_AARCH64_TLSLD_MOVW_DTPREL_G0: u32 = 526; constant R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC (line 1795) | pub const R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC: u32 = 527; constant R_AARCH64_TLSLD_ADD_DTPREL_HI12 (line 1796) | pub const R_AARCH64_TLSLD_ADD_DTPREL_HI12: u32 = 528; constant R_AARCH64_TLSLD_ADD_DTPREL_LO12 (line 1797) | pub const R_AARCH64_TLSLD_ADD_DTPREL_LO12: u32 = 529; constant R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC (line 1798) | pub const R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC: u32 = 530; constant R_AARCH64_TLSLD_LDST8_DTPREL_LO12 (line 1799) | pub const R_AARCH64_TLSLD_LDST8_DTPREL_LO12: u32 = 531; constant R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC (line 1800) | pub const R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC: u32 = 532; constant R_AARCH64_TLSLD_LDST16_DTPREL_LO12 (line 1801) | pub const R_AARCH64_TLSLD_LDST16_DTPREL_LO12: u32 = 533; constant R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC (line 1802) | pub const R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC: u32 = 534; constant R_AARCH64_TLSLD_LDST32_DTPREL_LO12 (line 1803) | pub const R_AARCH64_TLSLD_LDST32_DTPREL_LO12: u32 = 535; constant R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC (line 1804) | pub const R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC: u32 = 536; constant R_AARCH64_TLSLD_LDST64_DTPREL_LO12 (line 1805) | pub const R_AARCH64_TLSLD_LDST64_DTPREL_LO12: u32 = 537; constant R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC (line 1806) | pub const R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC: u32 = 538; constant R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 (line 1807) | pub const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1: u32 = 539; constant R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC (line 1808) | pub const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC: u32 = 540; constant R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 (line 1809) | pub const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21: u32 = 541; constant R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC (line 1810) | pub const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC: u32 = 542; constant R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 (line 1811) | pub const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19: u32 = 543; constant R_AARCH64_TLSLE_MOVW_TPREL_G2 (line 1812) | pub const R_AARCH64_TLSLE_MOVW_TPREL_G2: u32 = 544; constant R_AARCH64_TLSLE_MOVW_TPREL_G1 (line 1813) | pub const R_AARCH64_TLSLE_MOVW_TPREL_G1: u32 = 545; constant R_AARCH64_TLSLE_MOVW_TPREL_G1_NC (line 1814) | pub const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC: u32 = 546; constant R_AARCH64_TLSLE_MOVW_TPREL_G0 (line 1815) | pub const R_AARCH64_TLSLE_MOVW_TPREL_G0: u32 = 547; constant R_AARCH64_TLSLE_MOVW_TPREL_G0_NC (line 1816) | pub const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC: u32 = 548; constant R_AARCH64_TLSLE_ADD_TPREL_HI12 (line 1817) | pub const R_AARCH64_TLSLE_ADD_TPREL_HI12: u32 = 549; constant R_AARCH64_TLSLE_ADD_TPREL_LO12 (line 1818) | pub const R_AARCH64_TLSLE_ADD_TPREL_LO12: u32 = 550; constant R_AARCH64_TLSLE_ADD_TPREL_LO12_NC (line 1819) | pub const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC: u32 = 551; constant R_AARCH64_TLSLE_LDST8_TPREL_LO12 (line 1820) | pub const R_AARCH64_TLSLE_LDST8_TPREL_LO12: u32 = 552; constant R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC (line 1821) | pub const R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC: u32 = 553; constant R_AARCH64_TLSLE_LDST16_TPREL_LO12 (line 1822) | pub const R_AARCH64_TLSLE_LDST16_TPREL_LO12: u32 = 554; constant R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC (line 1823) | pub const R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC: u32 = 555; constant R_AARCH64_TLSLE_LDST32_TPREL_LO12 (line 1824) | pub const R_AARCH64_TLSLE_LDST32_TPREL_LO12: u32 = 556; constant R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC (line 1825) | pub const R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC: u32 = 557; constant R_AARCH64_TLSLE_LDST64_TPREL_LO12 (line 1826) | pub const R_AARCH64_TLSLE_LDST64_TPREL_LO12: u32 = 558; constant R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC (line 1827) | pub const R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC: u32 = 559; constant R_AARCH64_TLSDESC_LD_PREL19 (line 1828) | pub const R_AARCH64_TLSDESC_LD_PREL19: u32 = 560; constant R_AARCH64_TLSDESC_ADR_PREL21 (line 1829) | pub const R_AARCH64_TLSDESC_ADR_PREL21: u32 = 561; constant R_AARCH64_TLSDESC_ADR_PAGE21 (line 1830) | pub const R_AARCH64_TLSDESC_ADR_PAGE21: u32 = 562; constant R_AARCH64_TLSDESC_LD64_LO12 (line 1831) | pub const R_AARCH64_TLSDESC_LD64_LO12: u32 = 563; constant R_AARCH64_TLSDESC_ADD_LO12 (line 1832) | pub const R_AARCH64_TLSDESC_ADD_LO12: u32 = 564; constant R_AARCH64_TLSDESC_OFF_G1 (line 1833) | pub const R_AARCH64_TLSDESC_OFF_G1: u32 = 565; constant R_AARCH64_TLSDESC_OFF_G0_NC (line 1834) | pub const R_AARCH64_TLSDESC_OFF_G0_NC: u32 = 566; constant R_AARCH64_TLSDESC_LDR (line 1835) | pub const R_AARCH64_TLSDESC_LDR: u32 = 567; constant R_AARCH64_TLSDESC_ADD (line 1836) | pub const R_AARCH64_TLSDESC_ADD: u32 = 568; constant R_AARCH64_TLSDESC_CALL (line 1837) | pub const R_AARCH64_TLSDESC_CALL: u32 = 569; constant R_AARCH64_TLSLE_LDST128_TPREL_LO12 (line 1838) | pub const R_AARCH64_TLSLE_LDST128_TPREL_LO12: u32 = 570; constant R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC (line 1839) | pub const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC: u32 = 571; constant R_AARCH64_TLSLD_LDST128_DTPREL_LO12 (line 1840) | pub const R_AARCH64_TLSLD_LDST128_DTPREL_LO12: u32 = 572; constant R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC (line 1841) | pub const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC: u32 = 573; constant R_AARCH64_COPY (line 1842) | pub const R_AARCH64_COPY: u32 = 1024; constant R_AARCH64_GLOB_DAT (line 1843) | pub const R_AARCH64_GLOB_DAT: u32 = 1025; constant R_AARCH64_JUMP_SLOT (line 1844) | pub const R_AARCH64_JUMP_SLOT: u32 = 1026; constant R_AARCH64_RELATIVE (line 1845) | pub const R_AARCH64_RELATIVE: u32 = 1027; constant R_AARCH64_TLS_DTPMOD (line 1846) | pub const R_AARCH64_TLS_DTPMOD: u32 = 1028; constant R_AARCH64_TLS_DTPREL (line 1847) | pub const R_AARCH64_TLS_DTPREL: u32 = 1029; constant R_AARCH64_TLS_TPREL (line 1848) | pub const R_AARCH64_TLS_TPREL: u32 = 1030; constant R_AARCH64_TLSDESC (line 1849) | pub const R_AARCH64_TLSDESC: u32 = 1031; constant R_AARCH64_IRELATIVE (line 1850) | pub const R_AARCH64_IRELATIVE: u32 = 1032; constant R_ARM_NONE (line 1851) | pub const R_ARM_NONE: u32 = 0; constant R_ARM_PC24 (line 1852) | pub const R_ARM_PC24: u32 = 1; constant R_ARM_ABS32 (line 1853) | pub const R_ARM_ABS32: u32 = 2; constant R_ARM_REL32 (line 1854) | pub const R_ARM_REL32: u32 = 3; constant R_ARM_PC13 (line 1855) | pub const R_ARM_PC13: u32 = 4; constant R_ARM_ABS16 (line 1856) | pub const R_ARM_ABS16: u32 = 5; constant R_ARM_ABS12 (line 1857) | pub const R_ARM_ABS12: u32 = 6; constant R_ARM_THM_ABS5 (line 1858) | pub const R_ARM_THM_ABS5: u32 = 7; constant R_ARM_ABS8 (line 1859) | pub const R_ARM_ABS8: u32 = 8; constant R_ARM_SBREL32 (line 1860) | pub const R_ARM_SBREL32: u32 = 9; constant R_ARM_THM_PC22 (line 1861) | pub const R_ARM_THM_PC22: u32 = 10; constant R_ARM_THM_PC8 (line 1862) | pub const R_ARM_THM_PC8: u32 = 11; constant R_ARM_AMP_VCALL9 (line 1863) | pub const R_ARM_AMP_VCALL9: u32 = 12; constant R_ARM_SWI24 (line 1864) | pub const R_ARM_SWI24: u32 = 13; constant R_ARM_TLS_DESC (line 1865) | pub const R_ARM_TLS_DESC: u32 = 13; constant R_ARM_THM_SWI8 (line 1866) | pub const R_ARM_THM_SWI8: u32 = 14; constant R_ARM_XPC25 (line 1867) | pub const R_ARM_XPC25: u32 = 15; constant R_ARM_THM_XPC22 (line 1868) | pub const R_ARM_THM_XPC22: u32 = 16; constant R_ARM_TLS_DTPMOD32 (line 1869) | pub const R_ARM_TLS_DTPMOD32: u32 = 17; constant R_ARM_TLS_DTPOFF32 (line 1870) | pub const R_ARM_TLS_DTPOFF32: u32 = 18; constant R_ARM_TLS_TPOFF32 (line 1871) | pub const R_ARM_TLS_TPOFF32: u32 = 19; constant R_ARM_COPY (line 1872) | pub const R_ARM_COPY: u32 = 20; constant R_ARM_GLOB_DAT (line 1873) | pub const R_ARM_GLOB_DAT: u32 = 21; constant R_ARM_JUMP_SLOT (line 1874) | pub const R_ARM_JUMP_SLOT: u32 = 22; constant R_ARM_RELATIVE (line 1875) | pub const R_ARM_RELATIVE: u32 = 23; constant R_ARM_GOTOFF (line 1876) | pub const R_ARM_GOTOFF: u32 = 24; constant R_ARM_GOTPC (line 1877) | pub const R_ARM_GOTPC: u32 = 25; constant R_ARM_GOT32 (line 1878) | pub const R_ARM_GOT32: u32 = 26; constant R_ARM_PLT32 (line 1879) | pub const R_ARM_PLT32: u32 = 27; constant R_ARM_CALL (line 1880) | pub const R_ARM_CALL: u32 = 28; constant R_ARM_JUMP24 (line 1881) | pub const R_ARM_JUMP24: u32 = 29; constant R_ARM_THM_JUMP24 (line 1882) | pub const R_ARM_THM_JUMP24: u32 = 30; constant R_ARM_BASE_ABS (line 1883) | pub const R_ARM_BASE_ABS: u32 = 31; constant R_ARM_ALU_PCREL_7_0 (line 1884) | pub const R_ARM_ALU_PCREL_7_0: u32 = 32; constant R_ARM_ALU_PCREL_15_8 (line 1885) | pub const R_ARM_ALU_PCREL_15_8: u32 = 33; constant R_ARM_ALU_PCREL_23_15 (line 1886) | pub const R_ARM_ALU_PCREL_23_15: u32 = 34; constant R_ARM_LDR_SBREL_11_0 (line 1887) | pub const R_ARM_LDR_SBREL_11_0: u32 = 35; constant R_ARM_ALU_SBREL_19_12 (line 1888) | pub const R_ARM_ALU_SBREL_19_12: u32 = 36; constant R_ARM_ALU_SBREL_27_20 (line 1889) | pub const R_ARM_ALU_SBREL_27_20: u32 = 37; constant R_ARM_TARGET1 (line 1890) | pub const R_ARM_TARGET1: u32 = 38; constant R_ARM_SBREL31 (line 1891) | pub const R_ARM_SBREL31: u32 = 39; constant R_ARM_V4BX (line 1892) | pub const R_ARM_V4BX: u32 = 40; constant R_ARM_TARGET2 (line 1893) | pub const R_ARM_TARGET2: u32 = 41; constant R_ARM_PREL31 (line 1894) | pub const R_ARM_PREL31: u32 = 42; constant R_ARM_MOVW_ABS_NC (line 1895) | pub const R_ARM_MOVW_ABS_NC: u32 = 43; constant R_ARM_MOVT_ABS (line 1896) | pub const R_ARM_MOVT_ABS: u32 = 44; constant R_ARM_MOVW_PREL_NC (line 1897) | pub const R_ARM_MOVW_PREL_NC: u32 = 45; constant R_ARM_MOVT_PREL (line 1898) | pub const R_ARM_MOVT_PREL: u32 = 46; constant R_ARM_THM_MOVW_ABS_NC (line 1899) | pub const R_ARM_THM_MOVW_ABS_NC: u32 = 47; constant R_ARM_THM_MOVT_ABS (line 1900) | pub const R_ARM_THM_MOVT_ABS: u32 = 48; constant R_ARM_THM_MOVW_PREL_NC (line 1901) | pub const R_ARM_THM_MOVW_PREL_NC: u32 = 49; constant R_ARM_THM_MOVT_PREL (line 1902) | pub const R_ARM_THM_MOVT_PREL: u32 = 50; constant R_ARM_THM_JUMP19 (line 1903) | pub const R_ARM_THM_JUMP19: u32 = 51; constant R_ARM_THM_JUMP6 (line 1904) | pub const R_ARM_THM_JUMP6: u32 = 52; constant R_ARM_THM_ALU_PREL_11_0 (line 1905) | pub const R_ARM_THM_ALU_PREL_11_0: u32 = 53; constant R_ARM_THM_PC12 (line 1906) | pub const R_ARM_THM_PC12: u32 = 54; constant R_ARM_ABS32_NOI (line 1907) | pub const R_ARM_ABS32_NOI: u32 = 55; constant R_ARM_REL32_NOI (line 1908) | pub const R_ARM_REL32_NOI: u32 = 56; constant R_ARM_ALU_PC_G0_NC (line 1909) | pub const R_ARM_ALU_PC_G0_NC: u32 = 57; constant R_ARM_ALU_PC_G0 (line 1910) | pub const R_ARM_ALU_PC_G0: u32 = 58; constant R_ARM_ALU_PC_G1_NC (line 1911) | pub const R_ARM_ALU_PC_G1_NC: u32 = 59; constant R_ARM_ALU_PC_G1 (line 1912) | pub const R_ARM_ALU_PC_G1: u32 = 60; constant R_ARM_ALU_PC_G2 (line 1913) | pub const R_ARM_ALU_PC_G2: u32 = 61; constant R_ARM_LDR_PC_G1 (line 1914) | pub const R_ARM_LDR_PC_G1: u32 = 62; constant R_ARM_LDR_PC_G2 (line 1915) | pub const R_ARM_LDR_PC_G2: u32 = 63; constant R_ARM_LDRS_PC_G0 (line 1916) | pub const R_ARM_LDRS_PC_G0: u32 = 64; constant R_ARM_LDRS_PC_G1 (line 1917) | pub const R_ARM_LDRS_PC_G1: u32 = 65; constant R_ARM_LDRS_PC_G2 (line 1918) | pub const R_ARM_LDRS_PC_G2: u32 = 66; constant R_ARM_LDC_PC_G0 (line 1919) | pub const R_ARM_LDC_PC_G0: u32 = 67; constant R_ARM_LDC_PC_G1 (line 1920) | pub const R_ARM_LDC_PC_G1: u32 = 68; constant R_ARM_LDC_PC_G2 (line 1921) | pub const R_ARM_LDC_PC_G2: u32 = 69; constant R_ARM_ALU_SB_G0_NC (line 1922) | pub const R_ARM_ALU_SB_G0_NC: u32 = 70; constant R_ARM_ALU_SB_G0 (line 1923) | pub const R_ARM_ALU_SB_G0: u32 = 71; constant R_ARM_ALU_SB_G1_NC (line 1924) | pub const R_ARM_ALU_SB_G1_NC: u32 = 72; constant R_ARM_ALU_SB_G1 (line 1925) | pub const R_ARM_ALU_SB_G1: u32 = 73; constant R_ARM_ALU_SB_G2 (line 1926) | pub const R_ARM_ALU_SB_G2: u32 = 74; constant R_ARM_LDR_SB_G0 (line 1927) | pub const R_ARM_LDR_SB_G0: u32 = 75; constant R_ARM_LDR_SB_G1 (line 1928) | pub const R_ARM_LDR_SB_G1: u32 = 76; constant R_ARM_LDR_SB_G2 (line 1929) | pub const R_ARM_LDR_SB_G2: u32 = 77; constant R_ARM_LDRS_SB_G0 (line 1930) | pub const R_ARM_LDRS_SB_G0: u32 = 78; constant R_ARM_LDRS_SB_G1 (line 1931) | pub const R_ARM_LDRS_SB_G1: u32 = 79; constant R_ARM_LDRS_SB_G2 (line 1932) | pub const R_ARM_LDRS_SB_G2: u32 = 80; constant R_ARM_LDC_SB_G0 (line 1933) | pub const R_ARM_LDC_SB_G0: u32 = 81; constant R_ARM_LDC_SB_G1 (line 1934) | pub const R_ARM_LDC_SB_G1: u32 = 82; constant R_ARM_LDC_SB_G2 (line 1935) | pub const R_ARM_LDC_SB_G2: u32 = 83; constant R_ARM_MOVW_BREL_NC (line 1936) | pub const R_ARM_MOVW_BREL_NC: u32 = 84; constant R_ARM_MOVT_BREL (line 1937) | pub const R_ARM_MOVT_BREL: u32 = 85; constant R_ARM_MOVW_BREL (line 1938) | pub const R_ARM_MOVW_BREL: u32 = 86; constant R_ARM_THM_MOVW_BREL_NC (line 1939) | pub const R_ARM_THM_MOVW_BREL_NC: u32 = 87; constant R_ARM_THM_MOVT_BREL (line 1940) | pub const R_ARM_THM_MOVT_BREL: u32 = 88; constant R_ARM_THM_MOVW_BREL (line 1941) | pub const R_ARM_THM_MOVW_BREL: u32 = 89; constant R_ARM_TLS_GOTDESC (line 1942) | pub const R_ARM_TLS_GOTDESC: u32 = 90; constant R_ARM_TLS_CALL (line 1943) | pub const R_ARM_TLS_CALL: u32 = 91; constant R_ARM_TLS_DESCSEQ (line 1944) | pub const R_ARM_TLS_DESCSEQ: u32 = 92; constant R_ARM_THM_TLS_CALL (line 1945) | pub const R_ARM_THM_TLS_CALL: u32 = 93; constant R_ARM_PLT32_ABS (line 1946) | pub const R_ARM_PLT32_ABS: u32 = 94; constant R_ARM_GOT_ABS (line 1947) | pub const R_ARM_GOT_ABS: u32 = 95; constant R_ARM_GOT_PREL (line 1948) | pub const R_ARM_GOT_PREL: u32 = 96; constant R_ARM_GOT_BREL12 (line 1949) | pub const R_ARM_GOT_BREL12: u32 = 97; constant R_ARM_GOTOFF12 (line 1950) | pub const R_ARM_GOTOFF12: u32 = 98; constant R_ARM_GOTRELAX (line 1951) | pub const R_ARM_GOTRELAX: u32 = 99; constant R_ARM_GNU_VTENTRY (line 1952) | pub const R_ARM_GNU_VTENTRY: u32 = 100; constant R_ARM_GNU_VTINHERIT (line 1953) | pub const R_ARM_GNU_VTINHERIT: u32 = 101; constant R_ARM_THM_PC11 (line 1954) | pub const R_ARM_THM_PC11: u32 = 102; constant R_ARM_THM_PC9 (line 1955) | pub const R_ARM_THM_PC9: u32 = 103; constant R_ARM_TLS_GD32 (line 1956) | pub const R_ARM_TLS_GD32: u32 = 104; constant R_ARM_TLS_LDM32 (line 1957) | pub const R_ARM_TLS_LDM32: u32 = 105; constant R_ARM_TLS_LDO32 (line 1958) | pub const R_ARM_TLS_LDO32: u32 = 106; constant R_ARM_TLS_IE32 (line 1959) | pub const R_ARM_TLS_IE32: u32 = 107; constant R_ARM_TLS_LE32 (line 1960) | pub const R_ARM_TLS_LE32: u32 = 108; constant R_ARM_TLS_LDO12 (line 1961) | pub const R_ARM_TLS_LDO12: u32 = 109; constant R_ARM_TLS_LE12 (line 1962) | pub const R_ARM_TLS_LE12: u32 = 110; constant R_ARM_TLS_IE12GP (line 1963) | pub const R_ARM_TLS_IE12GP: u32 = 111; constant R_ARM_ME_TOO (line 1964) | pub const R_ARM_ME_TOO: u32 = 128; constant R_ARM_THM_TLS_DESCSEQ (line 1965) | pub const R_ARM_THM_TLS_DESCSEQ: u32 = 129; constant R_ARM_THM_TLS_DESCSEQ16 (line 1966) | pub const R_ARM_THM_TLS_DESCSEQ16: u32 = 129; constant R_ARM_THM_TLS_DESCSEQ32 (line 1967) | pub const R_ARM_THM_TLS_DESCSEQ32: u32 = 130; constant R_ARM_THM_GOT_BREL12 (line 1968) | pub const R_ARM_THM_GOT_BREL12: u32 = 131; constant R_ARM_IRELATIVE (line 1969) | pub const R_ARM_IRELATIVE: u32 = 160; constant R_ARM_RXPC25 (line 1970) | pub const R_ARM_RXPC25: u32 = 249; constant R_ARM_RSBREL32 (line 1971) | pub const R_ARM_RSBREL32: u32 = 250; constant R_ARM_THM_RPC22 (line 1972) | pub const R_ARM_THM_RPC22: u32 = 251; constant R_ARM_RREL32 (line 1973) | pub const R_ARM_RREL32: u32 = 252; constant R_ARM_RABS22 (line 1974) | pub const R_ARM_RABS22: u32 = 253; constant R_ARM_RPC24 (line 1975) | pub const R_ARM_RPC24: u32 = 254; constant R_ARM_RBASE (line 1976) | pub const R_ARM_RBASE: u32 = 255; constant R_ARM_NUM (line 1977) | pub const R_ARM_NUM: u32 = 256; constant EF_IA_64_MASKOS (line 1978) | pub const EF_IA_64_MASKOS: u32 = 15; constant EF_IA_64_ABI64 (line 1979) | pub const EF_IA_64_ABI64: u32 = 16; constant EF_IA_64_ARCH (line 1980) | pub const EF_IA_64_ARCH: u32 = 4278190080; constant PT_IA_64_ARCHEXT (line 1981) | pub const PT_IA_64_ARCHEXT: u32 = 1879048192; constant PT_IA_64_UNWIND (line 1982) | pub const PT_IA_64_UNWIND: u32 = 1879048193; constant PT_IA_64_HP_OPT_ANOT (line 1983) | pub const PT_IA_64_HP_OPT_ANOT: u32 = 1610612754; constant PT_IA_64_HP_HSL_ANOT (line 1984) | pub const PT_IA_64_HP_HSL_ANOT: u32 = 1610612755; constant PT_IA_64_HP_STACK (line 1985) | pub const PT_IA_64_HP_STACK: u32 = 1610612756; constant PF_IA_64_NORECOV (line 1986) | pub const PF_IA_64_NORECOV: u32 = 2147483648; constant SHT_IA_64_EXT (line 1987) | pub const SHT_IA_64_EXT: u32 = 1879048192; constant SHT_IA_64_UNWIND (line 1988) | pub const SHT_IA_64_UNWIND: u32 = 1879048193; constant SHF_IA_64_SHORT (line 1989) | pub const SHF_IA_64_SHORT: u32 = 268435456; constant SHF_IA_64_NORECOV (line 1990) | pub const SHF_IA_64_NORECOV: u32 = 536870912; constant DT_IA_64_PLT_RESERVE (line 1991) | pub const DT_IA_64_PLT_RESERVE: u32 = 1879048192; constant DT_IA_64_NUM (line 1992) | pub const DT_IA_64_NUM: u32 = 1; constant R_IA64_NONE (line 1993) | pub const R_IA64_NONE: u32 = 0; constant R_IA64_IMM14 (line 1994) | pub const R_IA64_IMM14: u32 = 33; constant R_IA64_IMM22 (line 1995) | pub const R_IA64_IMM22: u32 = 34; constant R_IA64_IMM64 (line 1996) | pub const R_IA64_IMM64: u32 = 35; constant R_IA64_DIR32MSB (line 1997) | pub const R_IA64_DIR32MSB: u32 = 36; constant R_IA64_DIR32LSB (line 1998) | pub const R_IA64_DIR32LSB: u32 = 37; constant R_IA64_DIR64MSB (line 1999) | pub const R_IA64_DIR64MSB: u32 = 38; constant R_IA64_DIR64LSB (line 2000) | pub const R_IA64_DIR64LSB: u32 = 39; constant R_IA64_GPREL22 (line 2001) | pub const R_IA64_GPREL22: u32 = 42; constant R_IA64_GPREL64I (line 2002) | pub const R_IA64_GPREL64I: u32 = 43; constant R_IA64_GPREL32MSB (line 2003) | pub const R_IA64_GPREL32MSB: u32 = 44; constant R_IA64_GPREL32LSB (line 2004) | pub const R_IA64_GPREL32LSB: u32 = 45; constant R_IA64_GPREL64MSB (line 2005) | pub const R_IA64_GPREL64MSB: u32 = 46; constant R_IA64_GPREL64LSB (line 2006) | pub const R_IA64_GPREL64LSB: u32 = 47; constant R_IA64_LTOFF22 (line 2007) | pub const R_IA64_LTOFF22: u32 = 50; constant R_IA64_LTOFF64I (line 2008) | pub const R_IA64_LTOFF64I: u32 = 51; constant R_IA64_PLTOFF22 (line 2009) | pub const R_IA64_PLTOFF22: u32 = 58; constant R_IA64_PLTOFF64I (line 2010) | pub const R_IA64_PLTOFF64I: u32 = 59; constant R_IA64_PLTOFF64MSB (line 2011) | pub const R_IA64_PLTOFF64MSB: u32 = 62; constant R_IA64_PLTOFF64LSB (line 2012) | pub const R_IA64_PLTOFF64LSB: u32 = 63; constant R_IA64_FPTR64I (line 2013) | pub const R_IA64_FPTR64I: u32 = 67; constant R_IA64_FPTR32MSB (line 2014) | pub const R_IA64_FPTR32MSB: u32 = 68; constant R_IA64_FPTR32LSB (line 2015) | pub const R_IA64_FPTR32LSB: u32 = 69; constant R_IA64_FPTR64MSB (line 2016) | pub const R_IA64_FPTR64MSB: u32 = 70; constant R_IA64_FPTR64LSB (line 2017) | pub const R_IA64_FPTR64LSB: u32 = 71; constant R_IA64_PCREL60B (line 2018) | pub const R_IA64_PCREL60B: u32 = 72; constant R_IA64_PCREL21B (line 2019) | pub const R_IA64_PCREL21B: u32 = 73; constant R_IA64_PCREL21M (line 2020) | pub const R_IA64_PCREL21M: u32 = 74; constant R_IA64_PCREL21F (line 2021) | pub const R_IA64_PCREL21F: u32 = 75; constant R_IA64_PCREL32MSB (line 2022) | pub const R_IA64_PCREL32MSB: u32 = 76; constant R_IA64_PCREL32LSB (line 2023) | pub const R_IA64_PCREL32LSB: u32 = 77; constant R_IA64_PCREL64MSB (line 2024) | pub const R_IA64_PCREL64MSB: u32 = 78; constant R_IA64_PCREL64LSB (line 2025) | pub const R_IA64_PCREL64LSB: u32 = 79; constant R_IA64_LTOFF_FPTR22 (line 2026) | pub const R_IA64_LTOFF_FPTR22: u32 = 82; constant R_IA64_LTOFF_FPTR64I (line 2027) | pub const R_IA64_LTOFF_FPTR64I: u32 = 83; constant R_IA64_LTOFF_FPTR32MSB (line 2028) | pub const R_IA64_LTOFF_FPTR32MSB: u32 = 84; constant R_IA64_LTOFF_FPTR32LSB (line 2029) | pub const R_IA64_LTOFF_FPTR32LSB: u32 = 85; constant R_IA64_LTOFF_FPTR64MSB (line 2030) | pub const R_IA64_LTOFF_FPTR64MSB: u32 = 86; constant R_IA64_LTOFF_FPTR64LSB (line 2031) | pub const R_IA64_LTOFF_FPTR64LSB: u32 = 87; constant R_IA64_SEGREL32MSB (line 2032) | pub const R_IA64_SEGREL32MSB: u32 = 92; constant R_IA64_SEGREL32LSB (line 2033) | pub const R_IA64_SEGREL32LSB: u32 = 93; constant R_IA64_SEGREL64MSB (line 2034) | pub const R_IA64_SEGREL64MSB: u32 = 94; constant R_IA64_SEGREL64LSB (line 2035) | pub const R_IA64_SEGREL64LSB: u32 = 95; constant R_IA64_SECREL32MSB (line 2036) | pub const R_IA64_SECREL32MSB: u32 = 100; constant R_IA64_SECREL32LSB (line 2037) | pub const R_IA64_SECREL32LSB: u32 = 101; constant R_IA64_SECREL64MSB (line 2038) | pub const R_IA64_SECREL64MSB: u32 = 102; constant R_IA64_SECREL64LSB (line 2039) | pub const R_IA64_SECREL64LSB: u32 = 103; constant R_IA64_REL32MSB (line 2040) | pub const R_IA64_REL32MSB: u32 = 108; constant R_IA64_REL32LSB (line 2041) | pub const R_IA64_REL32LSB: u32 = 109; constant R_IA64_REL64MSB (line 2042) | pub const R_IA64_REL64MSB: u32 = 110; constant R_IA64_REL64LSB (line 2043) | pub const R_IA64_REL64LSB: u32 = 111; constant R_IA64_LTV32MSB (line 2044) | pub const R_IA64_LTV32MSB: u32 = 116; constant R_IA64_LTV32LSB (line 2045) | pub const R_IA64_LTV32LSB: u32 = 117; constant R_IA64_LTV64MSB (line 2046) | pub const R_IA64_LTV64MSB: u32 = 118; constant R_IA64_LTV64LSB (line 2047) | pub const R_IA64_LTV64LSB: u32 = 119; constant R_IA64_PCREL21BI (line 2048) | pub const R_IA64_PCREL21BI: u32 = 121; constant R_IA64_PCREL22 (line 2049) | pub const R_IA64_PCREL22: u32 = 122; constant R_IA64_PCREL64I (line 2050) | pub const R_IA64_PCREL64I: u32 = 123; constant R_IA64_IPLTMSB (line 2051) | pub const R_IA64_IPLTMSB: u32 = 128; constant R_IA64_IPLTLSB (line 2052) | pub const R_IA64_IPLTLSB: u32 = 129; constant R_IA64_COPY (line 2053) | pub const R_IA64_COPY: u32 = 132; constant R_IA64_SUB (line 2054) | pub const R_IA64_SUB: u32 = 133; constant R_IA64_LTOFF22X (line 2055) | pub const R_IA64_LTOFF22X: u32 = 134; constant R_IA64_LDXMOV (line 2056) | pub const R_IA64_LDXMOV: u32 = 135; constant R_IA64_TPREL14 (line 2057) | pub const R_IA64_TPREL14: u32 = 145; constant R_IA64_TPREL22 (line 2058) | pub const R_IA64_TPREL22: u32 = 146; constant R_IA64_TPREL64I (line 2059) | pub const R_IA64_TPREL64I: u32 = 147; constant R_IA64_TPREL64MSB (line 2060) | pub const R_IA64_TPREL64MSB: u32 = 150; constant R_IA64_TPREL64LSB (line 2061) | pub const R_IA64_TPREL64LSB: u32 = 151; constant R_IA64_LTOFF_TPREL22 (line 2062) | pub const R_IA64_LTOFF_TPREL22: u32 = 154; constant R_IA64_DTPMOD64MSB (line 2063) | pub const R_IA64_DTPMOD64MSB: u32 = 166; constant R_IA64_DTPMOD64LSB (line 2064) | pub const R_IA64_DTPMOD64LSB: u32 = 167; constant R_IA64_LTOFF_DTPMOD22 (line 2065) | pub const R_IA64_LTOFF_DTPMOD22: u32 = 170; constant R_IA64_DTPREL14 (line 2066) | pub const R_IA64_DTPREL14: u32 = 177; constant R_IA64_DTPREL22 (line 2067) | pub const R_IA64_DTPREL22: u32 = 178; constant R_IA64_DTPREL64I (line 2068) | pub const R_IA64_DTPREL64I: u32 = 179; constant R_IA64_DTPREL32MSB (line 2069) | pub const R_IA64_DTPREL32MSB: u32 = 180; constant R_IA64_DTPREL32LSB (line 2070) | pub const R_IA64_DTPREL32LSB: u32 = 181; constant R_IA64_DTPREL64MSB (line 2071) | pub const R_IA64_DTPREL64MSB: u32 = 182; constant R_IA64_DTPREL64LSB (line 2072) | pub const R_IA64_DTPREL64LSB: u32 = 183; constant R_IA64_LTOFF_DTPREL22 (line 2073) | pub const R_IA64_LTOFF_DTPREL22: u32 = 186; constant EF_SH_MACH_MASK (line 2074) | pub const EF_SH_MACH_MASK: u32 = 31; constant EF_SH_UNKNOWN (line 2075) | pub const EF_SH_UNKNOWN: u32 = 0; constant EF_SH1 (line 2076) | pub const EF_SH1: u32 = 1; constant EF_SH2 (line 2077) | pub const EF_SH2: u32 = 2; constant EF_SH3 (line 2078) | pub const EF_SH3: u32 = 3; constant EF_SH_DSP (line 2079) | pub const EF_SH_DSP: u32 = 4; constant EF_SH3_DSP (line 2080) | pub const EF_SH3_DSP: u32 = 5; constant EF_SH4AL_DSP (line 2081) | pub const EF_SH4AL_DSP: u32 = 6; constant EF_SH3E (line 2082) | pub const EF_SH3E: u32 = 8; constant EF_SH4 (line 2083) | pub const EF_SH4: u32 = 9; constant EF_SH2E (line 2084) | pub const EF_SH2E: u32 = 11; constant EF_SH4A (line 2085) | pub const EF_SH4A: u32 = 12; constant EF_SH2A (line 2086) | pub const EF_SH2A: u32 = 13; constant EF_SH4_NOFPU (line 2087) | pub const EF_SH4_NOFPU: u32 = 16; constant EF_SH4A_NOFPU (line 2088) | pub const EF_SH4A_NOFPU: u32 = 17; constant EF_SH4_NOMMU_NOFPU (line 2089) | pub const EF_SH4_NOMMU_NOFPU: u32 = 18; constant EF_SH2A_NOFPU (line 2090) | pub const EF_SH2A_NOFPU: u32 = 19; constant EF_SH3_NOMMU (line 2091) | pub const EF_SH3_NOMMU: u32 = 20; constant EF_SH2A_SH4_NOFPU (line 2092) | pub const EF_SH2A_SH4_NOFPU: u32 = 21; constant EF_SH2A_SH3_NOFPU (line 2093) | pub const EF_SH2A_SH3_NOFPU: u32 = 22; constant EF_SH2A_SH4 (line 2094) | pub const EF_SH2A_SH4: u32 = 23; constant EF_SH2A_SH3E (line 2095) | pub const EF_SH2A_SH3E: u32 = 24; constant R_SH_NONE (line 2096) | pub const R_SH_NONE: u32 = 0; constant R_SH_DIR32 (line 2097) | pub const R_SH_DIR32: u32 = 1; constant R_SH_REL32 (line 2098) | pub const R_SH_REL32: u32 = 2; constant R_SH_DIR8WPN (line 2099) | pub const R_SH_DIR8WPN: u32 = 3; constant R_SH_IND12W (line 2100) | pub const R_SH_IND12W: u32 = 4; constant R_SH_DIR8WPL (line 2101) | pub const R_SH_DIR8WPL: u32 = 5; constant R_SH_DIR8WPZ (line 2102) | pub const R_SH_DIR8WPZ: u32 = 6; constant R_SH_DIR8BP (line 2103) | pub const R_SH_DIR8BP: u32 = 7; constant R_SH_DIR8W (line 2104) | pub const R_SH_DIR8W: u32 = 8; constant R_SH_DIR8L (line 2105) | pub const R_SH_DIR8L: u32 = 9; constant R_SH_SWITCH16 (line 2106) | pub const R_SH_SWITCH16: u32 = 25; constant R_SH_SWITCH32 (line 2107) | pub const R_SH_SWITCH32: u32 = 26; constant R_SH_USES (line 2108) | pub const R_SH_USES: u32 = 27; constant R_SH_COUNT (line 2109) | pub const R_SH_COUNT: u32 = 28; constant R_SH_ALIGN (line 2110) | pub const R_SH_ALIGN: u32 = 29; constant R_SH_CODE (line 2111) | pub const R_SH_CODE: u32 = 30; constant R_SH_DATA (line 2112) | pub const R_SH_DATA: u32 = 31; constant R_SH_LABEL (line 2113) | pub const R_SH_LABEL: u32 = 32; constant R_SH_SWITCH8 (line 2114) | pub const R_SH_SWITCH8: u32 = 33; constant R_SH_GNU_VTINHERIT (line 2115) | pub const R_SH_GNU_VTINHERIT: u32 = 34; constant R_SH_GNU_VTENTRY (line 2116) | pub const R_SH_GNU_VTENTRY: u32 = 35; constant R_SH_TLS_GD_32 (line 2117) | pub const R_SH_TLS_GD_32: u32 = 144; constant R_SH_TLS_LD_32 (line 2118) | pub const R_SH_TLS_LD_32: u32 = 145; constant R_SH_TLS_LDO_32 (line 2119) | pub const R_SH_TLS_LDO_32: u32 = 146; constant R_SH_TLS_IE_32 (line 2120) | pub const R_SH_TLS_IE_32: u32 = 147; constant R_SH_TLS_LE_32 (line 2121) | pub const R_SH_TLS_LE_32: u32 = 148; constant R_SH_TLS_DTPMOD32 (line 2122) | pub const R_SH_TLS_DTPMOD32: u32 = 149; constant R_SH_TLS_DTPOFF32 (line 2123) | pub const R_SH_TLS_DTPOFF32: u32 = 150; constant R_SH_TLS_TPOFF32 (line 2124) | pub const R_SH_TLS_TPOFF32: u32 = 151; constant R_SH_GOT32 (line 2125) | pub const R_SH_GOT32: u32 = 160; constant R_SH_PLT32 (line 2126) | pub const R_SH_PLT32: u32 = 161; constant R_SH_COPY (line 2127) | pub const R_SH_COPY: u32 = 162; constant R_SH_GLOB_DAT (line 2128) | pub const R_SH_GLOB_DAT: u32 = 163; constant R_SH_JMP_SLOT (line 2129) | pub const R_SH_JMP_SLOT: u32 = 164; constant R_SH_RELATIVE (line 2130) | pub const R_SH_RELATIVE: u32 = 165; constant R_SH_GOTOFF (line 2131) | pub const R_SH_GOTOFF: u32 = 166; constant R_SH_GOTPC (line 2132) | pub const R_SH_GOTPC: u32 = 167; constant R_SH_NUM (line 2133) | pub const R_SH_NUM: u32 = 256; constant EF_S390_HIGH_GPRS (line 2134) | pub const EF_S390_HIGH_GPRS: u32 = 1; constant R_390_NONE (line 2135) | pub const R_390_NONE: u32 = 0; constant R_390_8 (line 2136) | pub const R_390_8: u32 = 1; constant R_390_12 (line 2137) | pub const R_390_12: u32 = 2; constant R_390_16 (line 2138) | pub const R_390_16: u32 = 3; constant R_390_32 (line 2139) | pub const R_390_32: u32 = 4; constant R_390_PC32 (line 2140) | pub const R_390_PC32: u32 = 5; constant R_390_GOT12 (line 2141) | pub const R_390_GOT12: u32 = 6; constant R_390_GOT32 (line 2142) | pub const R_390_GOT32: u32 = 7; constant R_390_PLT32 (line 2143) | pub const R_390_PLT32: u32 = 8; constant R_390_COPY (line 2144) | pub const R_390_COPY: u32 = 9; constant R_390_GLOB_DAT (line 2145) | pub const R_390_GLOB_DAT: u32 = 10; constant R_390_JMP_SLOT (line 2146) | pub const R_390_JMP_SLOT: u32 = 11; constant R_390_RELATIVE (line 2147) | pub const R_390_RELATIVE: u32 = 12; constant R_390_GOTOFF32 (line 2148) | pub const R_390_GOTOFF32: u32 = 13; constant R_390_GOTPC (line 2149) | pub const R_390_GOTPC: u32 = 14; constant R_390_GOT16 (line 2150) | pub const R_390_GOT16: u32 = 15; constant R_390_PC16 (line 2151) | pub const R_390_PC16: u32 = 16; constant R_390_PC16DBL (line 2152) | pub const R_390_PC16DBL: u32 = 17; constant R_390_PLT16DBL (line 2153) | pub const R_390_PLT16DBL: u32 = 18; constant R_390_PC32DBL (line 2154) | pub const R_390_PC32DBL: u32 = 19; constant R_390_PLT32DBL (line 2155) | pub const R_390_PLT32DBL: u32 = 20; constant R_390_GOTPCDBL (line 2156) | pub const R_390_GOTPCDBL: u32 = 21; constant R_390_64 (line 2157) | pub const R_390_64: u32 = 22; constant R_390_PC64 (line 2158) | pub const R_390_PC64: u32 = 23; constant R_390_GOT64 (line 2159) | pub const R_390_GOT64: u32 = 24; constant R_390_PLT64 (line 2160) | pub const R_390_PLT64: u32 = 25; constant R_390_GOTENT (line 2161) | pub const R_390_GOTENT: u32 = 26; constant R_390_GOTOFF16 (line 2162) | pub const R_390_GOTOFF16: u32 = 27; constant R_390_GOTOFF64 (line 2163) | pub const R_390_GOTOFF64: u32 = 28; constant R_390_GOTPLT12 (line 2164) | pub const R_390_GOTPLT12: u32 = 29; constant R_390_GOTPLT16 (line 2165) | pub const R_390_GOTPLT16: u32 = 30; constant R_390_GOTPLT32 (line 2166) | pub const R_390_GOTPLT32: u32 = 31; constant R_390_GOTPLT64 (line 2167) | pub const R_390_GOTPLT64: u32 = 32; constant R_390_GOTPLTENT (line 2168) | pub const R_390_GOTPLTENT: u32 = 33; constant R_390_PLTOFF16 (line 2169) | pub const R_390_PLTOFF16: u32 = 34; constant R_390_PLTOFF32 (line 2170) | pub const R_390_PLTOFF32: u32 = 35; constant R_390_PLTOFF64 (line 2171) | pub const R_390_PLTOFF64: u32 = 36; constant R_390_TLS_LOAD (line 2172) | pub const R_390_TLS_LOAD: u32 = 37; constant R_390_TLS_GDCALL (line 2173) | pub const R_390_TLS_GDCALL: u32 = 38; constant R_390_TLS_LDCALL (line 2174) | pub const R_390_TLS_LDCALL: u32 = 39; constant R_390_TLS_GD32 (line 2175) | pub const R_390_TLS_GD32: u32 = 40; constant R_390_TLS_GD64 (line 2176) | pub const R_390_TLS_GD64: u32 = 41; constant R_390_TLS_GOTIE12 (line 2177) | pub const R_390_TLS_GOTIE12: u32 = 42; constant R_390_TLS_GOTIE32 (line 2178) | pub const R_390_TLS_GOTIE32: u32 = 43; constant R_390_TLS_GOTIE64 (line 2179) | pub const R_390_TLS_GOTIE64: u32 = 44; constant R_390_TLS_LDM32 (line 2180) | pub const R_390_TLS_LDM32: u32 = 45; constant R_390_TLS_LDM64 (line 2181) | pub const R_390_TLS_LDM64: u32 = 46; constant R_390_TLS_IE32 (line 2182) | pub const R_390_TLS_IE32: u32 = 47; constant R_390_TLS_IE64 (line 2183) | pub const R_390_TLS_IE64: u32 = 48; constant R_390_TLS_IEENT (line 2184) | pub const R_390_TLS_IEENT: u32 = 49; constant R_390_TLS_LE32 (line 2185) | pub const R_390_TLS_LE32: u32 = 50; constant R_390_TLS_LE64 (line 2186) | pub const R_390_TLS_LE64: u32 = 51; constant R_390_TLS_LDO32 (line 2187) | pub const R_390_TLS_LDO32: u32 = 52; constant R_390_TLS_LDO64 (line 2188) | pub const R_390_TLS_LDO64: u32 = 53; constant R_390_TLS_DTPMOD (line 2189) | pub const R_390_TLS_DTPMOD: u32 = 54; constant R_390_TLS_DTPOFF (line 2190) | pub const R_390_TLS_DTPOFF: u32 = 55; constant R_390_TLS_TPOFF (line 2191) | pub const R_390_TLS_TPOFF: u32 = 56; constant R_390_20 (line 2192) | pub const R_390_20: u32 = 57; constant R_390_GOT20 (line 2193) | pub const R_390_GOT20: u32 = 58; constant R_390_GOTPLT20 (line 2194) | pub const R_390_GOTPLT20: u32 = 59; constant R_390_TLS_GOTIE20 (line 2195) | pub const R_390_TLS_GOTIE20: u32 = 60; constant R_390_IRELATIVE (line 2196) | pub const R_390_IRELATIVE: u32 = 61; constant R_390_NUM (line 2197) | pub const R_390_NUM: u32 = 62; constant R_CRIS_NONE (line 2198) | pub const R_CRIS_NONE: u32 = 0; constant R_CRIS_8 (line 2199) | pub const R_CRIS_8: u32 = 1; constant R_CRIS_16 (line 2200) | pub const R_CRIS_16: u32 = 2; constant R_CRIS_32 (line 2201) | pub const R_CRIS_32: u32 = 3; constant R_CRIS_8_PCREL (line 2202) | pub const R_CRIS_8_PCREL: u32 = 4; constant R_CRIS_16_PCREL (line 2203) | pub const R_CRIS_16_PCREL: u32 = 5; constant R_CRIS_32_PCREL (line 2204) | pub const R_CRIS_32_PCREL: u32 = 6; constant R_CRIS_GNU_VTINHERIT (line 2205) | pub const R_CRIS_GNU_VTINHERIT: u32 = 7; constant R_CRIS_GNU_VTENTRY (line 2206) | pub const R_CRIS_GNU_VTENTRY: u32 = 8; constant R_CRIS_COPY (line 2207) | pub const R_CRIS_COPY: u32 = 9; constant R_CRIS_GLOB_DAT (line 2208) | pub const R_CRIS_GLOB_DAT: u32 = 10; constant R_CRIS_JUMP_SLOT (line 2209) | pub const R_CRIS_JUMP_SLOT: u32 = 11; constant R_CRIS_RELATIVE (line 2210) | pub const R_CRIS_RELATIVE: u32 = 12; constant R_CRIS_16_GOT (line 2211) | pub const R_CRIS_16_GOT: u32 = 13; constant R_CRIS_32_GOT (line 2212) | pub const R_CRIS_32_GOT: u32 = 14; constant R_CRIS_16_GOTPLT (line 2213) | pub const R_CRIS_16_GOTPLT: u32 = 15; constant R_CRIS_32_GOTPLT (line 2214) | pub const R_CRIS_32_GOTPLT: u32 = 16; constant R_CRIS_32_GOTREL (line 2215) | pub const R_CRIS_32_GOTREL: u32 = 17; constant R_CRIS_32_PLT_GOTREL (line 2216) | pub const R_CRIS_32_PLT_GOTREL: u32 = 18; constant R_CRIS_32_PLT_PCREL (line 2217) | pub const R_CRIS_32_PLT_PCREL: u32 = 19; constant R_CRIS_NUM (line 2218) | pub const R_CRIS_NUM: u32 = 20; constant R_X86_64_NONE (line 2219) | pub const R_X86_64_NONE: u32 = 0; constant R_X86_64_64 (line 2220) | pub const R_X86_64_64: u32 = 1; constant R_X86_64_PC32 (line 2221) | pub const R_X86_64_PC32: u32 = 2; constant R_X86_64_GOT32 (line 2222) | pub const R_X86_64_GOT32: u32 = 3; constant R_X86_64_PLT32 (line 2223) | pub const R_X86_64_PLT32: u32 = 4; constant R_X86_64_COPY (line 2224) | pub const R_X86_64_COPY: u32 = 5; constant R_X86_64_GLOB_DAT (line 2225) | pub const R_X86_64_GLOB_DAT: u32 = 6; constant R_X86_64_JUMP_SLOT (line 2226) | pub const R_X86_64_JUMP_SLOT: u32 = 7; constant R_X86_64_RELATIVE (line 2227) | pub const R_X86_64_RELATIVE: u32 = 8; constant R_X86_64_GOTPCREL (line 2228) | pub const R_X86_64_GOTPCREL: u32 = 9; constant R_X86_64_32 (line 2229) | pub const R_X86_64_32: u32 = 10; constant R_X86_64_32S (line 2230) | pub const R_X86_64_32S: u32 = 11; constant R_X86_64_16 (line 2231) | pub const R_X86_64_16: u32 = 12; constant R_X86_64_PC16 (line 2232) | pub const R_X86_64_PC16: u32 = 13; constant R_X86_64_8 (line 2233) | pub const R_X86_64_8: u32 = 14; constant R_X86_64_PC8 (line 2234) | pub const R_X86_64_PC8: u32 = 15; constant R_X86_64_DTPMOD64 (line 2235) | pub const R_X86_64_DTPMOD64: u32 = 16; constant R_X86_64_DTPOFF64 (line 2236) | pub const R_X86_64_DTPOFF64: u32 = 17; constant R_X86_64_TPOFF64 (line 2237) | pub const R_X86_64_TPOFF64: u32 = 18; constant R_X86_64_TLSGD (line 2238) | pub const R_X86_64_TLSGD: u32 = 19; constant R_X86_64_TLSLD (line 2239) | pub const R_X86_64_TLSLD: u32 = 20; constant R_X86_64_DTPOFF32 (line 2240) | pub const R_X86_64_DTPOFF32: u32 = 21; constant R_X86_64_GOTTPOFF (line 2241) | pub const R_X86_64_GOTTPOFF: u32 = 22; constant R_X86_64_TPOFF32 (line 2242) | pub const R_X86_64_TPOFF32: u32 = 23; constant R_X86_64_PC64 (line 2243) | pub const R_X86_64_PC64: u32 = 24; constant R_X86_64_GOTOFF64 (line 2244) | pub const R_X86_64_GOTOFF64: u32 = 25; constant R_X86_64_GOTPC32 (line 2245) | pub const R_X86_64_GOTPC32: u32 = 26; constant R_X86_64_GOT64 (line 2246) | pub const R_X86_64_GOT64: u32 = 27; constant R_X86_64_GOTPCREL64 (line 2247) | pub const R_X86_64_GOTPCREL64: u32 = 28; constant R_X86_64_GOTPC64 (line 2248) | pub const R_X86_64_GOTPC64: u32 = 29; constant R_X86_64_GOTPLT64 (line 2249) | pub const R_X86_64_GOTPLT64: u32 = 30; constant R_X86_64_PLTOFF64 (line 2250) | pub const R_X86_64_PLTOFF64: u32 = 31; constant R_X86_64_SIZE32 (line 2251) | pub const R_X86_64_SIZE32: u32 = 32; constant R_X86_64_SIZE64 (line 2252) | pub const R_X86_64_SIZE64: u32 = 33; constant R_X86_64_GOTPC32_TLSDESC (line 2253) | pub const R_X86_64_GOTPC32_TLSDESC: u32 = 34; constant R_X86_64_TLSDESC_CALL (line 2254) | pub const R_X86_64_TLSDESC_CALL: u32 = 35; constant R_X86_64_TLSDESC (line 2255) | pub const R_X86_64_TLSDESC: u32 = 36; constant R_X86_64_IRELATIVE (line 2256) | pub const R_X86_64_IRELATIVE: u32 = 37; constant R_X86_64_RELATIVE64 (line 2257) | pub const R_X86_64_RELATIVE64: u32 = 38; constant R_X86_64_GOTPCRELX (line 2258) | pub const R_X86_64_GOTPCRELX: u32 = 41; constant R_X86_64_REX_GOTPCRELX (line 2259) | pub const R_X86_64_REX_GOTPCRELX: u32 = 42; constant R_X86_64_NUM (line 2260) | pub const R_X86_64_NUM: u32 = 43; constant SHT_X86_64_UNWIND (line 2261) | pub const SHT_X86_64_UNWIND: u32 = 1879048193; constant R_MN10300_NONE (line 2262) | pub const R_MN10300_NONE: u32 = 0; constant R_MN10300_32 (line 2263) | pub const R_MN10300_32: u32 = 1; constant R_MN10300_16 (line 2264) | pub const R_MN10300_16: u32 = 2; constant R_MN10300_8 (line 2265) | pub const R_MN10300_8: u32 = 3; constant R_MN10300_PCREL32 (line 2266) | pub const R_MN10300_PCREL32: u32 = 4; constant R_MN10300_PCREL16 (line 2267) | pub const R_MN10300_PCREL16: u32 = 5; constant R_MN10300_PCREL8 (line 2268) | pub const R_MN10300_PCREL8: u32 = 6; constant R_MN10300_GNU_VTINHERIT (line 2269) | pub const R_MN10300_GNU_VTINHERIT: u32 = 7; constant R_MN10300_GNU_VTENTRY (line 2270) | pub const R_MN10300_GNU_VTENTRY: u32 = 8; constant R_MN10300_24 (line 2271) | pub const R_MN10300_24: u32 = 9; constant R_MN10300_GOTPC32 (line 2272) | pub const R_MN10300_GOTPC32: u32 = 10; constant R_MN10300_GOTPC16 (line 2273) | pub const R_MN10300_GOTPC16: u32 = 11; constant R_MN10300_GOTOFF32 (line 2274) | pub const R_MN10300_GOTOFF32: u32 = 12; constant R_MN10300_GOTOFF24 (line 2275) | pub const R_MN10300_GOTOFF24: u32 = 13; constant R_MN10300_GOTOFF16 (line 2276) | pub const R_MN10300_GOTOFF16: u32 = 14; constant R_MN10300_PLT32 (line 2277) | pub const R_MN10300_PLT32: u32 = 15; constant R_MN10300_PLT16 (line 2278) | pub const R_MN10300_PLT16: u32 = 16; constant R_MN10300_GOT32 (line 2279) | pub const R_MN10300_GOT32: u32 = 17; constant R_MN10300_GOT24 (line 2280) | pub const R_MN10300_GOT24: u32 = 18; constant R_MN10300_GOT16 (line 2281) | pub const R_MN10300_GOT16: u32 = 19; constant R_MN10300_COPY (line 2282) | pub const R_MN10300_COPY: u32 = 20; constant R_MN10300_GLOB_DAT (line 2283) | pub const R_MN10300_GLOB_DAT: u32 = 21; constant R_MN10300_JMP_SLOT (line 2284) | pub const R_MN10300_JMP_SLOT: u32 = 22; constant R_MN10300_RELATIVE (line 2285) | pub const R_MN10300_RELATIVE: u32 = 23; constant R_MN10300_TLS_GD (line 2286) | pub const R_MN10300_TLS_GD: u32 = 24; constant R_MN10300_TLS_LD (line 2287) | pub const R_MN10300_TLS_LD: u32 = 25; constant R_MN10300_TLS_LDO (line 2288) | pub const R_MN10300_TLS_LDO: u32 = 26; constant R_MN10300_TLS_GOTIE (line 2289) | pub const R_MN10300_TLS_GOTIE: u32 = 27; constant R_MN10300_TLS_IE (line 2290) | pub const R_MN10300_TLS_IE: u32 = 28; constant R_MN10300_TLS_LE (line 2291) | pub const R_MN10300_TLS_LE: u32 = 29; constant R_MN10300_TLS_DTPMOD (line 2292) | pub const R_MN10300_TLS_DTPMOD: u32 = 30; constant R_MN10300_TLS_DTPOFF (line 2293) | pub const R_MN10300_TLS_DTPOFF: u32 = 31; constant R_MN10300_TLS_TPOFF (line 2294) | pub const R_MN10300_TLS_TPOFF: u32 = 32; constant R_MN10300_SYM_DIFF (line 2295) | pub const R_MN10300_SYM_DIFF: u32 = 33; constant R_MN10300_ALIGN (line 2296) | pub const R_MN10300_ALIGN: u32 = 34; constant R_MN10300_NUM (line 2297) | pub const R_MN10300_NUM: u32 = 35; constant R_M32R_NONE (line 2298) | pub const R_M32R_NONE: u32 = 0; constant R_M32R_16 (line 2299) | pub const R_M32R_16: u32 = 1; constant R_M32R_32 (line 2300) | pub const R_M32R_32: u32 = 2; constant R_M32R_24 (line 2301) | pub const R_M32R_24: u32 = 3; constant R_M32R_10_PCREL (line 2302) | pub const R_M32R_10_PCREL: u32 = 4; constant R_M32R_18_PCREL (line 2303) | pub const R_M32R_18_PCREL: u32 = 5; constant R_M32R_26_PCREL (line 2304) | pub const R_M32R_26_PCREL: u32 = 6; constant R_M32R_HI16_ULO (line 2305) | pub const R_M32R_HI16_ULO: u32 = 7; constant R_M32R_HI16_SLO (line 2306) | pub const R_M32R_HI16_SLO: u32 = 8; constant R_M32R_LO16 (line 2307) | pub const R_M32R_LO16: u32 = 9; constant R_M32R_SDA16 (line 2308) | pub const R_M32R_SDA16: u32 = 10; constant R_M32R_GNU_VTINHERIT (line 2309) | pub const R_M32R_GNU_VTINHERIT: u32 = 11; constant R_M32R_GNU_VTENTRY (line 2310) | pub const R_M32R_GNU_VTENTRY: u32 = 12; constant R_M32R_16_RELA (line 2311) | pub const R_M32R_16_RELA: u32 = 33; constant R_M32R_32_RELA (line 2312) | pub const R_M32R_32_RELA: u32 = 34; constant R_M32R_24_RELA (line 2313) | pub const R_M32R_24_RELA: u32 = 35; constant R_M32R_10_PCREL_RELA (line 2314) | pub const R_M32R_10_PCREL_RELA: u32 = 36; constant R_M32R_18_PCREL_RELA (line 2315) | pub const R_M32R_18_PCREL_RELA: u32 = 37; constant R_M32R_26_PCREL_RELA (line 2316) | pub const R_M32R_26_PCREL_RELA: u32 = 38; constant R_M32R_HI16_ULO_RELA (line 2317) | pub const R_M32R_HI16_ULO_RELA: u32 = 39; constant R_M32R_HI16_SLO_RELA (line 2318) | pub const R_M32R_HI16_SLO_RELA: u32 = 40; constant R_M32R_LO16_RELA (line 2319) | pub const R_M32R_LO16_RELA: u32 = 41; constant R_M32R_SDA16_RELA (line 2320) | pub const R_M32R_SDA16_RELA: u32 = 42; constant R_M32R_RELA_GNU_VTINHERIT (line 2321) | pub const R_M32R_RELA_GNU_VTINHERIT: u32 = 43; constant R_M32R_RELA_GNU_VTENTRY (line 2322) | pub const R_M32R_RELA_GNU_VTENTRY: u32 = 44; constant R_M32R_REL32 (line 2323) | pub const R_M32R_REL32: u32 = 45; constant R_M32R_GOT24 (line 2324) | pub const R_M32R_GOT24: u32 = 48; constant R_M32R_26_PLTREL (line 2325) | pub const R_M32R_26_PLTREL: u32 = 49; constant R_M32R_COPY (line 2326) | pub const R_M32R_COPY: u32 = 50; constant R_M32R_GLOB_DAT (line 2327) | pub const R_M32R_GLOB_DAT: u32 = 51; constant R_M32R_JMP_SLOT (line 2328) | pub const R_M32R_JMP_SLOT: u32 = 52; constant R_M32R_RELATIVE (line 2329) | pub const R_M32R_RELATIVE: u32 = 53; constant R_M32R_GOTOFF (line 2330) | pub const R_M32R_GOTOFF: u32 = 54; constant R_M32R_GOTPC24 (line 2331) | pub const R_M32R_GOTPC24: u32 = 55; constant R_M32R_GOT16_HI_ULO (line 2332) | pub const R_M32R_GOT16_HI_ULO: u32 = 56; constant R_M32R_GOT16_HI_SLO (line 2333) | pub const R_M32R_GOT16_HI_SLO: u32 = 57; constant R_M32R_GOT16_LO (line 2334) | pub const R_M32R_GOT16_LO: u32 = 58; constant R_M32R_GOTPC_HI_ULO (line 2335) | pub const R_M32R_GOTPC_HI_ULO: u32 = 59; constant R_M32R_GOTPC_HI_SLO (line 2336) | pub const R_M32R_GOTPC_HI_SLO: u32 = 60; constant R_M32R_GOTPC_LO (line 2337) | pub const R_M32R_GOTPC_LO: u32 = 61; constant R_M32R_GOTOFF_HI_ULO (line 2338) | pub const R_M32R_GOTOFF_HI_ULO: u32 = 62; constant R_M32R_GOTOFF_HI_SLO (line 2339) | pub const R_M32R_GOTOFF_HI_SLO: u32 = 63; constant R_M32R_GOTOFF_LO (line 2340) | pub const R_M32R_GOTOFF_LO: u32 = 64; constant R_M32R_NUM (line 2341) | pub const R_M32R_NUM: u32 = 256; constant R_MICROBLAZE_NONE (line 2342) | pub const R_MICROBLAZE_NONE: u32 = 0; constant R_MICROBLAZE_32 (line 2343) | pub const R_MICROBLAZE_32: u32 = 1; constant R_MICROBLAZE_32_PCREL (line 2344) | pub const R_MICROBLAZE_32_PCREL: u32 = 2; constant R_MICROBLAZE_64_PCREL (line 2345) | pub const R_MICROBLAZE_64_PCREL: u32 = 3; constant R_MICROBLAZE_32_PCREL_LO (line 2346) | pub const R_MICROBLAZE_32_PCREL_LO: u32 = 4; constant R_MICROBLAZE_64 (line 2347) | pub const R_MICROBLAZE_64: u32 = 5; constant R_MICROBLAZE_32_LO (line 2348) | pub const R_MICROBLAZE_32_LO: u32 = 6; constant R_MICROBLAZE_SRO32 (line 2349) | pub const R_MICROBLAZE_SRO32: u32 = 7; constant R_MICROBLAZE_SRW32 (line 2350) | pub const R_MICROBLAZE_SRW32: u32 = 8; constant R_MICROBLAZE_64_NONE (line 2351) | pub const R_MICROBLAZE_64_NONE: u32 = 9; constant R_MICROBLAZE_32_SYM_OP_SYM (line 2352) | pub const R_MICROBLAZE_32_SYM_OP_SYM: u32 = 10; constant R_MICROBLAZE_GNU_VTINHERIT (line 2353) | pub const R_MICROBLAZE_GNU_VTINHERIT: u32 = 11; constant R_MICROBLAZE_GNU_VTENTRY (line 2354) | pub const R_MICROBLAZE_GNU_VTENTRY: u32 = 12; constant R_MICROBLAZE_GOTPC_64 (line 2355) | pub const R_MICROBLAZE_GOTPC_64: u32 = 13; constant R_MICROBLAZE_GOT_64 (line 2356) | pub const R_MICROBLAZE_GOT_64: u32 = 14; constant R_MICROBLAZE_PLT_64 (line 2357) | pub const R_MICROBLAZE_PLT_64: u32 = 15; constant R_MICROBLAZE_REL (line 2358) | pub const R_MICROBLAZE_REL: u32 = 16; constant R_MICROBLAZE_JUMP_SLOT (line 2359) | pub const R_MICROBLAZE_JUMP_SLOT: u32 = 17; constant R_MICROBLAZE_GLOB_DAT (line 2360) | pub const R_MICROBLAZE_GLOB_DAT: u32 = 18; constant R_MICROBLAZE_GOTOFF_64 (line 2361) | pub const R_MICROBLAZE_GOTOFF_64: u32 = 19; constant R_MICROBLAZE_GOTOFF_32 (line 2362) | pub const R_MICROBLAZE_GOTOFF_32: u32 = 20; constant R_MICROBLAZE_COPY (line 2363) | pub const R_MICROBLAZE_COPY: u32 = 21; constant R_MICROBLAZE_TLS (line 2364) | pub const R_MICROBLAZE_TLS: u32 = 22; constant R_MICROBLAZE_TLSGD (line 2365) | pub const R_MICROBLAZE_TLSGD: u32 = 23; constant R_MICROBLAZE_TLSLD (line 2366) | pub const R_MICROBLAZE_TLSLD: u32 = 24; constant R_MICROBLAZE_TLSDTPMOD32 (line 2367) | pub const R_MICROBLAZE_TLSDTPMOD32: u32 = 25; constant R_MICROBLAZE_TLSDTPREL32 (line 2368) | pub const R_MICROBLAZE_TLSDTPREL32: u32 = 26; constant R_MICROBLAZE_TLSDTPREL64 (line 2369) | pub const R_MICROBLAZE_TLSDTPREL64: u32 = 27; constant R_MICROBLAZE_TLSGOTTPREL32 (line 2370) | pub const R_MICROBLAZE_TLSGOTTPREL32: u32 = 28; constant R_MICROBLAZE_TLSTPREL32 (line 2371) | pub const R_MICROBLAZE_TLSTPREL32: u32 = 29; constant DT_NIOS2_GP (line 2372) | pub const DT_NIOS2_GP: u32 = 1879048194; constant R_NIOS2_NONE (line 2373) | pub const R_NIOS2_NONE: u32 = 0; constant R_NIOS2_S16 (line 2374) | pub const R_NIOS2_S16: u32 = 1; constant R_NIOS2_U16 (line 2375) | pub const R_NIOS2_U16: u32 = 2; constant R_NIOS2_PCREL16 (line 2376) | pub const R_NIOS2_PCREL16: u32 = 3; constant R_NIOS2_CALL26 (line 2377) | pub const R_NIOS2_CALL26: u32 = 4; constant R_NIOS2_IMM5 (line 2378) | pub const R_NIOS2_IMM5: u32 = 5; constant R_NIOS2_CACHE_OPX (line 2379) | pub const R_NIOS2_CACHE_OPX: u32 = 6; constant R_NIOS2_IMM6 (line 2380) | pub const R_NIOS2_IMM6: u32 = 7; constant R_NIOS2_IMM8 (line 2381) | pub const R_NIOS2_IMM8: u32 = 8; constant R_NIOS2_HI16 (line 2382) | pub const R_NIOS2_HI16: u32 = 9; constant R_NIOS2_LO16 (line 2383) | pub const R_NIOS2_LO16: u32 = 10; constant R_NIOS2_HIADJ16 (line 2384) | pub const R_NIOS2_HIADJ16: u32 = 11; constant R_NIOS2_BFD_RELOC_32 (line 2385) | pub const R_NIOS2_BFD_RELOC_32: u32 = 12; constant R_NIOS2_BFD_RELOC_16 (line 2386) | pub const R_NIOS2_BFD_RELOC_16: u32 = 13; constant R_NIOS2_BFD_RELOC_8 (line 2387) | pub const R_NIOS2_BFD_RELOC_8: u32 = 14; constant R_NIOS2_GPREL (line 2388) | pub const R_NIOS2_GPREL: u32 = 15; constant R_NIOS2_GNU_VTINHERIT (line 2389) | pub const R_NIOS2_GNU_VTINHERIT: u32 = 16; constant R_NIOS2_GNU_VTENTRY (line 2390) | pub const R_NIOS2_GNU_VTENTRY: u32 = 17; constant R_NIOS2_UJMP (line 2391) | pub const R_NIOS2_UJMP: u32 = 18; constant R_NIOS2_CJMP (line 2392) | pub const R_NIOS2_CJMP: u32 = 19; constant R_NIOS2_CALLR (line 2393) | pub const R_NIOS2_CALLR: u32 = 20; constant R_NIOS2_ALIGN (line 2394) | pub const R_NIOS2_ALIGN: u32 = 21; constant R_NIOS2_GOT16 (line 2395) | pub const R_NIOS2_GOT16: u32 = 22; constant R_NIOS2_CALL16 (line 2396) | pub const R_NIOS2_CALL16: u32 = 23; constant R_NIOS2_GOTOFF_LO (line 2397) | pub const R_NIOS2_GOTOFF_LO: u32 = 24; constant R_NIOS2_GOTOFF_HA (line 2398) | pub const R_NIOS2_GOTOFF_HA: u32 = 25; constant R_NIOS2_PCREL_LO (line 2399) | pub const R_NIOS2_PCREL_LO: u32 = 26; constant R_NIOS2_PCREL_HA (line 2400) | pub const R_NIOS2_PCREL_HA: u32 = 27; constant R_NIOS2_TLS_GD16 (line 2401) | pub const R_NIOS2_TLS_GD16: u32 = 28; constant R_NIOS2_TLS_LDM16 (line 2402) | pub const R_NIOS2_TLS_LDM16: u32 = 29; constant R_NIOS2_TLS_LDO16 (line 2403) | pub const R_NIOS2_TLS_LDO16: u32 = 30; constant R_NIOS2_TLS_IE16 (line 2404) | pub const R_NIOS2_TLS_IE16: u32 = 31; constant R_NIOS2_TLS_LE16 (line 2405) | pub const R_NIOS2_TLS_LE16: u32 = 32; constant R_NIOS2_TLS_DTPMOD (line 2406) | pub const R_NIOS2_TLS_DTPMOD: u32 = 33; constant R_NIOS2_TLS_DTPREL (line 2407) | pub const R_NIOS2_TLS_DTPREL: u32 = 34; constant R_NIOS2_TLS_TPREL (line 2408) | pub const R_NIOS2_TLS_TPREL: u32 = 35; constant R_NIOS2_COPY (line 2409) | pub const R_NIOS2_COPY: u32 = 36; constant R_NIOS2_GLOB_DAT (line 2410) | pub const R_NIOS2_GLOB_DAT: u32 = 37; constant R_NIOS2_JUMP_SLOT (line 2411) | pub const R_NIOS2_JUMP_SLOT: u32 = 38; constant R_NIOS2_RELATIVE (line 2412) | pub const R_NIOS2_RELATIVE: u32 = 39; constant R_NIOS2_GOTOFF (line 2413) | pub const R_NIOS2_GOTOFF: u32 = 40; constant R_NIOS2_CALL26_NOAT (line 2414) | pub const R_NIOS2_CALL26_NOAT: u32 = 41; constant R_NIOS2_GOT_LO (line 2415) | pub const R_NIOS2_GOT_LO: u32 = 42; constant R_NIOS2_GOT_HA (line 2416) | pub const R_NIOS2_GOT_HA: u32 = 43; constant R_NIOS2_CALL_LO (line 2417) | pub const R_NIOS2_CALL_LO: u32 = 44; constant R_NIOS2_CALL_HA (line 2418) | pub const R_NIOS2_CALL_HA: u32 = 45; constant R_TILEPRO_NONE (line 2419) | pub const R_TILEPRO_NONE: u32 = 0; constant R_TILEPRO_32 (line 2420) | pub const R_TILEPRO_32: u32 = 1; constant R_TILEPRO_16 (line 2421) | pub const R_TILEPRO_16: u32 = 2; constant R_TILEPRO_8 (line 2422) | pub const R_TILEPRO_8: u32 = 3; constant R_TILEPRO_32_PCREL (line 2423) | pub const R_TILEPRO_32_PCREL: u32 = 4; constant R_TILEPRO_16_PCREL (line 2424) | pub const R_TILEPRO_16_PCREL: u32 = 5; constant R_TILEPRO_8_PCREL (line 2425) | pub const R_TILEPRO_8_PCREL: u32 = 6; constant R_TILEPRO_LO16 (line 2426) | pub const R_TILEPRO_LO16: u32 = 7; constant R_TILEPRO_HI16 (line 2427) | pub const R_TILEPRO_HI16: u32 = 8; constant R_TILEPRO_HA16 (line 2428) | pub const R_TILEPRO_HA16: u32 = 9; constant R_TILEPRO_COPY (line 2429) | pub const R_TILEPRO_COPY: u32 = 10; constant R_TILEPRO_GLOB_DAT (line 2430) | pub const R_TILEPRO_GLOB_DAT: u32 = 11; constant R_TILEPRO_JMP_SLOT (line 2431) | pub const R_TILEPRO_JMP_SLOT: u32 = 12; constant R_TILEPRO_RELATIVE (line 2432) | pub const R_TILEPRO_RELATIVE: u32 = 13; constant R_TILEPRO_BROFF_X1 (line 2433) | pub const R_TILEPRO_BROFF_X1: u32 = 14; constant R_TILEPRO_JOFFLONG_X1 (line 2434) | pub const R_TILEPRO_JOFFLONG_X1: u32 = 15; constant R_TILEPRO_JOFFLONG_X1_PLT (line 2435) | pub const R_TILEPRO_JOFFLONG_X1_PLT: u32 = 16; constant R_TILEPRO_IMM8_X0 (line 2436) | pub const R_TILEPRO_IMM8_X0: u32 = 17; constant R_TILEPRO_IMM8_Y0 (line 2437) | pub const R_TILEPRO_IMM8_Y0: u32 = 18; constant R_TILEPRO_IMM8_X1 (line 2438) | pub const R_TILEPRO_IMM8_X1: u32 = 19; constant R_TILEPRO_IMM8_Y1 (line 2439) | pub const R_TILEPRO_IMM8_Y1: u32 = 20; constant R_TILEPRO_MT_IMM15_X1 (line 2440) | pub const R_TILEPRO_MT_IMM15_X1: u32 = 21; constant R_TILEPRO_MF_IMM15_X1 (line 2441) | pub const R_TILEPRO_MF_IMM15_X1: u32 = 22; constant R_TILEPRO_IMM16_X0 (line 2442) | pub const R_TILEPRO_IMM16_X0: u32 = 23; constant R_TILEPRO_IMM16_X1 (line 2443) | pub const R_TILEPRO_IMM16_X1: u32 = 24; constant R_TILEPRO_IMM16_X0_LO (line 2444) | pub const R_TILEPRO_IMM16_X0_LO: u32 = 25; constant R_TILEPRO_IMM16_X1_LO (line 2445) | pub const R_TILEPRO_IMM16_X1_LO: u32 = 26; constant R_TILEPRO_IMM16_X0_HI (line 2446) | pub const R_TILEPRO_IMM16_X0_HI: u32 = 27; constant R_TILEPRO_IMM16_X1_HI (line 2447) | pub const R_TILEPRO_IMM16_X1_HI: u32 = 28; constant R_TILEPRO_IMM16_X0_HA (line 2448) | pub const R_TILEPRO_IMM16_X0_HA: u32 = 29; constant R_TILEPRO_IMM16_X1_HA (line 2449) | pub const R_TILEPRO_IMM16_X1_HA: u32 = 30; constant R_TILEPRO_IMM16_X0_PCREL (line 2450) | pub const R_TILEPRO_IMM16_X0_PCREL: u32 = 31; constant R_TILEPRO_IMM16_X1_PCREL (line 2451) | pub const R_TILEPRO_IMM16_X1_PCREL: u32 = 32; constant R_TILEPRO_IMM16_X0_LO_PCREL (line 2452) | pub const R_TILEPRO_IMM16_X0_LO_PCREL: u32 = 33; constant R_TILEPRO_IMM16_X1_LO_PCREL (line 2453) | pub const R_TILEPRO_IMM16_X1_LO_PCREL: u32 = 34; constant R_TILEPRO_IMM16_X0_HI_PCREL (line 2454) | pub const R_TILEPRO_IMM16_X0_HI_PCREL: u32 = 35; constant R_TILEPRO_IMM16_X1_HI_PCREL (line 2455) | pub const R_TILEPRO_IMM16_X1_HI_PCREL: u32 = 36; constant R_TILEPRO_IMM16_X0_HA_PCREL (line 2456) | pub const R_TILEPRO_IMM16_X0_HA_PCREL: u32 = 37; constant R_TILEPRO_IMM16_X1_HA_PCREL (line 2457) | pub const R_TILEPRO_IMM16_X1_HA_PCREL: u32 = 38; constant R_TILEPRO_IMM16_X0_GOT (line 2458) | pub const R_TILEPRO_IMM16_X0_GOT: u32 = 39; constant R_TILEPRO_IMM16_X1_GOT (line 2459) | pub const R_TILEPRO_IMM16_X1_GOT: u32 = 40; constant R_TILEPRO_IMM16_X0_GOT_LO (line 2460) | pub const R_TILEPRO_IMM16_X0_GOT_LO: u32 = 41; constant R_TILEPRO_IMM16_X1_GOT_LO (line 2461) | pub const R_TILEPRO_IMM16_X1_GOT_LO: u32 = 42; constant R_TILEPRO_IMM16_X0_GOT_HI (line 2462) | pub const R_TILEPRO_IMM16_X0_GOT_HI: u32 = 43; constant R_TILEPRO_IMM16_X1_GOT_HI (line 2463) | pub const R_TILEPRO_IMM16_X1_GOT_HI: u32 = 44; constant R_TILEPRO_IMM16_X0_GOT_HA (line 2464) | pub const R_TILEPRO_IMM16_X0_GOT_HA: u32 = 45; constant R_TILEPRO_IMM16_X1_GOT_HA (line 2465) | pub const R_TILEPRO_IMM16_X1_GOT_HA: u32 = 46; constant R_TILEPRO_MMSTART_X0 (line 2466) | pub const R_TILEPRO_MMSTART_X0: u32 = 47; constant R_TILEPRO_MMEND_X0 (line 2467) | pub const R_TILEPRO_MMEND_X0: u32 = 48; constant R_TILEPRO_MMSTART_X1 (line 2468) | pub const R_TILEPRO_MMSTART_X1: u32 = 49; constant R_TILEPRO_MMEND_X1 (line 2469) | pub const R_TILEPRO_MMEND_X1: u32 = 50; constant R_TILEPRO_SHAMT_X0 (line 2470) | pub const R_TILEPRO_SHAMT_X0: u32 = 51; constant R_TILEPRO_SHAMT_X1 (line 2471) | pub const R_TILEPRO_SHAMT_X1: u32 = 52; constant R_TILEPRO_SHAMT_Y0 (line 2472) | pub const R_TILEPRO_SHAMT_Y0: u32 = 53; constant R_TILEPRO_SHAMT_Y1 (line 2473) | pub const R_TILEPRO_SHAMT_Y1: u32 = 54; constant R_TILEPRO_DEST_IMM8_X1 (line 2474) | pub const R_TILEPRO_DEST_IMM8_X1: u32 = 55; constant R_TILEPRO_TLS_GD_CALL (line 2475) | pub const R_TILEPRO_TLS_GD_CALL: u32 = 60; constant R_TILEPRO_IMM8_X0_TLS_GD_ADD (line 2476) | pub const R_TILEPRO_IMM8_X0_TLS_GD_ADD: u32 = 61; constant R_TILEPRO_IMM8_X1_TLS_GD_ADD (line 2477) | pub const R_TILEPRO_IMM8_X1_TLS_GD_ADD: u32 = 62; constant R_TILEPRO_IMM8_Y0_TLS_GD_ADD (line 2478) | pub const R_TILEPRO_IMM8_Y0_TLS_GD_ADD: u32 = 63; constant R_TILEPRO_IMM8_Y1_TLS_GD_ADD (line 2479) | pub const R_TILEPRO_IMM8_Y1_TLS_GD_ADD: u32 = 64; constant R_TILEPRO_TLS_IE_LOAD (line 2480) | pub const R_TILEPRO_TLS_IE_LOAD: u32 = 65; constant R_TILEPRO_IMM16_X0_TLS_GD (line 2481) | pub const R_TILEPRO_IMM16_X0_TLS_GD: u32 = 66; constant R_TILEPRO_IMM16_X1_TLS_GD (line 2482) | pub const R_TILEPRO_IMM16_X1_TLS_GD: u32 = 67; constant R_TILEPRO_IMM16_X0_TLS_GD_LO (line 2483) | pub const R_TILEPRO_IMM16_X0_TLS_GD_LO: u32 = 68; constant R_TILEPRO_IMM16_X1_TLS_GD_LO (line 2484) | pub const R_TILEPRO_IMM16_X1_TLS_GD_LO: u32 = 69; constant R_TILEPRO_IMM16_X0_TLS_GD_HI (line 2485) | pub const R_TILEPRO_IMM16_X0_TLS_GD_HI: u32 = 70; constant R_TILEPRO_IMM16_X1_TLS_GD_HI (line 2486) | pub const R_TILEPRO_IMM16_X1_TLS_GD_HI: u32 = 71; constant R_TILEPRO_IMM16_X0_TLS_GD_HA (line 2487) | pub const R_TILEPRO_IMM16_X0_TLS_GD_HA: u32 = 72; constant R_TILEPRO_IMM16_X1_TLS_GD_HA (line 2488) | pub const R_TILEPRO_IMM16_X1_TLS_GD_HA: u32 = 73; constant R_TILEPRO_IMM16_X0_TLS_IE (line 2489) | pub const R_TILEPRO_IMM16_X0_TLS_IE: u32 = 74; constant R_TILEPRO_IMM16_X1_TLS_IE (line 2490) | pub const R_TILEPRO_IMM16_X1_TLS_IE: u32 = 75; constant R_TILEPRO_IMM16_X0_TLS_IE_LO (line 2491) | pub const R_TILEPRO_IMM16_X0_TLS_IE_LO: u32 = 76; constant R_TILEPRO_IMM16_X1_TLS_IE_LO (line 2492) | pub const R_TILEPRO_IMM16_X1_TLS_IE_LO: u32 = 77; constant R_TILEPRO_IMM16_X0_TLS_IE_HI (line 2493) | pub const R_TILEPRO_IMM16_X0_TLS_IE_HI: u32 = 78; constant R_TILEPRO_IMM16_X1_TLS_IE_HI (line 2494) | pub const R_TILEPRO_IMM16_X1_TLS_IE_HI: u32 = 79; constant R_TILEPRO_IMM16_X0_TLS_IE_HA (line 2495) | pub const R_TILEPRO_IMM16_X0_TLS_IE_HA: u32 = 80; constant R_TILEPRO_IMM16_X1_TLS_IE_HA (line 2496) | pub const R_TILEPRO_IMM16_X1_TLS_IE_HA: u32 = 81; constant R_TILEPRO_TLS_DTPMOD32 (line 2497) | pub const R_TILEPRO_TLS_DTPMOD32: u32 = 82; constant R_TILEPRO_TLS_DTPOFF32 (line 2498) | pub const R_TILEPRO_TLS_DTPOFF32: u32 = 83; constant R_TILEPRO_TLS_TPOFF32 (line 2499) | pub const R_TILEPRO_TLS_TPOFF32: u32 = 84; constant R_TILEPRO_IMM16_X0_TLS_LE (line 2500) | pub const R_TILEPRO_IMM16_X0_TLS_LE: u32 = 85; constant R_TILEPRO_IMM16_X1_TLS_LE (line 2501) | pub const R_TILEPRO_IMM16_X1_TLS_LE: u32 = 86; constant R_TILEPRO_IMM16_X0_TLS_LE_LO (line 2502) | pub const R_TILEPRO_IMM16_X0_TLS_LE_LO: u32 = 87; constant R_TILEPRO_IMM16_X1_TLS_LE_LO (line 2503) | pub const R_TILEPRO_IMM16_X1_TLS_LE_LO: u32 = 88; constant R_TILEPRO_IMM16_X0_TLS_LE_HI (line 2504) | pub const R_TILEPRO_IMM16_X0_TLS_LE_HI: u32 = 89; constant R_TILEPRO_IMM16_X1_TLS_LE_HI (line 2505) | pub const R_TILEPRO_IMM16_X1_TLS_LE_HI: u32 = 90; constant R_TILEPRO_IMM16_X0_TLS_LE_HA (line 2506) | pub const R_TILEPRO_IMM16_X0_TLS_LE_HA: u32 = 91; constant R_TILEPRO_IMM16_X1_TLS_LE_HA (line 2507) | pub const R_TILEPRO_IMM16_X1_TLS_LE_HA: u32 = 92; constant R_TILEPRO_GNU_VTINHERIT (line 2508) | pub const R_TILEPRO_GNU_VTINHERIT: u32 = 128; constant R_TILEPRO_GNU_VTENTRY (line 2509) | pub const R_TILEPRO_GNU_VTENTRY: u32 = 129; constant R_TILEPRO_NUM (line 2510) | pub const R_TILEPRO_NUM: u32 = 130; constant R_TILEGX_NONE (line 2511) | pub const R_TILEGX_NONE: u32 = 0; constant R_TILEGX_64 (line 2512) | pub const R_TILEGX_64: u32 = 1; constant R_TILEGX_32 (line 2513) | pub const R_TILEGX_32: u32 = 2; constant R_TILEGX_16 (line 2514) | pub const R_TILEGX_16: u32 = 3; constant R_TILEGX_8 (line 2515) | pub const R_TILEGX_8: u32 = 4; constant R_TILEGX_64_PCREL (line 2516) | pub const R_TILEGX_64_PCREL: u32 = 5; constant R_TILEGX_32_PCREL (line 2517) | pub const R_TILEGX_32_PCREL: u32 = 6; constant R_TILEGX_16_PCREL (line 2518) | pub const R_TILEGX_16_PCREL: u32 = 7; constant R_TILEGX_8_PCREL (line 2519) | pub const R_TILEGX_8_PCREL: u32 = 8; constant R_TILEGX_HW0 (line 2520) | pub const R_TILEGX_HW0: u32 = 9; constant R_TILEGX_HW1 (line 2521) | pub const R_TILEGX_HW1: u32 = 10; constant R_TILEGX_HW2 (line 2522) | pub const R_TILEGX_HW2: u32 = 11; constant R_TILEGX_HW3 (line 2523) | pub const R_TILEGX_HW3: u32 = 12; constant R_TILEGX_HW0_LAST (line 2524) | pub const R_TILEGX_HW0_LAST: u32 = 13; constant R_TILEGX_HW1_LAST (line 2525) | pub const R_TILEGX_HW1_LAST: u32 = 14; constant R_TILEGX_HW2_LAST (line 2526) | pub const R_TILEGX_HW2_LAST: u32 = 15; constant R_TILEGX_COPY (line 2527) | pub const R_TILEGX_COPY: u32 = 16; constant R_TILEGX_GLOB_DAT (line 2528) | pub const R_TILEGX_GLOB_DAT: u32 = 17; constant R_TILEGX_JMP_SLOT (line 2529) | pub const R_TILEGX_JMP_SLOT: u32 = 18; constant R_TILEGX_RELATIVE (line 2530) | pub const R_TILEGX_RELATIVE: u32 = 19; constant R_TILEGX_BROFF_X1 (line 2531) | pub const R_TILEGX_BROFF_X1: u32 = 20; constant R_TILEGX_JUMPOFF_X1 (line 2532) | pub const R_TILEGX_JUMPOFF_X1: u32 = 21; constant R_TILEGX_JUMPOFF_X1_PLT (line 2533) | pub const R_TILEGX_JUMPOFF_X1_PLT: u32 = 22; constant R_TILEGX_IMM8_X0 (line 2534) | pub const R_TILEGX_IMM8_X0: u32 = 23; constant R_TILEGX_IMM8_Y0 (line 2535) | pub const R_TILEGX_IMM8_Y0: u32 = 24; constant R_TILEGX_IMM8_X1 (line 2536) | pub const R_TILEGX_IMM8_X1: u32 = 25; constant R_TILEGX_IMM8_Y1 (line 2537) | pub const R_TILEGX_IMM8_Y1: u32 = 26; constant R_TILEGX_DEST_IMM8_X1 (line 2538) | pub const R_TILEGX_DEST_IMM8_X1: u32 = 27; constant R_TILEGX_MT_IMM14_X1 (line 2539) | pub const R_TILEGX_MT_IMM14_X1: u32 = 28; constant R_TILEGX_MF_IMM14_X1 (line 2540) | pub const R_TILEGX_MF_IMM14_X1: u32 = 29; constant R_TILEGX_MMSTART_X0 (line 2541) | pub const R_TILEGX_MMSTART_X0: u32 = 30; constant R_TILEGX_MMEND_X0 (line 2542) | pub const R_TILEGX_MMEND_X0: u32 = 31; constant R_TILEGX_SHAMT_X0 (line 2543) | pub const R_TILEGX_SHAMT_X0: u32 = 32; constant R_TILEGX_SHAMT_X1 (line 2544) | pub const R_TILEGX_SHAMT_X1: u32 = 33; constant R_TILEGX_SHAMT_Y0 (line 2545) | pub const R_TILEGX_SHAMT_Y0: u32 = 34; constant R_TILEGX_SHAMT_Y1 (line 2546) | pub const R_TILEGX_SHAMT_Y1: u32 = 35; constant R_TILEGX_IMM16_X0_HW0 (line 2547) | pub const R_TILEGX_IMM16_X0_HW0: u32 = 36; constant R_TILEGX_IMM16_X1_HW0 (line 2548) | pub const R_TILEGX_IMM16_X1_HW0: u32 = 37; constant R_TILEGX_IMM16_X0_HW1 (line 2549) | pub const R_TILEGX_IMM16_X0_HW1: u32 = 38; constant R_TILEGX_IMM16_X1_HW1 (line 2550) | pub const R_TILEGX_IMM16_X1_HW1: u32 = 39; constant R_TILEGX_IMM16_X0_HW2 (line 2551) | pub const R_TILEGX_IMM16_X0_HW2: u32 = 40; constant R_TILEGX_IMM16_X1_HW2 (line 2552) | pub const R_TILEGX_IMM16_X1_HW2: u32 = 41; constant R_TILEGX_IMM16_X0_HW3 (line 2553) | pub const R_TILEGX_IMM16_X0_HW3: u32 = 42; constant R_TILEGX_IMM16_X1_HW3 (line 2554) | pub const R_TILEGX_IMM16_X1_HW3: u32 = 43; constant R_TILEGX_IMM16_X0_HW0_LAST (line 2555) | pub const R_TILEGX_IMM16_X0_HW0_LAST: u32 = 44; constant R_TILEGX_IMM16_X1_HW0_LAST (line 2556) | pub const R_TILEGX_IMM16_X1_HW0_LAST: u32 = 45; constant R_TILEGX_IMM16_X0_HW1_LAST (line 2557) | pub const R_TILEGX_IMM16_X0_HW1_LAST: u32 = 46; constant R_TILEGX_IMM16_X1_HW1_LAST (line 2558) | pub const R_TILEGX_IMM16_X1_HW1_LAST: u32 = 47; constant R_TILEGX_IMM16_X0_HW2_LAST (line 2559) | pub const R_TILEGX_IMM16_X0_HW2_LAST: u32 = 48; constant R_TILEGX_IMM16_X1_HW2_LAST (line 2560) | pub const R_TILEGX_IMM16_X1_HW2_LAST: u32 = 49; constant R_TILEGX_IMM16_X0_HW0_PCREL (line 2561) | pub const R_TILEGX_IMM16_X0_HW0_PCREL: u32 = 50; constant R_TILEGX_IMM16_X1_HW0_PCREL (line 2562) | pub const R_TILEGX_IMM16_X1_HW0_PCREL: u32 = 51; constant R_TILEGX_IMM16_X0_HW1_PCREL (line 2563) | pub const R_TILEGX_IMM16_X0_HW1_PCREL: u32 = 52; constant R_TILEGX_IMM16_X1_HW1_PCREL (line 2564) | pub const R_TILEGX_IMM16_X1_HW1_PCREL: u32 = 53; constant R_TILEGX_IMM16_X0_HW2_PCREL (line 2565) | pub const R_TILEGX_IMM16_X0_HW2_PCREL: u32 = 54; constant R_TILEGX_IMM16_X1_HW2_PCREL (line 2566) | pub const R_TILEGX_IMM16_X1_HW2_PCREL: u32 = 55; constant R_TILEGX_IMM16_X0_HW3_PCREL (line 2567) | pub const R_TILEGX_IMM16_X0_HW3_PCREL: u32 = 56; constant R_TILEGX_IMM16_X1_HW3_PCREL (line 2568) | pub const R_TILEGX_IMM16_X1_HW3_PCREL: u32 = 57; constant R_TILEGX_IMM16_X0_HW0_LAST_PCREL (line 2569) | pub const R_TILEGX_IMM16_X0_HW0_LAST_PCREL: u32 = 58; constant R_TILEGX_IMM16_X1_HW0_LAST_PCREL (line 2570) | pub const R_TILEGX_IMM16_X1_HW0_LAST_PCREL: u32 = 59; constant R_TILEGX_IMM16_X0_HW1_LAST_PCREL (line 2571) | pub const R_TILEGX_IMM16_X0_HW1_LAST_PCREL: u32 = 60; constant R_TILEGX_IMM16_X1_HW1_LAST_PCREL (line 2572) | pub const R_TILEGX_IMM16_X1_HW1_LAST_PCREL: u32 = 61; constant R_TILEGX_IMM16_X0_HW2_LAST_PCREL (line 2573) | pub const R_TILEGX_IMM16_X0_HW2_LAST_PCREL: u32 = 62; constant R_TILEGX_IMM16_X1_HW2_LAST_PCREL (line 2574) | pub const R_TILEGX_IMM16_X1_HW2_LAST_PCREL: u32 = 63; constant R_TILEGX_IMM16_X0_HW0_GOT (line 2575) | pub const R_TILEGX_IMM16_X0_HW0_GOT: u32 = 64; constant R_TILEGX_IMM16_X1_HW0_GOT (line 2576) | pub const R_TILEGX_IMM16_X1_HW0_GOT: u32 = 65; constant R_TILEGX_IMM16_X0_HW0_PLT_PCREL (line 2577) | pub const R_TILEGX_IMM16_X0_HW0_PLT_PCREL: u32 = 66; constant R_TILEGX_IMM16_X1_HW0_PLT_PCREL (line 2578) | pub const R_TILEGX_IMM16_X1_HW0_PLT_PCREL: u32 = 67; constant R_TILEGX_IMM16_X0_HW1_PLT_PCREL (line 2579) | pub const R_TILEGX_IMM16_X0_HW1_PLT_PCREL: u32 = 68; constant R_TILEGX_IMM16_X1_HW1_PLT_PCREL (line 2580) | pub const R_TILEGX_IMM16_X1_HW1_PLT_PCREL: u32 = 69; constant R_TILEGX_IMM16_X0_HW2_PLT_PCREL (line 2581) | pub const R_TILEGX_IMM16_X0_HW2_PLT_PCREL: u32 = 70; constant R_TILEGX_IMM16_X1_HW2_PLT_PCREL (line 2582) | pub const R_TILEGX_IMM16_X1_HW2_PLT_PCREL: u32 = 71; constant R_TILEGX_IMM16_X0_HW0_LAST_GOT (line 2583) | pub const R_TILEGX_IMM16_X0_HW0_LAST_GOT: u32 = 72; constant R_TILEGX_IMM16_X1_HW0_LAST_GOT (line 2584) | pub const R_TILEGX_IMM16_X1_HW0_LAST_GOT: u32 = 73; constant R_TILEGX_IMM16_X0_HW1_LAST_GOT (line 2585) | pub const R_TILEGX_IMM16_X0_HW1_LAST_GOT: u32 = 74; constant R_TILEGX_IMM16_X1_HW1_LAST_GOT (line 2586) | pub const R_TILEGX_IMM16_X1_HW1_LAST_GOT: u32 = 75; constant R_TILEGX_IMM16_X0_HW3_PLT_PCREL (line 2587) | pub const R_TILEGX_IMM16_X0_HW3_PLT_PCREL: u32 = 76; constant R_TILEGX_IMM16_X1_HW3_PLT_PCREL (line 2588) | pub const R_TILEGX_IMM16_X1_HW3_PLT_PCREL: u32 = 77; constant R_TILEGX_IMM16_X0_HW0_TLS_GD (line 2589) | pub const R_TILEGX_IMM16_X0_HW0_TLS_GD: u32 = 78; constant R_TILEGX_IMM16_X1_HW0_TLS_GD (line 2590) | pub const R_TILEGX_IMM16_X1_HW0_TLS_GD: u32 = 79; constant R_TILEGX_IMM16_X0_HW0_TLS_LE (line 2591) | pub const R_TILEGX_IMM16_X0_HW0_TLS_LE: u32 = 80; constant R_TILEGX_IMM16_X1_HW0_TLS_LE (line 2592) | pub const R_TILEGX_IMM16_X1_HW0_TLS_LE: u32 = 81; constant R_TILEGX_IMM16_X0_HW0_LAST_TLS_LE (line 2593) | pub const R_TILEGX_IMM16_X0_HW0_LAST_TLS_LE: u32 = 82; constant R_TILEGX_IMM16_X1_HW0_LAST_TLS_LE (line 2594) | pub const R_TILEGX_IMM16_X1_HW0_LAST_TLS_LE: u32 = 83; constant R_TILEGX_IMM16_X0_HW1_LAST_TLS_LE (line 2595) | pub const R_TILEGX_IMM16_X0_HW1_LAST_TLS_LE: u32 = 84; constant R_TILEGX_IMM16_X1_HW1_LAST_TLS_LE (line 2596) | pub const R_TILEGX_IMM16_X1_HW1_LAST_TLS_LE: u32 = 85; constant R_TILEGX_IMM16_X0_HW0_LAST_TLS_GD (line 2597) | pub const R_TILEGX_IMM16_X0_HW0_LAST_TLS_GD: u32 = 86; constant R_TILEGX_IMM16_X1_HW0_LAST_TLS_GD (line 2598) | pub const R_TILEGX_IMM16_X1_HW0_LAST_TLS_GD: u32 = 87; constant R_TILEGX_IMM16_X0_HW1_LAST_TLS_GD (line 2599) | pub const R_TILEGX_IMM16_X0_HW1_LAST_TLS_GD: u32 = 88; constant R_TILEGX_IMM16_X1_HW1_LAST_TLS_GD (line 2600) | pub const R_TILEGX_IMM16_X1_HW1_LAST_TLS_GD: u32 = 89; constant R_TILEGX_IMM16_X0_HW0_TLS_IE (line 2601) | pub const R_TILEGX_IMM16_X0_HW0_TLS_IE: u32 = 92; constant R_TILEGX_IMM16_X1_HW0_TLS_IE (line 2602) | pub const R_TILEGX_IMM16_X1_HW0_TLS_IE: u32 = 93; constant R_TILEGX_IMM16_X0_HW0_LAST_PLT_PCREL (line 2603) | pub const R_TILEGX_IMM16_X0_HW0_LAST_PLT_PCREL: u32 = 94; constant R_TILEGX_IMM16_X1_HW0_LAST_PLT_PCREL (line 2604) | pub const R_TILEGX_IMM16_X1_HW0_LAST_PLT_PCREL: u32 = 95; constant R_TILEGX_IMM16_X0_HW1_LAST_PLT_PCREL (line 2605) | pub const R_TILEGX_IMM16_X0_HW1_LAST_PLT_PCREL: u32 = 96; constant R_TILEGX_IMM16_X1_HW1_LAST_PLT_PCREL (line 2606) | pub const R_TILEGX_IMM16_X1_HW1_LAST_PLT_PCREL: u32 = 97; constant R_TILEGX_IMM16_X0_HW2_LAST_PLT_PCREL (line 2607) | pub const R_TILEGX_IMM16_X0_HW2_LAST_PLT_PCREL: u32 = 98; constant R_TILEGX_IMM16_X1_HW2_LAST_PLT_PCREL (line 2608) | pub const R_TILEGX_IMM16_X1_HW2_LAST_PLT_PCREL: u32 = 99; constant R_TILEGX_IMM16_X0_HW0_LAST_TLS_IE (line 2609) | pub const R_TILEGX_IMM16_X0_HW0_LAST_TLS_IE: u32 = 100; constant R_TILEGX_IMM16_X1_HW0_LAST_TLS_IE (line 2610) | pub const R_TILEGX_IMM16_X1_HW0_LAST_TLS_IE: u32 = 101; constant R_TILEGX_IMM16_X0_HW1_LAST_TLS_IE (line 2611) | pub const R_TILEGX_IMM16_X0_HW1_LAST_TLS_IE: u32 = 102; constant R_TILEGX_IMM16_X1_HW1_LAST_TLS_IE (line 2612) | pub const R_TILEGX_IMM16_X1_HW1_LAST_TLS_IE: u32 = 103; constant R_TILEGX_TLS_DTPMOD64 (line 2613) | pub const R_TILEGX_TLS_DTPMOD64: u32 = 106; constant R_TILEGX_TLS_DTPOFF64 (line 2614) | pub const R_TILEGX_TLS_DTPOFF64: u32 = 107; constant R_TILEGX_TLS_TPOFF64 (line 2615) | pub const R_TILEGX_TLS_TPOFF64: u32 = 108; constant R_TILEGX_TLS_DTPMOD32 (line 2616) | pub const R_TILEGX_TLS_DTPMOD32: u32 = 109; constant R_TILEGX_TLS_DTPOFF32 (line 2617) | pub const R_TILEGX_TLS_DTPOFF32: u32 = 110; constant R_TILEGX_TLS_TPOFF32 (line 2618) | pub const R_TILEGX_TLS_TPOFF32: u32 = 111; constant R_TILEGX_TLS_GD_CALL (line 2619) | pub const R_TILEGX_TLS_GD_CALL: u32 = 112; constant R_TILEGX_IMM8_X0_TLS_GD_ADD (line 2620) | pub const R_TILEGX_IMM8_X0_TLS_GD_ADD: u32 = 113; constant R_TILEGX_IMM8_X1_TLS_GD_ADD (line 2621) | pub const R_TILEGX_IMM8_X1_TLS_GD_ADD: u32 = 114; constant R_TILEGX_IMM8_Y0_TLS_GD_ADD (line 2622) | pub const R_TILEGX_IMM8_Y0_TLS_GD_ADD: u32 = 115; constant R_TILEGX_IMM8_Y1_TLS_GD_ADD (line 2623) | pub const R_TILEGX_IMM8_Y1_TLS_GD_ADD: u32 = 116; constant R_TILEGX_TLS_IE_LOAD (line 2624) | pub const R_TILEGX_TLS_IE_LOAD: u32 = 117; constant R_TILEGX_IMM8_X0_TLS_ADD (line 2625) | pub const R_TILEGX_IMM8_X0_TLS_ADD: u32 = 118; constant R_TILEGX_IMM8_X1_TLS_ADD (line 2626) | pub const R_TILEGX_IMM8_X1_TLS_ADD: u32 = 119; constant R_TILEGX_IMM8_Y0_TLS_ADD (line 2627) | pub const R_TILEGX_IMM8_Y0_TLS_ADD: u32 = 120; constant R_TILEGX_IMM8_Y1_TLS_ADD (line 2628) | pub const R_TILEGX_IMM8_Y1_TLS_ADD: u32 = 121; constant R_TILEGX_GNU_VTINHERIT (line 2629) | pub const R_TILEGX_GNU_VTINHERIT: u32 = 128; constant R_TILEGX_GNU_VTENTRY (line 2630) | pub const R_TILEGX_GNU_VTENTRY: u32 = 129; constant R_TILEGX_NUM (line 2631) | pub const R_TILEGX_NUM: u32 = 130; constant EF_RISCV_RVC (line 2632) | pub const EF_RISCV_RVC: u32 = 1; constant EF_RISCV_FLOAT_ABI (line 2633) | pub const EF_RISCV_FLOAT_ABI: u32 = 6; constant EF_RISCV_FLOAT_ABI_SOFT (line 2634) | pub const EF_RISCV_FLOAT_ABI_SOFT: u32 = 0; constant EF_RISCV_FLOAT_ABI_SINGLE (line 2635) | pub const EF_RISCV_FLOAT_ABI_SINGLE: u32 = 2; constant EF_RISCV_FLOAT_ABI_DOUBLE (line 2636) | pub const EF_RISCV_FLOAT_ABI_DOUBLE: u32 = 4; constant EF_RISCV_FLOAT_ABI_QUAD (line 2637) | pub const EF_RISCV_FLOAT_ABI_QUAD: u32 = 6; constant R_RISCV_NONE (line 2638) | pub const R_RISCV_NONE: u32 = 0; constant R_RISCV_32 (line 2639) | pub const R_RISCV_32: u32 = 1; constant R_RISCV_64 (line 2640) | pub const R_RISCV_64: u32 = 2; constant R_RISCV_RELATIVE (line 2641) | pub const R_RISCV_RELATIVE: u32 = 3; constant R_RISCV_COPY (line 2642) | pub const R_RISCV_COPY: u32 = 4; constant R_RISCV_JUMP_SLOT (line 2643) | pub const R_RISCV_JUMP_SLOT: u32 = 5; constant R_RISCV_TLS_DTPMOD32 (line 2644) | pub const R_RISCV_TLS_DTPMOD32: u32 = 6; constant R_RISCV_TLS_DTPMOD64 (line 2645) | pub const R_RISCV_TLS_DTPMOD64: u32 = 7; constant R_RISCV_TLS_DTPREL32 (line 2646) | pub const R_RISCV_TLS_DTPREL32: u32 = 8; constant R_RISCV_TLS_DTPREL64 (line 2647) | pub const R_RISCV_TLS_DTPREL64: u32 = 9; constant R_RISCV_TLS_TPREL32 (line 2648) | pub const R_RISCV_TLS_TPREL32: u32 = 10; constant R_RISCV_TLS_TPREL64 (line 2649) | pub const R_RISCV_TLS_TPREL64: u32 = 11; constant R_RISCV_BRANCH (line 2650) | pub const R_RISCV_BRANCH: u32 = 16; constant R_RISCV_JAL (line 2651) | pub const R_RISCV_JAL: u32 = 17; constant R_RISCV_CALL (line 2652) | pub const R_RISCV_CALL: u32 = 18; constant R_RISCV_CALL_PLT (line 2653) | pub const R_RISCV_CALL_PLT: u32 = 19; constant R_RISCV_GOT_HI20 (line 2654) | pub const R_RISCV_GOT_HI20: u32 = 20; constant R_RISCV_TLS_GOT_HI20 (line 2655) | pub const R_RISCV_TLS_GOT_HI20: u32 = 21; constant R_RISCV_TLS_GD_HI20 (line 2656) | pub const R_RISCV_TLS_GD_HI20: u32 = 22; constant R_RISCV_PCREL_HI20 (line 2657) | pub const R_RISCV_PCREL_HI20: u32 = 23; constant R_RISCV_PCREL_LO12_I (line 2658) | pub const R_RISCV_PCREL_LO12_I: u32 = 24; constant R_RISCV_PCREL_LO12_S (line 2659) | pub const R_RISCV_PCREL_LO12_S: u32 = 25; constant R_RISCV_HI20 (line 2660) | pub const R_RISCV_HI20: u32 = 26; constant R_RISCV_LO12_I (line 2661) | pub const R_RISCV_LO12_I: u32 = 27; constant R_RISCV_LO12_S (line 2662) | pub const R_RISCV_LO12_S: u32 = 28; constant R_RISCV_TPREL_HI20 (line 2663) | pub const R_RISCV_TPREL_HI20: u32 = 29; constant R_RISCV_TPREL_LO12_I (line 2664) | pub const R_RISCV_TPREL_LO12_I: u32 = 30; constant R_RISCV_TPREL_LO12_S (line 2665) | pub const R_RISCV_TPREL_LO12_S: u32 = 31; constant R_RISCV_TPREL_ADD (line 2666) | pub const R_RISCV_TPREL_ADD: u32 = 32; constant R_RISCV_ADD8 (line 2667) | pub const R_RISCV_ADD8: u32 = 33; constant R_RISCV_ADD16 (line 2668) | pub const R_RISCV_ADD16: u32 = 34; constant R_RISCV_ADD32 (line 2669) | pub const R_RISCV_ADD32: u32 = 35; constant R_RISCV_ADD64 (line 2670) | pub const R_RISCV_ADD64: u32 = 36; constant R_RISCV_SUB8 (line 2671) | pub const R_RISCV_SUB8: u32 = 37; constant R_RISCV_SUB16 (line 2672) | pub const R_RISCV_SUB16: u32 = 38; constant R_RISCV_SUB32 (line 2673) | pub const R_RISCV_SUB32: u32 = 39; constant R_RISCV_SUB64 (line 2674) | pub const R_RISCV_SUB64: u32 = 40; constant R_RISCV_GNU_VTINHERIT (line 2675) | pub const R_RISCV_GNU_VTINHERIT: u32 = 41; constant R_RISCV_GNU_VTENTRY (line 2676) | pub const R_RISCV_GNU_VTENTRY: u32 = 42; constant R_RISCV_ALIGN (line 2677) | pub const R_RISCV_ALIGN: u32 = 43; constant R_RISCV_RVC_BRANCH (line 2678) | pub const R_RISCV_RVC_BRANCH: u32 = 44; constant R_RISCV_RVC_JUMP (line 2679) | pub const R_RISCV_RVC_JUMP: u32 = 45; constant R_RISCV_RVC_LUI (line 2680) | pub const R_RISCV_RVC_LUI: u32 = 46; constant R_RISCV_GPREL_I (line 2681) | pub const R_RISCV_GPREL_I: u32 = 47; constant R_RISCV_GPREL_S (line 2682) | pub const R_RISCV_GPREL_S: u32 = 48; constant R_RISCV_TPREL_I (line 2683) | pub const R_RISCV_TPREL_I: u32 = 49; constant R_RISCV_TPREL_S (line 2684) | pub const R_RISCV_TPREL_S: u32 = 50; constant R_RISCV_RELAX (line 2685) | pub const R_RISCV_RELAX: u32 = 51; constant R_RISCV_SUB6 (line 2686) | pub const R_RISCV_SUB6: u32 = 52; constant R_RISCV_SET6 (line 2687) | pub const R_RISCV_SET6: u32 = 53; constant R_RISCV_SET8 (line 2688) | pub const R_RISCV_SET8: u32 = 54; constant R_RISCV_SET16 (line 2689) | pub const R_RISCV_SET16: u32 = 55; constant R_RISCV_SET32 (line 2690) | pub const R_RISCV_SET32: u32 = 56; constant R_RISCV_32_PCREL (line 2691) | pub const R_RISCV_32_PCREL: u32 = 57; constant R_RISCV_NUM (line 2692) | pub const R_RISCV_NUM: u32 = 58; constant R_BPF_NONE (line 2693) | pub const R_BPF_NONE: u32 = 0; constant R_BPF_64_64 (line 2694) | pub const R_BPF_64_64: u32 = 1; constant R_BPF_64_32 (line 2695) | pub const R_BPF_64_32: u32 = 10; constant R_METAG_HIADDR16 (line 2696) | pub const R_METAG_HIADDR16: u32 = 0; constant R_METAG_LOADDR16 (line 2697) | pub const R_METAG_LOADDR16: u32 = 1; constant R_METAG_ADDR32 (line 2698) | pub const R_METAG_ADDR32: u32 = 2; constant R_METAG_NONE (line 2699) | pub const R_METAG_NONE: u32 = 3; constant R_METAG_RELBRANCH (line 2700) | pub const R_METAG_RELBRANCH: u32 = 4; constant R_METAG_GETSETOFF (line 2701) | pub const R_METAG_GETSETOFF: u32 = 5; constant R_METAG_REG32OP1 (line 2702) | pub const R_METAG_REG32OP1: u32 = 6; constant R_METAG_REG32OP2 (line 2703) | pub const R_METAG_REG32OP2: u32 = 7; constant R_METAG_REG32OP3 (line 2704) | pub const R_METAG_REG32OP3: u32 = 8; constant R_METAG_REG16OP1 (line 2705) | pub const R_METAG_REG16OP1: u32 = 9; constant R_METAG_REG16OP2 (line 2706) | pub const R_METAG_REG16OP2: u32 = 10; constant R_METAG_REG16OP3 (line 2707) | pub const R_METAG_REG16OP3: u32 = 11; constant R_METAG_REG32OP4 (line 2708) | pub const R_METAG_REG32OP4: u32 = 12; constant R_METAG_HIOG (line 2709) | pub const R_METAG_HIOG: u32 = 13; constant R_METAG_LOOG (line 2710) | pub const R_METAG_LOOG: u32 = 14; constant R_METAG_REL8 (line 2711) | pub const R_METAG_REL8: u32 = 15; constant R_METAG_REL16 (line 2712) | pub const R_METAG_REL16: u32 = 16; constant R_METAG_GNU_VTINHERIT (line 2713) | pub const R_METAG_GNU_VTINHERIT: u32 = 30; constant R_METAG_GNU_VTENTRY (line 2714) | pub const R_METAG_GNU_VTENTRY: u32 = 31; constant R_METAG_HI16_GOTOFF (line 2715) | pub const R_METAG_HI16_GOTOFF: u32 = 32; constant R_METAG_LO16_GOTOFF (line 2716) | pub const R_METAG_LO16_GOTOFF: u32 = 33; constant R_METAG_GETSET_GOTOFF (line 2717) | pub const R_METAG_GETSET_GOTOFF: u32 = 34; constant R_METAG_GETSET_GOT (line 2718) | pub const R_METAG_GETSET_GOT: u32 = 35; constant R_METAG_HI16_GOTPC (line 2719) | pub const R_METAG_HI16_GOTPC: u32 = 36; constant R_METAG_LO16_GOTPC (line 2720) | pub const R_METAG_LO16_GOTPC: u32 = 37; constant R_METAG_HI16_PLT (line 2721) | pub const R_METAG_HI16_PLT: u32 = 38; constant R_METAG_LO16_PLT (line 2722) | pub const R_METAG_LO16_PLT: u32 = 39; constant R_METAG_RELBRANCH_PLT (line 2723) | pub const R_METAG_RELBRANCH_PLT: u32 = 40; constant R_METAG_GOTOFF (line 2724) | pub const R_METAG_GOTOFF: u32 = 41; constant R_METAG_PLT (line 2725) | pub const R_METAG_PLT: u32 = 42; constant R_METAG_COPY (line 2726) | pub const R_METAG_COPY: u32 = 43; constant R_METAG_JMP_SLOT (line 2727) | pub const R_METAG_JMP_SLOT: u32 = 44; constant R_METAG_RELATIVE (line 2728) | pub const R_METAG_RELATIVE: u32 = 45; constant R_METAG_GLOB_DAT (line 2729) | pub const R_METAG_GLOB_DAT: u32 = 46; constant R_METAG_TLS_GD (line 2730) | pub const R_METAG_TLS_GD: u32 = 47; constant R_METAG_TLS_LDM (line 2731) | pub const R_METAG_TLS_LDM: u32 = 48; constant R_METAG_TLS_LDO_HI16 (line 2732) | pub const R_METAG_TLS_LDO_HI16: u32 = 49; constant R_METAG_TLS_LDO_LO16 (line 2733) | pub const R_METAG_TLS_LDO_LO16: u32 = 50; constant R_METAG_TLS_LDO (line 2734) | pub const R_METAG_TLS_LDO: u32 = 51; constant R_METAG_TLS_IE (line 2735) | pub const R_METAG_TLS_IE: u32 = 52; constant R_METAG_TLS_IENONPIC (line 2736) | pub const R_METAG_TLS_IENONPIC: u32 = 53; constant R_METAG_TLS_IENONPIC_HI16 (line 2737) | pub const R_METAG_TLS_IENONPIC_HI16: u32 = 54; constant R_METAG_TLS_IENONPIC_LO16 (line 2738) | pub const R_METAG_TLS_IENONPIC_LO16: u32 = 55; constant R_METAG_TLS_TPOFF (line 2739) | pub const R_METAG_TLS_TPOFF: u32 = 56; constant R_METAG_TLS_DTPMOD (line 2740) | pub const R_METAG_TLS_DTPMOD: u32 = 57; constant R_METAG_TLS_DTPOFF (line 2741) | pub const R_METAG_TLS_DTPOFF: u32 = 58; constant R_METAG_TLS_LE (line 2742) | pub const R_METAG_TLS_LE: u32 = 59; constant R_METAG_TLS_LE_HI16 (line 2743) | pub const R_METAG_TLS_LE_HI16: u32 = 60; constant R_METAG_TLS_LE_LO16 (line 2744) | pub const R_METAG_TLS_LE_LO16: u32 = 61; type __u_char (line 2745) | pub type __u_char = ::std::os::raw::c_uchar; type __u_short (line 2746) | pub type __u_short = ::std::os::raw::c_ushort; type __u_int (line 2747) | pub type __u_int = ::std::os::raw::c_uint; type __u_long (line 2748) | pub type __u_long = ::std::os::raw::c_ulong; type __int8_t (line 2749) | pub type __int8_t = ::std::os::raw::c_schar; type __uint8_t (line 2750) | pub type __uint8_t = ::std::os::raw::c_uchar; type __int16_t (line 2751) | pub type __int16_t = ::std::os::raw::c_short; type __uint16_t (line 2752) | pub type __uint16_t = ::std::os::raw::c_ushort; type __int32_t (line 2753) | pub type __int32_t = ::std::os::raw::c_int; type __uint32_t (line 2754) | pub type __uint32_t = ::std::os::raw::c_uint; type __int64_t (line 2755) | pub type __int64_t = ::std::os::raw::c_long; type __uint64_t (line 2756) | pub type __uint64_t = ::std::os::raw::c_ulong; type __int_least8_t (line 2757) | pub type __int_least8_t = __int8_t; type __uint_least8_t (line 2758) | pub type __uint_least8_t = __uint8_t; type __int_least16_t (line 2759) | pub type __int_least16_t = __int16_t; type __uint_least16_t (line 2760) | pub type __uint_least16_t = __uint16_t; type __int_least32_t (line 2761) | pub type __int_least32_t = __int32_t; type __uint_least32_t (line 2762) | pub type __uint_least32_t = __uint32_t; type __int_least64_t (line 2763) | pub type __int_least64_t = __int64_t; type __uint_least64_t (line 2764) | pub type __uint_least64_t = __uint64_t; type __quad_t (line 2765) | pub type __quad_t = ::std::os::raw::c_long; type __u_quad_t (line 2766) | pub type __u_quad_t = ::std::os::raw::c_ulong; type __intmax_t (line 2767) | pub type __intmax_t = ::std::os::raw::c_long; type __uintmax_t (line 2768) | pub type __uintmax_t = ::std::os::raw::c_ulong; type __dev_t (line 2769) | pub type __dev_t = ::std::os::raw::c_ulong; type __uid_t (line 2770) | pub type __uid_t = ::std::os::raw::c_uint; type __gid_t (line 2771) | pub type __gid_t = ::std::os::raw::c_uint; type __ino_t (line 2772) | pub type __ino_t = ::std::os::raw::c_ulong; type __ino64_t (line 2773) | pub type __ino64_t = ::std::os::raw::c_ulong; type __mode_t (line 2774) | pub type __mode_t = ::std::os::raw::c_uint; type __nlink_t (line 2775) | pub type __nlink_t = ::std::os::raw::c_ulong; type __off_t (line 2776) | pub type __off_t = ::std::os::raw::c_long; type __off64_t (line 2777) | pub type __off64_t = ::std::os::raw::c_long; type __pid_t (line 2778) | pub type __pid_t = ::std::os::raw::c_int; type __fsid_t (line 2781) | pub struct __fsid_t { type __clock_t (line 2784) | pub type __clock_t = ::std::os::raw::c_long; type __rlim_t (line 2785) | pub type __rlim_t = ::std::os::raw::c_ulong; type __rlim64_t (line 2786) | pub type __rlim64_t = ::std::os::raw::c_ulong; type __id_t (line 2787) | pub type __id_t = ::std::os::raw::c_uint; type __time_t (line 2788) | pub type __time_t = ::std::os::raw::c_long; type __useconds_t (line 2789) | pub type __useconds_t = ::std::os::raw::c_uint; type __suseconds_t (line 2790) | pub type __suseconds_t = ::std::os::raw::c_long; type __daddr_t (line 2791) | pub type __daddr_t = ::std::os::raw::c_int; type __key_t (line 2792) | pub type __key_t = ::std::os::raw::c_int; type __clockid_t (line 2793) | pub type __clockid_t = ::std::os::raw::c_int; type __timer_t (line 2794) | pub type __timer_t = *mut ::std::os::raw::c_void; type __blksize_t (line 2795) | pub type __blksize_t = ::std::os::raw::c_long; type __blkcnt_t (line 2796) | pub type __blkcnt_t = ::std::os::raw::c_long; type __blkcnt64_t (line 2797) | pub type __blkcnt64_t = ::std::os::raw::c_long; type __fsblkcnt_t (line 2798) | pub type __fsblkcnt_t = ::std::os::raw::c_ulong; type __fsblkcnt64_t (line 2799) | pub type __fsblkcnt64_t = ::std::os::raw::c_ulong; type __fsfilcnt_t (line 2800) | pub type __fsfilcnt_t = ::std::os::raw::c_ulong; type __fsfilcnt64_t (line 2801) | pub type __fsfilcnt64_t = ::std::os::raw::c_ulong; type __fsword_t (line 2802) | pub type __fsword_t = ::std::os::raw::c_long; type __ssize_t (line 2803) | pub type __ssize_t = ::std::os::raw::c_long; type __syscall_slong_t (line 2804) | pub type __syscall_slong_t = ::std::os::raw::c_long; type __syscall_ulong_t (line 2805) | pub type __syscall_ulong_t = ::std::os::raw::c_ulong; type __loff_t (line 2806) | pub type __loff_t = __off64_t; type __caddr_t (line 2807) | pub type __caddr_t = *mut ::std::os::raw::c_char; type __intptr_t (line 2808) | pub type __intptr_t = ::std::os::raw::c_long; type __socklen_t (line 2809) | pub type __socklen_t = ::std::os::raw::c_uint; type __sig_atomic_t (line 2810) | pub type __sig_atomic_t = ::std::os::raw::c_int; type int_least8_t (line 2811) | pub type int_least8_t = __int_least8_t; type int_least16_t (line 2812) | pub type int_least16_t = __int_least16_t; type int_least32_t (line 2813) | pub type int_least32_t = __int_least32_t; type int_least64_t (line 2814) | pub type int_least64_t = __int_least64_t; type uint_least8_t (line 2815) | pub type uint_least8_t = __uint_least8_t; type uint_least16_t (line 2816) | pub type uint_least16_t = __uint_least16_t; type uint_least32_t (line 2817) | pub type uint_least32_t = __uint_least32_t; type uint_least64_t (line 2818) | pub type uint_least64_t = __uint_least64_t; type int_fast8_t (line 2819) | pub type int_fast8_t = ::std::os::raw::c_schar; type int_fast16_t (line 2820) | pub type int_fast16_t = ::std::os::raw::c_long; type int_fast32_t (line 2821) | pub type int_fast32_t = ::std::os::raw::c_long; type int_fast64_t (line 2822) | pub type int_fast64_t = ::std::os::raw::c_long; type uint_fast8_t (line 2823) | pub type uint_fast8_t = ::std::os::raw::c_uchar; type uint_fast16_t (line 2824) | pub type uint_fast16_t = ::std::os::raw::c_ulong; type uint_fast32_t (line 2825) | pub type uint_fast32_t = ::std::os::raw::c_ulong; type uint_fast64_t (line 2826) | pub type uint_fast64_t = ::std::os::raw::c_ulong; type intmax_t (line 2827) | pub type intmax_t = __intmax_t; type uintmax_t (line 2828) | pub type uintmax_t = __uintmax_t; type u_char (line 2829) | pub type u_char = __u_char; type u_short (line 2830) | pub type u_short = __u_short; type u_int (line 2831) | pub type u_int = __u_int; type u_long (line 2832) | pub type u_long = __u_long; type quad_t (line 2833) | pub type quad_t = __quad_t; type u_quad_t (line 2834) | pub type u_quad_t = __u_quad_t; type fsid_t (line 2835) | pub type fsid_t = __fsid_t; type loff_t (line 2836) | pub type loff_t = __loff_t; type ino_t (line 2837) | pub type ino_t = __ino_t; type dev_t (line 2838) | pub type dev_t = __dev_t; type gid_t (line 2839) | pub type gid_t = __gid_t; type mode_t (line 2840) | pub type mode_t = __mode_t; type nlink_t (line 2841) | pub type nlink_t = __nlink_t; type uid_t (line 2842) | pub type uid_t = __uid_t; type off_t (line 2843) | pub type off_t = __off_t; type pid_t (line 2844) | pub type pid_t = __pid_t; type id_t (line 2845) | pub type id_t = __id_t; type daddr_t (line 2846) | pub type daddr_t = __daddr_t; type caddr_t (line 2847) | pub type caddr_t = __caddr_t; type key_t (line 2848) | pub type key_t = __key_t; type clock_t (line 2849) | pub type clock_t = __clock_t; type clockid_t (line 2850) | pub type clockid_t = __clockid_t; type time_t (line 2851) | pub type time_t = __time_t; type timer_t (line 2852) | pub type timer_t = __timer_t; type ulong (line 2853) | pub type ulong = ::std::os::raw::c_ulong; type ushort (line 2854) | pub type ushort = ::std::os::raw::c_ushort; type uint (line 2855) | pub type uint = ::std::os::raw::c_uint; type u_int8_t (line 2856) | pub type u_int8_t = ::std::os::raw::c_uchar; type u_int16_t (line 2857) | pub type u_int16_t = ::std::os::raw::c_ushort; type u_int32_t (line 2858) | pub type u_int32_t = ::std::os::raw::c_uint; type u_int64_t (line 2859) | pub type u_int64_t = ::std::os::raw::c_ulong; type register_t (line 2860) | pub type register_t = ::std::os::raw::c_long; type __sigset_t (line 2863) | pub struct __sigset_t { type sigset_t (line 2866) | pub type sigset_t = __sigset_t; type timeval (line 2869) | pub struct timeval { type timespec (line 2875) | pub struct timespec { type suseconds_t (line 2879) | pub type suseconds_t = __suseconds_t; type __fd_mask (line 2880) | pub type __fd_mask = ::std::os::raw::c_long; type fd_set (line 2883) | pub struct fd_set { type fd_mask (line 2886) | pub type fd_mask = __fd_mask; function select (line 2888) | pub fn select( function pselect (line 2897) | pub fn pselect( type blksize_t (line 2906) | pub type blksize_t = __blksize_t; type blkcnt_t (line 2907) | pub type blkcnt_t = __blkcnt_t; type fsblkcnt_t (line 2908) | pub type fsblkcnt_t = __fsblkcnt_t; type fsfilcnt_t (line 2909) | pub type fsfilcnt_t = __fsfilcnt_t; type __pthread_rwlock_arch_t (line 2912) | pub struct __pthread_rwlock_arch_t { type __pthread_internal_list (line 2928) | pub struct __pthread_internal_list { type __pthread_list_t (line 2932) | pub type __pthread_list_t = __pthread_internal_list; type __pthread_mutex_s (line 2935) | pub struct __pthread_mutex_s { type __pthread_cond_s (line 2947) | pub struct __pthread_cond_s { type __pthread_cond_s__bindgen_ty_1__bindgen_ty_1 (line 2965) | pub struct __pthread_cond_s__bindgen_ty_1__bindgen_ty_1 { type __pthread_cond_s__bindgen_ty_2__bindgen_ty_1 (line 2978) | pub struct __pthread_cond_s__bindgen_ty_2__bindgen_ty_1 { type pthread_t (line 2982) | pub type pthread_t = ::std::os::raw::c_ulong; type pthread_key_t (line 2997) | pub type pthread_key_t = ::std::os::raw::c_uint; type pthread_once_t (line 2998) | pub type pthread_once_t = ::std::os::raw::c_int; type pthread_spinlock_t (line 3037) | pub type pthread_spinlock_t = ::std::os::raw::c_int; type Elf32_Half (line 3052) | pub type Elf32_Half = u16; type Elf64_Half (line 3053) | pub type Elf64_Half = u16; type Elf32_Word (line 3054) | pub type Elf32_Word = u32; type Elf32_Sword (line 3055) | pub type Elf32_Sword = i32; type Elf64_Word (line 3056) | pub type Elf64_Word = u32; type Elf64_Sword (line 3057) | pub type Elf64_Sword = i32; type Elf32_Xword (line 3058) | pub type Elf32_Xword = u64; type Elf32_Sxword (line 3059) | pub type Elf32_Sxword = i64; type Elf64_Xword (line 3060) | pub type Elf64_Xword = u64; type Elf64_Sxword (line 3061) | pub type Elf64_Sxword = i64; type Elf32_Addr (line 3062) | pub type Elf32_Addr = u32; type Elf64_Addr (line 3063) | pub type Elf64_Addr = u64; type Elf32_Off (line 3064) | pub type Elf32_Off = u32; type Elf64_Off (line 3065) | pub type Elf64_Off = u64; type Elf32_Section (line 3066) | pub type Elf32_Section = u16; type Elf64_Section (line 3067) | pub type Elf64_Section = u16; type Elf32_Versym (line 3068) | pub type Elf32_Versym = Elf32_Half; type Elf64_Versym (line 3069) | pub type Elf64_Versym = Elf64_Half; type Elf32_Ehdr (line 3072) | pub struct Elf32_Ehdr { type Elf64_Ehdr (line 3090) | pub struct Elf64_Ehdr { type Elf32_Shdr (line 3108) | pub struct Elf32_Shdr { type Elf64_Shdr (line 3122) | pub struct Elf64_Shdr { type Elf32_Chdr (line 3136) | pub struct Elf32_Chdr { type Elf64_Chdr (line 3143) | pub struct Elf64_Chdr { type Elf32_Sym (line 3151) | pub struct Elf32_Sym { type Elf64_Sym (line 3161) | pub struct Elf64_Sym { type Elf32_Syminfo (line 3171) | pub struct Elf32_Syminfo { type Elf64_Syminfo (line 3177) | pub struct Elf64_Syminfo { type Elf32_Rel (line 3183) | pub struct Elf32_Rel { type Elf64_Rel (line 3189) | pub struct Elf64_Rel { type Elf32_Rela (line 3195) | pub struct Elf32_Rela { type Elf64_Rela (line 3202) | pub struct Elf64_Rela { type Elf32_Phdr (line 3209) | pub struct Elf32_Phdr { type Elf64_Phdr (line 3221) | pub struct Elf64_Phdr { type Elf32_Dyn (line 3233) | pub struct Elf32_Dyn { type Elf64_Dyn (line 3246) | pub struct Elf64_Dyn { type Elf32_Verdef (line 3259) | pub struct Elf32_Verdef { type Elf64_Verdef (line 3270) | pub struct Elf64_Verdef { type Elf32_Verdaux (line 3281) | pub struct Elf32_Verdaux { type Elf64_Verdaux (line 3287) | pub struct Elf64_Verdaux { type Elf32_Verneed (line 3293) | pub struct Elf32_Verneed { type Elf64_Verneed (line 3302) | pub struct Elf64_Verneed { type Elf32_Vernaux (line 3311) | pub struct Elf32_Vernaux { type Elf64_Vernaux (line 3320) | pub struct Elf64_Vernaux { type Elf32_auxv_t (line 3329) | pub struct Elf32_auxv_t { type Elf64_auxv_t (line 3341) | pub struct Elf64_auxv_t { type Elf32_Nhdr (line 3353) | pub struct Elf32_Nhdr { type Elf64_Nhdr (line 3360) | pub struct Elf64_Nhdr { type Elf32_Move (line 3367) | pub struct Elf32_Move { type Elf64_Move (line 3376) | pub struct Elf64_Move { type Elf32_gptab__bindgen_ty_1 (line 3392) | pub struct Elf32_gptab__bindgen_ty_1 { type Elf32_gptab__bindgen_ty_2 (line 3398) | pub struct Elf32_gptab__bindgen_ty_2 { type Elf32_RegInfo (line 3404) | pub struct Elf32_RegInfo { type Elf_Options (line 3411) | pub struct Elf_Options { type Elf_Options_Hw (line 3419) | pub struct Elf_Options_Hw { type Elf32_Lib (line 3425) | pub struct Elf32_Lib { type Elf64_Lib (line 3434) | pub struct Elf64_Lib { type Elf32_Conflict (line 3441) | pub type Elf32_Conflict = Elf32_Addr; type Elf_MIPS_ABIFlags_v0 (line 3444) | pub struct Elf_MIPS_ABIFlags_v0 { constant Val_GNU_MIPS_ABI_FP_ANY (line 3457) | pub const Val_GNU_MIPS_ABI_FP_ANY: _bindgen_ty_1 = 0; constant Val_GNU_MIPS_ABI_FP_DOUBLE (line 3458) | pub const Val_GNU_MIPS_ABI_FP_DOUBLE: _bindgen_ty_1 = 1; constant Val_GNU_MIPS_ABI_FP_SINGLE (line 3459) | pub const Val_GNU_MIPS_ABI_FP_SINGLE: _bindgen_ty_1 = 2; constant Val_GNU_MIPS_ABI_FP_SOFT (line 3460) | pub const Val_GNU_MIPS_ABI_FP_SOFT: _bindgen_ty_1 = 3; constant Val_GNU_MIPS_ABI_FP_OLD_64 (line 3461) | pub const Val_GNU_MIPS_ABI_FP_OLD_64: _bindgen_ty_1 = 4; constant Val_GNU_MIPS_ABI_FP_XX (line 3462) | pub const Val_GNU_MIPS_ABI_FP_XX: _bindgen_ty_1 = 5; constant Val_GNU_MIPS_ABI_FP_64 (line 3463) | pub const Val_GNU_MIPS_ABI_FP_64: _bindgen_ty_1 = 6; constant Val_GNU_MIPS_ABI_FP_64A (line 3464) | pub const Val_GNU_MIPS_ABI_FP_64A: _bindgen_ty_1 = 7; constant Val_GNU_MIPS_ABI_FP_MAX (line 3465) | pub const Val_GNU_MIPS_ABI_FP_MAX: _bindgen_ty_1 = 7; type _bindgen_ty_1 (line 3466) | pub type _bindgen_ty_1 = u32; constant Elf_Type_ELF_T_BYTE (line 3467) | pub const Elf_Type_ELF_T_BYTE: Elf_Type = 0; constant Elf_Type_ELF_T_ADDR (line 3468) | pub const Elf_Type_ELF_T_ADDR: Elf_Type = 1; constant Elf_Type_ELF_T_DYN (line 3469) | pub const Elf_Type_ELF_T_DYN: Elf_Type = 2; constant Elf_Type_ELF_T_EHDR (line 3470) | pub const Elf_Type_ELF_T_EHDR: Elf_Type = 3; constant Elf_Type_ELF_T_HALF (line 3471) | pub const Elf_Type_ELF_T_HALF: Elf_Type = 4; constant Elf_Type_ELF_T_OFF (line 3472) | pub const Elf_Type_ELF_T_OFF: Elf_Type = 5; constant Elf_Type_ELF_T_PHDR (line 3473) | pub const Elf_Type_ELF_T_PHDR: Elf_Type = 6; constant Elf_Type_ELF_T_RELA (line 3474) | pub const Elf_Type_ELF_T_RELA: Elf_Type = 7; constant Elf_Type_ELF_T_REL (line 3475) | pub const Elf_Type_ELF_T_REL: Elf_Type = 8; constant Elf_Type_ELF_T_SHDR (line 3476) | pub const Elf_Type_ELF_T_SHDR: Elf_Type = 9; constant Elf_Type_ELF_T_SWORD (line 3477) | pub const Elf_Type_ELF_T_SWORD: Elf_Type = 10; constant Elf_Type_ELF_T_SYM (line 3478) | pub const Elf_Type_ELF_T_SYM: Elf_Type = 11; constant Elf_Type_ELF_T_WORD (line 3479) | pub const Elf_Type_ELF_T_WORD: Elf_Type = 12; constant Elf_Type_ELF_T_XWORD (line 3480) | pub const Elf_Type_ELF_T_XWORD: Elf_Type = 13; constant Elf_Type_ELF_T_SXWORD (line 3481) | pub const Elf_Type_ELF_T_SXWORD: Elf_Type = 14; constant Elf_Type_ELF_T_VDEF (line 3482) | pub const Elf_Type_ELF_T_VDEF: Elf_Type = 15; constant Elf_Type_ELF_T_VDAUX (line 3483) | pub const Elf_Type_ELF_T_VDAUX: Elf_Type = 16; constant Elf_Type_ELF_T_VNEED (line 3484) | pub const Elf_Type_ELF_T_VNEED: Elf_Type = 17; constant Elf_Type_ELF_T_VNAUX (line 3485) | pub const Elf_Type_ELF_T_VNAUX: Elf_Type = 18; constant Elf_Type_ELF_T_NHDR (line 3486) | pub const Elf_Type_ELF_T_NHDR: Elf_Type = 19; constant Elf_Type_ELF_T_SYMINFO (line 3487) | pub const Elf_Type_ELF_T_SYMINFO: Elf_Type = 20; constant Elf_Type_ELF_T_MOVE (line 3488) | pub const Elf_Type_ELF_T_MOVE: Elf_Type = 21; constant Elf_Type_ELF_T_LIB (line 3489) | pub const Elf_Type_ELF_T_LIB: Elf_Type = 22; constant Elf_Type_ELF_T_GNUHASH (line 3490) | pub const Elf_Type_ELF_T_GNUHASH: Elf_Type = 23; constant Elf_Type_ELF_T_AUXV (line 3491) | pub const Elf_Type_ELF_T_AUXV: Elf_Type = 24; constant Elf_Type_ELF_T_CHDR (line 3492) | pub const Elf_Type_ELF_T_CHDR: Elf_Type = 25; constant Elf_Type_ELF_T_NHDR8 (line 3493) | pub const Elf_Type_ELF_T_NHDR8: Elf_Type = 26; constant Elf_Type_ELF_T_NUM (line 3494) | pub const Elf_Type_ELF_T_NUM: Elf_Type = 27; type Elf_Type (line 3495) | pub type Elf_Type = u32; type Elf_Data (line 3498) | pub struct Elf_Data { constant Elf_Cmd_ELF_C_NULL (line 3506) | pub const Elf_Cmd_ELF_C_NULL: Elf_Cmd = 0; constant Elf_Cmd_ELF_C_READ (line 3507) | pub const Elf_Cmd_ELF_C_READ: Elf_Cmd = 1; constant Elf_Cmd_ELF_C_RDWR (line 3508) | pub const Elf_Cmd_ELF_C_RDWR: Elf_Cmd = 2; constant Elf_Cmd_ELF_C_WRITE (line 3509) | pub const Elf_Cmd_ELF_C_WRITE: Elf_Cmd = 3; constant Elf_Cmd_ELF_C_CLR (line 3510) | pub const Elf_Cmd_ELF_C_CLR: Elf_Cmd = 4; constant Elf_Cmd_ELF_C_SET (line 3511) | pub const Elf_Cmd_ELF_C_SET: Elf_Cmd = 5; constant Elf_Cmd_ELF_C_FDDONE (line 3512) | pub const Elf_Cmd_ELF_C_FDDONE: Elf_Cmd = 6; constant Elf_Cmd_ELF_C_FDREAD (line 3513) | pub const Elf_Cmd_ELF_C_FDREAD: Elf_Cmd = 7; constant Elf_Cmd_ELF_C_READ_MMAP (line 3514) | pub const Elf_Cmd_ELF_C_READ_MMAP: Elf_Cmd = 8; constant Elf_Cmd_ELF_C_RDWR_MMAP (line 3515) | pub const Elf_Cmd_ELF_C_RDWR_MMAP: Elf_Cmd = 9; constant Elf_Cmd_ELF_C_WRITE_MMAP (line 3516) | pub const Elf_Cmd_ELF_C_WRITE_MMAP: Elf_Cmd = 10; constant Elf_Cmd_ELF_C_READ_MMAP_PRIVATE (line 3517) | pub const Elf_Cmd_ELF_C_READ_MMAP_PRIVATE: Elf_Cmd = 11; constant Elf_Cmd_ELF_C_EMPTY (line 3518) | pub const Elf_Cmd_ELF_C_EMPTY: Elf_Cmd = 12; constant Elf_Cmd_ELF_C_NUM (line 3519) | pub const Elf_Cmd_ELF_C_NUM: Elf_Cmd = 13; type Elf_Cmd (line 3520) | pub type Elf_Cmd = u32; constant ELF_F_DIRTY (line 3521) | pub const ELF_F_DIRTY: _bindgen_ty_2 = 1; constant ELF_F_LAYOUT (line 3522) | pub const ELF_F_LAYOUT: _bindgen_ty_2 = 4; constant ELF_F_PERMISSIVE (line 3523) | pub const ELF_F_PERMISSIVE: _bindgen_ty_2 = 8; type _bindgen_ty_2 (line 3524) | pub type _bindgen_ty_2 = u32; constant ELF_CHF_FORCE (line 3525) | pub const ELF_CHF_FORCE: _bindgen_ty_3 = 1; type _bindgen_ty_3 (line 3526) | pub type _bindgen_ty_3 = u32; constant Elf_Kind_ELF_K_NONE (line 3527) | pub const Elf_Kind_ELF_K_NONE: Elf_Kind = 0; constant Elf_Kind_ELF_K_AR (line 3528) | pub const Elf_Kind_ELF_K_AR: Elf_Kind = 1; constant Elf_Kind_ELF_K_COFF (line 3529) | pub const Elf_Kind_ELF_K_COFF: Elf_Kind = 2; constant Elf_Kind_ELF_K_ELF (line 3530) | pub const Elf_Kind_ELF_K_ELF: Elf_Kind = 3; constant Elf_Kind_ELF_K_NUM (line 3531) | pub const Elf_Kind_ELF_K_NUM: Elf_Kind = 4; type Elf_Kind (line 3532) | pub type Elf_Kind = u32; type Elf_Arhdr (line 3535) | pub struct Elf_Arhdr { type Elf_Arsym (line 3546) | pub struct Elf_Arsym { type Elf (line 3553) | pub struct Elf { type Elf_Scn (line 3558) | pub struct Elf_Scn { function elf_begin (line 3562) | pub fn elf_begin(__fildes: ::std::os::raw::c_int, __cmd: Elf_Cmd, __ref:... function elf_clone (line 3565) | pub fn elf_clone(__elf: *mut Elf, __cmd: Elf_Cmd) -> *mut Elf; function elf_memory (line 3568) | pub fn elf_memory(__image: *mut ::std::os::raw::c_char, __size: usize) -... function elf_next (line 3571) | pub fn elf_next(__elf: *mut Elf) -> Elf_Cmd; function elf_end (line 3574) | pub fn elf_end(__elf: *mut Elf) -> ::std::os::raw::c_int; function elf_update (line 3577) | pub fn elf_update(__elf: *mut Elf, __cmd: Elf_Cmd) -> i64; function elf_kind (line 3580) | pub fn elf_kind(__elf: *mut Elf) -> Elf_Kind; function elf_getbase (line 3583) | pub fn elf_getbase(__elf: *mut Elf) -> i64; function elf_getident (line 3586) | pub fn elf_getident(__elf: *mut Elf, __nbytes: *mut usize) -> *mut ::std... function elf32_getehdr (line 3589) | pub fn elf32_getehdr(__elf: *mut Elf) -> *mut Elf32_Ehdr; function elf64_getehdr (line 3592) | pub fn elf64_getehdr(__elf: *mut Elf) -> *mut Elf64_Ehdr; function elf32_newehdr (line 3595) | pub fn elf32_newehdr(__elf: *mut Elf) -> *mut Elf32_Ehdr; function elf64_newehdr (line 3598) | pub fn elf64_newehdr(__elf: *mut Elf) -> *mut Elf64_Ehdr; function elf_getphdrnum (line 3601) | pub fn elf_getphdrnum(__elf: *mut Elf, __dst: *mut usize) -> ::std::os::... function elf32_getphdr (line 3604) | pub fn elf32_getphdr(__elf: *mut Elf) -> *mut Elf32_Phdr; function elf64_getphdr (line 3607) | pub fn elf64_getphdr(__elf: *mut Elf) -> *mut Elf64_Phdr; function elf32_newphdr (line 3610) | pub fn elf32_newphdr(__elf: *mut Elf, __cnt: usize) -> *mut Elf32_Phdr; function elf64_newphdr (line 3613) | pub fn elf64_newphdr(__elf: *mut Elf, __cnt: usize) -> *mut Elf64_Phdr; function elf_getscn (line 3616) | pub fn elf_getscn(__elf: *mut Elf, __index: usize) -> *mut Elf_Scn; function elf32_offscn (line 3619) | pub fn elf32_offscn(__elf: *mut Elf, __offset: Elf32_Off) -> *mut Elf_Scn; function elf64_offscn (line 3622) | pub fn elf64_offscn(__elf: *mut Elf, __offset: Elf64_Off) -> *mut Elf_Scn; function elf_ndxscn (line 3625) | pub fn elf_ndxscn(__scn: *mut Elf_Scn) -> usize; function elf_nextscn (line 3628) | pub fn elf_nextscn(__elf: *mut Elf, __scn: *mut Elf_Scn) -> *mut Elf_Scn; function elf_newscn (line 3631) | pub fn elf_newscn(__elf: *mut Elf) -> *mut Elf_Scn; function elf_scnshndx (line 3634) | pub fn elf_scnshndx(__scn: *mut Elf_Scn) -> ::std::os::raw::c_int; function elf_getshdrnum (line 3637) | pub fn elf_getshdrnum(__elf: *mut Elf, __dst: *mut usize) -> ::std::os::... function elf_getshnum (line 3640) | pub fn elf_getshnum(__elf: *mut Elf, __dst: *mut usize) -> ::std::os::ra... function elf_getshdrstrndx (line 3643) | pub fn elf_getshdrstrndx(__elf: *mut Elf, __dst: *mut usize) -> ::std::o... function elf_getshstrndx (line 3646) | pub fn elf_getshstrndx(__elf: *mut Elf, __dst: *mut usize) -> ::std::os:... function elf32_getshdr (line 3649) | pub fn elf32_getshdr(__scn: *mut Elf_Scn) -> *mut Elf32_Shdr; function elf64_getshdr (line 3652) | pub fn elf64_getshdr(__scn: *mut Elf_Scn) -> *mut Elf64_Shdr; function elf32_getchdr (line 3655) | pub fn elf32_getchdr(__scn: *mut Elf_Scn) -> *mut Elf32_Chdr; function elf64_getchdr (line 3658) | pub fn elf64_getchdr(__scn: *mut Elf_Scn) -> *mut Elf64_Chdr; function elf_compress (line 3661) | pub fn elf_compress( function elf_compress_gnu (line 3668) | pub fn elf_compress_gnu( function elf_flagelf (line 3675) | pub fn elf_flagelf( function elf_flagehdr (line 3682) | pub fn elf_flagehdr( function elf_flagphdr (line 3689) | pub fn elf_flagphdr( function elf_flagscn (line 3696) | pub fn elf_flagscn( function elf_flagdata (line 3703) | pub fn elf_flagdata( function elf_flagshdr (line 3710) | pub fn elf_flagshdr( function elf_getdata (line 3717) | pub fn elf_getdata(__scn: *mut Elf_Scn, __data: *mut Elf_Data) -> *mut E... function elf_rawdata (line 3720) | pub fn elf_rawdata(__scn: *mut Elf_Scn, __data: *mut Elf_Data) -> *mut E... function elf_newdata (line 3723) | pub fn elf_newdata(__scn: *mut Elf_Scn) -> *mut Elf_Data; function elf_getdata_rawchunk (line 3726) | pub fn elf_getdata_rawchunk( function elf_strptr (line 3734) | pub fn elf_strptr( function elf_getarhdr (line 3741) | pub fn elf_getarhdr(__elf: *mut Elf) -> *mut Elf_Arhdr; function elf_getaroff (line 3744) | pub fn elf_getaroff(__elf: *mut Elf) -> i64; function elf_rand (line 3747) | pub fn elf_rand(__elf: *mut Elf, __offset: usize) -> usize; function elf_getarsym (line 3750) | pub fn elf_getarsym(__elf: *mut Elf, __narsyms: *mut usize) -> *mut Elf_... function elf_cntl (line 3753) | pub fn elf_cntl(__elf: *mut Elf, __cmd: Elf_Cmd) -> ::std::os::raw::c_int; function elf_rawfile (line 3756) | pub fn elf_rawfile(__elf: *mut Elf, __nbytes: *mut usize) -> *mut ::std:... function elf32_fsize (line 3759) | pub fn elf32_fsize( function elf64_fsize (line 3766) | pub fn elf64_fsize( function elf32_xlatetom (line 3773) | pub fn elf32_xlatetom( function elf64_xlatetom (line 3780) | pub fn elf64_xlatetom( function elf32_xlatetof (line 3787) | pub fn elf32_xlatetof( function elf64_xlatetof (line 3794) | pub fn elf64_xlatetof( function elf_errno (line 3801) | pub fn elf_errno() -> ::std::os::raw::c_int; function elf_errmsg (line 3804) | pub fn elf_errmsg(__error: ::std::os::raw::c_int) -> *const ::std::os::r... function elf_version (line 3807) | pub fn elf_version(__version: ::std::os::raw::c_uint) -> ::std::os::raw:... function elf_fill (line 3810) | pub fn elf_fill(__fill: ::std::os::raw::c_int); function elf_hash (line 3813) | pub fn elf_hash(__string: *const ::std::os::raw::c_char) -> ::std::os::r... function elf_gnu_hash (line 3816) | pub fn elf_gnu_hash(__string: *const ::std::os::raw::c_char) -> ::std::o... function elf32_checksum (line 3819) | pub fn elf32_checksum(__elf: *mut Elf) -> ::std::os::raw::c_long; function elf64_checksum (line 3822) | pub fn elf64_checksum(__elf: *mut Elf) -> ::std::os::raw::c_long; FILE: tracers-libelf-sys/vendor/libelf/backends/aarch64_cfi.c function aarch64_abi_cfi (line 48) | int FILE: tracers-libelf-sys/vendor/libelf/backends/aarch64_initreg.c function aarch64_set_initial_registers_tid (line 49) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/aarch64_regs.c function do_regtype (line 41) | __attribute__ ((format (printf, 7, 8))) function aarch64_register_info (line 60) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/aarch64_retval.c function skip_until (line 42) | static int function dwarf_bytesize_aux (line 54) | static int function member_is_fp (line 83) | static int function hfa_type (line 126) | static int function pass_in_gpr (line 192) | static int function pass_by_ref (line 205) | static int function pass_hfa (line 214) | static int function pass_in_simd (line 259) | static int function aarch64_return_value_location (line 267) | int FILE: tracers-libelf-sys/vendor/libelf/backends/aarch64_symbol.c function Elf_Type (line 42) | Elf_Type function aarch64_check_special_symbol (line 65) | bool function aarch64_data_marker_symbol (line 101) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/alpha_regs.c function alpha_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/alpha_retval.c function alpha_return_value_location (line 65) | int FILE: tracers-libelf-sys/vendor/libelf/backends/alpha_symbol.c function alpha_dynamic_tag_check (line 56) | bool function Elf_Type (line 63) | Elf_Type function alpha_machine_section_flag_check (line 80) | bool function alpha_check_special_section (line 86) | bool function alpha_check_special_symbol (line 132) | bool function alpha_check_st_other_bits (line 150) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/arm_attrs.c function arm_check_object_attribute (line 46) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/arm_cfi.c function arm_abi_cfi (line 48) | int FILE: tracers-libelf-sys/vendor/libelf/backends/arm_initreg.c function arm_set_initial_registers_tid (line 54) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/arm_regs.c function arm_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/arm_retval.c function arm_return_value_location (line 61) | int FILE: tracers-libelf-sys/vendor/libelf/backends/arm_symbol.c function arm_machine_flag_check (line 73) | bool function Elf_Type (line 111) | Elf_Type function arm_check_reloc_target_type (line 129) | bool function arm_data_marker_symbol (line 151) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/bpf_regs.c function bpf_register_info (line 40) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/bpf_symbol.c function Elf_Type (line 42) | Elf_Type FILE: tracers-libelf-sys/vendor/libelf/backends/common-reloc.c type EBLHOOK (line 46) | struct EBLHOOK type EBLHOOK (line 65) | struct EBLHOOK FILE: tracers-libelf-sys/vendor/libelf/backends/i386_cfi.c function i386_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/i386_corenote.c function tls_info (line 121) | static int FILE: tracers-libelf-sys/vendor/libelf/backends/i386_initreg.c function i386_set_initial_registers_tid (line 42) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/i386_regs.c function i386_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/i386_retval.c function i386_return_value_location (line 65) | int FILE: tracers-libelf-sys/vendor/libelf/backends/i386_symbol.c function i386_gotpc_reloc_check (line 44) | bool function Elf_Type (line 51) | Elf_Type function i386_debugscn_p (line 70) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/i386_syscall.c function i386_syscall_abi (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/backends/i386_unwind.c function i386_unwind (line 46) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/ia64_regs.c function ia64_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/ia64_retval.c function compute_hfa (line 92) | static inline int function hfa_type (line 105) | static int function ia64_return_value_location (line 239) | int FILE: tracers-libelf-sys/vendor/libelf/backends/ia64_symbol.c function ia64_dynamic_tag_check (line 79) | bool function ia64_machine_flag_check (line 86) | bool function ia64_machine_section_flag_check (line 93) | bool function Elf_Type (line 117) | Elf_Type function ia64_check_reloc_target_type (line 154) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/libebl_CPU.h function dwarf_peeled_die_type (line 58) | static inline int FILE: tracers-libelf-sys/vendor/libelf/backends/linux-core-note.c type EBLHOOK (line 67) | struct EBLHOOK type EBLHOOK (line 74) | struct EBLHOOK type EBLHOOK (line 89) | struct EBLHOOK type EBLHOOK (line 91) | struct EBLHOOK type EBLHOOK (line 99) | struct EBLHOOK type EBLHOOK (line 100) | struct EBLHOOK type EBLHOOK (line 101) | struct EBLHOOK type EBLHOOK (line 102) | struct EBLHOOK type EBLHOOK (line 121) | struct EBLHOOK type EBLHOOK (line 253) | struct EBLHOOK type EBLHOOK (line 255) | struct EBLHOOK type EBLHOOK (line 263) | struct EBLHOOK FILE: tracers-libelf-sys/vendor/libelf/backends/m68k_cfi.c function m68k_abi_cfi (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/backends/m68k_initreg.c function m68k_set_initial_registers_tid (line 41) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/m68k_regs.c function m68k_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/m68k_retval.c function m68k_return_value_location (line 72) | int FILE: tracers-libelf-sys/vendor/libelf/backends/m68k_symbol.c function m68k_gotpc_reloc_check (line 42) | bool function Elf_Type (line 56) | Elf_Type FILE: tracers-libelf-sys/vendor/libelf/backends/ppc64_resolve_sym.c function ppc64_resolve_sym_value (line 43) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/ppc64_retval.c function ppc64_return_value_location (line 75) | int FILE: tracers-libelf-sys/vendor/libelf/backends/ppc64_symbol.c function Elf_Type (line 44) | Elf_Type function ppc64_dynamic_tag_check (line 85) | bool function ppc64_check_special_symbol (line 97) | bool function ppc64_bss_plt_p (line 114) | bool function ppc64_machine_flag_check (line 124) | bool function ppc64_check_st_other_bits (line 130) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_attrs.c function ppc_check_object_attribute (line 39) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_cfi.c function ppc_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_initreg.c function ppc_dwarf_to_regno (line 44) | bool function ppc_set_initial_registers_tid (line 67) | __attribute__ ((alias ("ppc_dwarf_to_regno"))); FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_regs.c function ppc_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_retval.c function ppc_altivec_abi (line 81) | static bool function ppc_return_value_location (line 87) | int FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_symbol.c function Elf_Type (line 44) | Elf_Type function ppc_machine_flag_check (line 62) | bool function ppc_dynamic_tag_check (line 88) | bool function find_dyn_got (line 97) | static bool function ppc_check_special_symbol (line 138) | bool function ppc_bss_plt_p (line 183) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/ppc_syscall.c function ppc_syscall_abi (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/backends/riscv_cfi.c function riscv_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/riscv_initreg.c function riscv_set_initial_registers_tid (line 43) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/riscv_regs.c function riscv_register_info (line 38) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/riscv_retval.c function dwarf_bytesize_aux (line 43) | static int function pass_in_gpr_lp64 (line 56) | static int function pass_by_ref (line 69) | static int function pass_in_fpr_lp64f (line 78) | static int function pass_in_fpr_lp64d (line 93) | static int function flatten_aggregate_arg (line 108) | static int function pass_by_flattened_arg (line 117) | static int function riscv_return_value_location_lp64d (line 127) | int FILE: tracers-libelf-sys/vendor/libelf/backends/riscv_symbol.c function Elf_Type (line 42) | Elf_Type function riscv_machine_flag_check (line 81) | bool function riscv_check_special_symbol (line 90) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/s390_cfi.c function s390_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/s390_initreg.c function s390_set_initial_registers_tid (line 44) | bool function s390_normalize_pc (line 88) | void FILE: tracers-libelf-sys/vendor/libelf/backends/s390_regs.c function s390_register_info (line 56) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/s390_retval.c function s390_return_value_location (line 66) | int FILE: tracers-libelf-sys/vendor/libelf/backends/s390_symbol.c function Elf_Type (line 41) | Elf_Type function s390_check_special_symbol (line 64) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/s390_unwind.c function s390_unwind (line 45) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/sh_regs.c function sh_register_info (line 41) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/sh_retval.c function sh_return_value_location (line 63) | int FILE: tracers-libelf-sys/vendor/libelf/backends/sh_symbol.c function sh_gotpc_reloc_check (line 42) | bool function Elf_Type (line 49) | Elf_Type function sh_machine_flag_check (line 63) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_attrs.c function sparc_check_object_attribute (line 39) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_cfi.c function sparc_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_initreg.c type pt_regs (line 59) | struct pt_regs FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_regs.c function sparc_register_info (line 39) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_retval.c function sparc_return_value_location (line 70) | int FILE: tracers-libelf-sys/vendor/libelf/backends/sparc_symbol.c function Elf_Type (line 41) | Elf_Type function sparc_machine_flag_check (line 64) | bool function sparc_check_special_section (line 74) | bool function sparc_dynamic_tag_check (line 140) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/tilegx_regs.c function tilegx_register_info (line 40) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/tilegx_retval.c function tilegx_return_value_location (line 58) | int FILE: tracers-libelf-sys/vendor/libelf/backends/tilegx_symbol.c function Elf_Type (line 41) | Elf_Type FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_cfi.c function x86_64_abi_cfi (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_initreg.c function x86_64_set_initial_registers_tid (line 42) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_regs.c function x86_64_register_info (line 40) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_retval.c function x86_64_return_value_location (line 79) | int FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_symbol.c function Elf_Type (line 42) | Elf_Type FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_syscall.c function x86_64_syscall_abi (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/backends/x86_64_unwind.c function x86_64_unwind (line 41) | bool FILE: tracers-libelf-sys/vendor/libelf/backends/x86_corenote.c function ioperm_info (line 34) | static int FILE: tracers-libelf-sys/vendor/libelf/lib/bpf.h type bpf_insn (line 77) | struct bpf_insn FILE: tracers-libelf-sys/vendor/libelf/lib/color.c type argp_state (line 44) | struct argp_state type argp_option (line 50) | struct argp_option type argp (line 59) | struct argp type color_enum (line 65) | enum color_enum function error_t (line 87) | static error_t FILE: tracers-libelf-sys/vendor/libelf/lib/color.h type argp (line 35) | struct argp type color_enum (line 38) | enum color_enum type color_enum (line 44) | enum color_enum FILE: tracers-libelf-sys/vendor/libelf/lib/crc32.c function crc32 (line 93) | uint32_t FILE: tracers-libelf-sys/vendor/libelf/lib/crc32_file.c function crc32_file (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/lib/dynamicsizehash.c function lookup (line 46) | static size_t function insert_entry_2 (line 82) | static void function INIT (line 176) | INIT(NAME) (NAME *htab, size_t init_size) function FREE (line 199) | FREE(NAME) (NAME *htab) function INSERT (line 210) | INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data) function INSERT (line 234) | INSERT(NAME) (NAME *htab, HASHTYPE hval, TYPE data) function FIND (line 254) | FIND(NAME) (NAME *htab, HASHTYPE hval, TYPE val) function TYPE (line 274) | TYPE FILE: tracers-libelf-sys/vendor/libelf/lib/fixedsizehash.h type CONCAT (line 80) | struct CONCAT type CONCAT (line 83) | struct CONCAT type CONCAT (line 101) | struct CONCAT type CONCAT (line 116) | struct CONCAT type CONCAT (line 117) | struct CONCAT type CONCAT (line 118) | struct CONCAT function CLASS (line 129) | CLASS void type CONCAT (line 137) | struct CONCAT type CONCAT (line 138) | struct CONCAT type CONCAT (line 180) | struct CONCAT type CONCAT (line 204) | struct CONCAT type CONCAT (line 231) | struct CONCAT function CLASS (line 245) | CLASS const TYPE * FILE: tracers-libelf-sys/vendor/libelf/lib/next_prime.c function is_prime (line 34) | static int function next_prime (line 56) | size_t FILE: tracers-libelf-sys/vendor/libelf/lib/printversion.c function print_version (line 36) | void FILE: tracers-libelf-sys/vendor/libelf/lib/printversion.h type argp_state (line 36) | struct argp_state FILE: tracers-libelf-sys/vendor/libelf/lib/system.h function pwrite_retry (line 88) | static inline ssize_t __attribute__ ((unused)) function write_retry (line 107) | static inline ssize_t __attribute__ ((unused)) function pread_retry (line 125) | static inline ssize_t __attribute__ ((unused)) FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_abort.c function asm_abort (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_addsleb128.c function asm_addsleb128 (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_addstrz.c function asm_addstrz (line 42) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_adduleb128.c function asm_adduleb128 (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_align.c function asm_align (line 41) | int function __libasm_ensure_section_space (line 133) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_begin.c function AsmCtx_t (line 47) | static AsmCtx_t * function AsmCtx_t (line 69) | static AsmCtx_t * function AsmCtx_t (line 129) | AsmCtx_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_end.c function text_end (line 47) | static int function binary_end (line 60) | static int function asm_end (line 501) | int function free_section (line 535) | static void function internal_function (line 557) | void FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_error.c function asm_errno (line 45) | int function __libasm_seterrno (line 54) | void FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_fill.c function asm_fill (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_getelf.c function Elf (line 39) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newabssym.c function AsmSym_t (line 54) | AsmSym_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newcomsym.c function AsmSym_t (line 54) | AsmSym_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newscn.c type FillPattern (line 49) | struct FillPattern type FillPattern (line 59) | struct FillPattern function AsmScn_t (line 62) | static AsmScn_t * function AsmScn_t (line 105) | static AsmScn_t * function AsmScn_t (line 159) | AsmScn_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newscn_ingrp.c function AsmScn_t (line 39) | AsmScn_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newscngrp.c function AsmScnGrp_t (line 43) | AsmScnGrp_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newsubscn.c function AsmScn_t (line 40) | AsmScn_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_newsym.c function AsmSym_t (line 43) | AsmSym_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/asm_scngrp_newsignature.c function asm_scngrp_newsignature (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/disasm_begin.c function DisasmCtx_t (line 40) | DisasmCtx_t * FILE: tracers-libelf-sys/vendor/libelf/libasm/disasm_cb.c type symtoken (line 39) | struct symtoken function default_elf_getsym (line 46) | static int type symaddrpair (line 67) | struct symaddrpair function read_symtab_exec (line 74) | static void function read_symtab (line 118) | static void function null_elf_getsym (line 144) | static int function disasm_cb (line 156) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/disasm_end.c function disasm_end (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/disasm_str.c type buffer (line 38) | struct buffer function buffer_cb (line 45) | static int function disasm_str (line 61) | int FILE: tracers-libelf-sys/vendor/libelf/libasm/libasm.h type AsmCtx_t (line 39) | typedef struct AsmCtx AsmCtx_t; type AsmScn_t (line 42) | typedef struct AsmScn AsmScn_t; type AsmScnGrp_t (line 45) | typedef struct AsmScnGrp AsmScnGrp_t; type AsmSym_t (line 48) | typedef struct AsmSym AsmSym_t; type DisasmCtx_t (line 52) | typedef struct DisasmCtx DisasmCtx_t; FILE: tracers-libelf-sys/vendor/libelf/libasm/libasmP.h type AsmScn (line 70) | struct AsmScn type AsmCtx (line 140) | struct AsmCtx type AsmSym (line 192) | struct AsmSym type AsmScnGrp (line 217) | struct AsmScnGrp type DisasmCtx (line 245) | struct DisasmCtx type FillPattern (line 260) | struct FillPattern FILE: tracers-libelf-sys/vendor/libelf/libcpu/bpf_disasm.c function bswap_bpf_insn (line 73) | static void function bpf_disasm (line 90) | int FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_data.h type instr_enc (line 36) | struct instr_enc type output_data (line 84) | struct output_data function data_prefix (line 87) | static int function general_mod$r_m (line 156) | static int function FCT_MOD$R_M (line 387) | static int function FCT_Mod$R_m (line 417) | static int function generic_abs (line 442) | static int function FCT_absval (line 482) | static int function FCT_abs (line 492) | static int function FCT_ax (line 502) | static int function FCT_ax$w (line 528) | static int function FCT_crdb (line 549) | static int function FCT_ccc (line 571) | static int function FCT_ddd (line 578) | static int function FCT_disp8 (line 585) | static int function FCT_ds_xx (line 605) | static int function FCT_ds_bx (line 641) | static int function FCT_ds_si (line 648) | static int function FCT_dx (line 655) | static int function FCT_es_di (line 670) | static int function FCT_imm (line 690) | static int function FCT_imm$w (line 723) | static int function FCT_imm64$w (line 743) | static int function FCT_imms (line 775) | static int function FCT_imm$s (line 797) | static int function FCT_imm16 (line 835) | static int function FCT_imms8 (line 851) | static int function FCT_imm8 (line 875) | static int function FCT_rel (line 892) | static int function FCT_mmxreg (line 916) | static int function FCT_mod$r_m (line 932) | static int function FCT_moda$r_m (line 977) | static int function FCT_mod$r_m$w (line 1011) | static int function FCT_mod$8r_m (line 1085) | static int function FCT_mod$16r_m (line 1106) | static int function FCT_mod$64r_m (line 1131) | static int function FCT_reg (line 1160) | static int function FCT_oreg (line 1195) | static int function FCT_reg64 (line 1214) | static int function FCT_reg$w (line 1245) | static int function FCT_oreg$w (line 1286) | static int function FCT_freg (line 1305) | static int function FCT_reg16 (line 1322) | static int function FCT_sel (line 1334) | static int function FCT_sreg2 (line 1354) | static int function FCT_sreg3 (line 1374) | static int function FCT_string (line 1397) | static int function FCT_xmmreg (line 1404) | static int FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_dis.h type instr_enc (line 138) | struct instr_enc FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_disasm.c type output_data (line 256) | struct output_data function i386_disasm (line 314) | int FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_gendis.c function main (line 49) | int FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_lex.c type flex_int8_t (line 62) | typedef int8_t flex_int8_t; type flex_uint8_t (line 63) | typedef uint8_t flex_uint8_t; type flex_int16_t (line 64) | typedef int16_t flex_int16_t; type flex_uint16_t (line 65) | typedef uint16_t flex_uint16_t; type flex_int32_t (line 66) | typedef int32_t flex_int32_t; type flex_uint32_t (line 67) | typedef uint32_t flex_uint32_t; type flex_int8_t (line 69) | typedef signed char flex_int8_t; type flex_int16_t (line 70) | typedef short int flex_int16_t; type flex_int32_t (line 71) | typedef int flex_int32_t; type flex_uint8_t (line 72) | typedef unsigned char flex_uint8_t; type flex_uint16_t (line 73) | typedef unsigned short int flex_uint16_t; type flex_uint32_t (line 74) | typedef unsigned int flex_uint32_t; type yy_buffer_state (line 168) | struct yy_buffer_state type yy_size_t (line 173) | typedef size_t yy_size_t; type yy_buffer_state (line 224) | struct yy_buffer_state type YY_CHAR (line 373) | typedef unsigned char YY_CHAR; type yy_state_type (line 377) | typedef int yy_state_type; type yy_trans_info (line 408) | struct yy_trans_info function YY_RESTORE_YY_MORE_OFFSET (line 1005) | YY_RESTORE_YY_MORE_OFFSET function yy_get_next_buffer (line 1136) | static int yy_get_next_buffer (void) function yy_state_type (line 1270) | static yy_state_type yy_get_previous_state (void) function yy_state_type (line 1303) | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state ) function yyunput (line 1328) | static void yyunput (int c, char * yy_bp ) function input (line 1375) | static int input (void) function i386_restart (line 1456) | void i386_restart (FILE * input_file ) function i386__switch_to_buffer (line 1473) | void i386__switch_to_buffer (YY_BUFFER_STATE new_buffer ) function i386__load_buffer_state (line 1504) | static void i386__load_buffer_state (void) function YY_BUFFER_STATE (line 1518) | YY_BUFFER_STATE i386__create_buffer (FILE * file, int size ) function i386__delete_buffer (line 1546) | void i386__delete_buffer (YY_BUFFER_STATE b ) function i386__init_buffer (line 1565) | static void i386__init_buffer (YY_BUFFER_STATE b, FILE * file ) function i386__flush_buffer (line 1593) | void i386__flush_buffer (YY_BUFFER_STATE b ) function i386_push_buffer_state (line 1622) | void i386_push_buffer_state (YY_BUFFER_STATE new_buffer ) function i386_pop_buffer_state (line 1652) | void i386_pop_buffer_state (void) function i386_ensure_buffer_stack (line 1671) | static void i386_ensure_buffer_stack (void) function YY_BUFFER_STATE (line 1720) | YY_BUFFER_STATE i386__scan_buffer (char * base, yy_size_t size ) function YY_BUFFER_STATE (line 1757) | YY_BUFFER_STATE i386__scan_string (yyconst char * yystr ) function YY_BUFFER_STATE (line 1770) | YY_BUFFER_STATE i386__scan_bytes (yyconst char * yybytes, int _yybytes... function yy_fatal_error (line 1804) | static void yynoreturn yy_fatal_error (yyconst char* msg ) function i386_get_lineno (line 1832) | int i386_get_lineno (void) function FILE (line 1841) | FILE *i386_get_in (void) function FILE (line 1849) | FILE *i386_get_out (void) function i386_get_leng (line 1857) | int i386_get_leng (void) function i386_set_lineno (line 1875) | void i386_set_lineno (int _line_number ) function i386_set_in (line 1887) | void i386_set_in (FILE * _in_str ) function i386_set_out (line 1892) | void i386_set_out (FILE * _out_str ) function i386_get_debug (line 1897) | int i386_get_debug (void) function i386_set_debug (line 1902) | void i386_set_debug (int _bdebug ) function yy_init_globals (line 1907) | static int yy_init_globals (void) function i386_lex_destroy (line 1939) | int i386_lex_destroy (void) function yy_flex_strncpy (line 1965) | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) function yy_flex_strlen (line 1975) | static int yy_flex_strlen (yyconst char * s ) function i386_free (line 2003) | void i386_free (void * ptr ) function eat_to_eol (line 2014) | static void function invalid_char (line 2026) | static void FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_parse.c type known_bitfield (line 134) | struct known_bitfield type bitvalue (line 142) | struct bitvalue type argname (line 154) | struct argname type argument (line 166) | struct argument type instruction (line 173) | struct instruction type synonym (line 206) | struct synonym type suffix (line 213) | struct suffix type argstring (line 220) | struct argstring type known_bitfield (line 228) | struct known_bitfield type known_bitfield (line 233) | struct known_bitfield type known_bitfield (line 238) | struct known_bitfield type known_bitfield (line 243) | struct known_bitfield type known_bitfield (line 248) | struct known_bitfield type bitvalue (line 256) | struct bitvalue type bitvalue (line 257) | struct bitvalue type bitvalue (line 258) | struct bitvalue type argument (line 258) | struct argument type bitvalue (line 259) | struct bitvalue type known_bitfield (line 260) | struct known_bitfield type argument (line 261) | struct argument type argname (line 262) | struct argname type argname (line 262) | struct argname type bitvalue (line 263) | struct bitvalue type argname (line 263) | struct argname type instruction (line 264) | struct instruction type instruction (line 274) | struct instruction type yytokentype (line 321) | enum yytokentype type known_bitfield (line 357) | struct known_bitfield type bitvalue (line 358) | struct bitvalue type argname (line 359) | struct argname type argument (line 360) | struct argument type YYSTYPE (line 365) | typedef union YYSTYPE YYSTYPE; type YYTYPE_UINT8 (line 386) | typedef YYTYPE_UINT8 yytype_uint8; type yytype_uint8 (line 388) | typedef unsigned char yytype_uint8; type YYTYPE_INT8 (line 392) | typedef YYTYPE_INT8 yytype_int8; type yytype_int8 (line 394) | typedef signed char yytype_int8; type YYTYPE_UINT16 (line 398) | typedef YYTYPE_UINT16 yytype_uint16; type yytype_uint16 (line 400) | typedef unsigned short int yytype_uint16; type YYTYPE_INT16 (line 404) | typedef YYTYPE_INT16 yytype_int16; type yytype_int16 (line 406) | typedef short int yytype_int16; function yy_symbol_value_print (line 874) | static void function yy_symbol_print (line 893) | static void function yy_stack_print (line 908) | static void function yy_reduce_print (line 931) | static void function YYSIZE_T (line 992) | static YYSIZE_T function YYSIZE_T (line 1031) | static YYSIZE_T function yysyntax_error (line 1079) | static int function yydestruct (line 1212) | static void function yyparse (line 1241) | int function yyerror (line 2080) | static void function bitfield_compare (line 2088) | static int function new_bitfield (line 2098) | static void function check_bits (line 2121) | static void function check_duplicates (line 2163) | static int function check_argsdef (line 2190) | static int function check_bitsused (line 2226) | static int type argname (line 2271) | struct argname type argname (line 2272) | struct argname type argname (line 2274) | struct argname type argname (line 2275) | struct argname function fillin_arg (line 2300) | static void function nameout (line 2395) | static void function compare_argstring (line 2404) | static int function find_numbers (line 2426) | static void function compare_syn (line 2581) | static int function compare_suf (line 2591) | static int function print_op_str (line 2603) | static void function print_op_str_idx (line 2619) | static void function print_op_fct (line 2628) | static void function instrtable_out (line 2644) | static void function which_chars (line 2877) | static size_t function add_mnemonics (line 2903) | static void type charfreq (line 2912) | struct charfreq type charfreq (line 2917) | struct charfreq type charfreq (line 2918) | struct charfreq function compare_freq (line 2921) | static int function compute_pfxfreq (line 2935) | static size_t type strsnlen (line 2955) | struct strsnlen function compute_sfxfreq (line 2961) | static size_t function create_mnemonic_table (line 2981) | static void FILE: tracers-libelf-sys/vendor/libelf/libcpu/i386_parse.h type yytokentype (line 46) | enum yytokentype type known_bitfield (line 82) | struct known_bitfield type bitvalue (line 83) | struct bitvalue type argname (line 84) | struct argname type argument (line 85) | struct argument type YYSTYPE (line 90) | typedef union YYSTYPE YYSTYPE; FILE: tracers-libelf-sys/vendor/libelf/libcpu/memory-access.h function read_2ubyte_unaligned (line 95) | static inline uint16_t function read_2sbyte_unaligned (line 103) | static inline int16_t function read_4ubyte_unaligned_noncvt (line 112) | static inline uint32_t function read_4ubyte_unaligned (line 118) | static inline uint32_t function read_4sbyte_unaligned (line 126) | static inline int32_t function read_8ubyte_unaligned (line 135) | static inline uint64_t function read_8sbyte_unaligned (line 143) | static inline int64_t FILE: tracers-libelf-sys/vendor/libelf/libcpu/x86_64_dis.h type instr_enc (line 139) | struct instr_enc FILE: tracers-libelf-sys/vendor/libelf/libdw/cfi.c function Dwarf_Frame (line 45) | static Dwarf_Frame * function enough_registers (line 59) | static inline bool function require_cfa_offset (line 92) | static inline void function execute_cfi (line 101) | static int function cie_cache_initial_state (line 427) | static int function __libdw_frame_at_address (line 495) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/cfi.h type ebl (line 34) | struct ebl type dwarf_cie (line 37) | struct dwarf_cie type dwarf_fde (line 61) | struct dwarf_fde type Dwarf_CFI_s (line 75) | struct Dwarf_CFI_s type dwarf_frame_rule (line 120) | enum dwarf_frame_rule type dwarf_frame_register (line 133) | struct dwarf_frame_register type Dwarf_Frame_s (line 156) | struct Dwarf_Frame_s type dwarf_cie (line 201) | struct dwarf_cie type dwarf_fde (line 206) | struct dwarf_fde type dwarf_fde (line 211) | struct dwarf_fde type dwarf_fde (line 218) | struct dwarf_fde FILE: tracers-libelf-sys/vendor/libelf/libdw/cie.c function compare_cie (line 40) | static int type dwarf_cie (line 53) | struct dwarf_cie type dwarf_cie (line 56) | struct dwarf_cie type dwarf_cie (line 56) | struct dwarf_cie type dwarf_cie (line 158) | struct dwarf_cie type dwarf_cie (line 162) | struct dwarf_cie type dwarf_cie (line 163) | struct dwarf_cie function __libdw_intern_cie (line 187) | void FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_abbrevhaschildren.c function dwarf_abbrevhaschildren (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_addrdie.c function Dwarf_Die (line 37) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_aggregate_size.c function Dwarf_Die (line 37) | static Dwarf_Die * function array_size (line 52) | static int function aggregate_size (line 173) | static int function dwarf_aggregate_size (line 212) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_arrayorder.c function dwarf_arrayorder (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_attr.c function Dwarf_Attribute (line 38) | Dwarf_Attribute * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_attr_integrate.c function Dwarf_Attribute (line 36) | Dwarf_Attribute * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_begin.c function Dwarf (line 41) | Dwarf * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_begin_elf.c function Dwarf (line 73) | static Dwarf * function Dwarf (line 203) | static Dwarf * function Dwarf (line 304) | static Dwarf * function Dwarf (line 316) | static Dwarf * function Dwarf (line 375) | Dwarf * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_bitoffset.c function dwarf_bitoffset (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_bitsize.c function dwarf_bitsize (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_bytesize.c function dwarf_bytesize (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cfi_addrframe.c function dwarf_cfi_addrframe (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cfi_end.c function dwarf_cfi_end (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_child.c function dwarf_child (line 120) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cu_die.c function Dwarf_Die (line 37) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cu_getdwarf.c function Dwarf (line 38) | Dwarf * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cu_info.c function dwarf_cu_info (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_cuoffset.c function Dwarf_Off (line 38) | Dwarf_Off FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_decl_column.c function dwarf_decl_column (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_decl_file.c type Dwarf_CU (line 58) | struct Dwarf_CU FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_decl_line.c function dwarf_decl_line (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_default_lower_bound.c function dwarf_default_lower_bound (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_die_addr_die.c function Dwarf_Die (line 39) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_diecu.c function Dwarf_Die (line 37) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_dieoffset.c function Dwarf_Off (line 38) | Dwarf_Off FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_end.c function noop_free (line 44) | static void function cu_free (line 50) | static void function dwarf_end (line 71) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_entry_breakpoints.c function add_bkpt (line 38) | static inline int function entrypc_bkpt (line 55) | static inline int function search_range (line 65) | static inline int function dwarf_entry_breakpoints (line 104) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_entrypc.c function dwarf_entrypc (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_error.c function dwarf_errno (line 43) | int function internal_function (line 109) | void FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formaddr.c function __libdw_addrx (line 37) | int function dwarf_formaddr (line 79) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formblock.c function dwarf_formblock (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formflag.c function dwarf_formflag (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formref.c function internal_function (line 37) | int function dwarf_formref (line 105) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formref_die.c function Dwarf_Die (line 38) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formsdata.c function dwarf_formsdata (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_formudata.c function dwarf_formudata (line 138) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_frame_cfa.c function dwarf_frame_cfa (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_frame_info.c function dwarf_frame_info (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_frame_register.c function dwarf_frame_register (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_func_inline.c type visitor_info (line 36) | struct visitor_info function scope_visitor (line 43) | static int function dwarf_func_inline (line 69) | int function dwarf_func_inline_instances (line 93) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_get_units.c function dwarf_get_units (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getabbrev.c function Dwarf_Abbrev (line 158) | Dwarf_Abbrev * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getabbrevattr.c function dwarf_getabbrevattr_data (line 39) | int function dwarf_getabbrevattr (line 86) | INTDEF(dwarf_getabbrevattr_data) FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getabbrevcode.c function dwarf_getabbrevcode (line 39) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getabbrevtag.c function dwarf_getabbrevtag (line 39) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getalt.c function find_debug_altlink (line 98) | static void function Dwarf (line 163) | Dwarf * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getarange_addr.c function Dwarf_Arange (line 37) | Dwarf_Arange * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getarangeinfo.c function dwarf_getarangeinfo (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getaranges.c type arangelist (line 39) | struct arangelist function compare_aranges (line 46) | static int function dwarf_getaranges (line 56) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getattrcnt.c function dwarf_getattrcnt (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getattrs.c function dwarf_getattrs (line 37) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getcfi.c function Dwarf_CFI (line 37) | Dwarf_CFI * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getcfi_elf.c function Dwarf_CFI (line 43) | static Dwarf_CFI * function Dwarf_CFI (line 125) | static Dwarf_CFI * function Dwarf_CFI (line 193) | static Dwarf_CFI * function Dwarf_CFI (line 214) | static Dwarf_CFI * function Dwarf_CFI (line 270) | static Dwarf_CFI * function Dwarf_CFI (line 313) | Dwarf_CFI * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getelf.c function Elf (line 39) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getfuncs.c type visitor_info (line 38) | struct visitor_info function tree_visitor (line 56) | static int function dwarf_getfuncs (line 95) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getlocation.c function attr_ok (line 41) | static bool type loclist (line 98) | struct loclist function loc_compare (line 108) | static int function store_implicit_value (line 125) | static int function dwarf_getlocation_implicit_value (line 142) | int function check_constant_offset (line 164) | static int function __libdw_intern_expression (line 228) | int function getlocation (line 639) | static int function dwarf_getlocation (line 660) | int function Dwarf_Addr (line 684) | Dwarf_Addr function initial_offset (line 717) | static int function getlocations_addr (line 796) | static ptrdiff_t function dwarf_getlocation_addr (line 864) | int function dwarf_getlocations (line 940) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getlocation_attr.c function Dwarf_CU (line 36) | static Dwarf_CU * function dwarf_getlocation_attr (line 71) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getlocation_die.c function dwarf_getlocation_die (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getlocation_implicit_pointer.c function __libdw_empty_loc_attr (line 41) | void function dwarf_getlocation_implicit_pointer (line 51) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getmacros.c function get_offset_from (line 41) | static int function macro_op_compare (line 53) | static int function build_table (line 72) | static void function init_macinfo_table (line 92) | __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table)))); function Dwarf_Macro_Op_Table (line 118) | static Dwarf_Macro_Op_Table * function Dwarf_Macro_Op_Table (line 143) | static Dwarf_Macro_Op_Table * function Dwarf_Macro_Op_Table (line 271) | static Dwarf_Macro_Op_Table * function read_macros (line 301) | static ptrdiff_t function token_from_offset (line 458) | static ptrdiff_t function offset_from_token (line 477) | static ptrdiff_t function gnu_macros_getmacros_off (line 486) | static ptrdiff_t function macro_info_getmacros_off (line 504) | static ptrdiff_t function dwarf_getmacros_off (line 515) | ptrdiff_t function dwarf_getmacros (line 536) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getpubnames.c function get_offsets (line 43) | static int function dwarf_getpubnames (line 142) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getscopes.c type args (line 39) | struct args function pc_match (line 48) | static int function origin_match (line 87) | static int function pc_record (line 120) | static int function dwarf_getscopes (line 185) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getscopes_die.c function scope_visitor (line 36) | static int function dwarf_getscopes_die (line 62) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getscopevar.c function getfiles (line 40) | static int function getattr (line 47) | static int function file_matches (line 55) | static inline int function dwarf_getscopevar (line 85) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getsrc_die.c function Dwarf_Line (line 38) | Dwarf_Line * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getsrc_file.c function dwarf_getsrc_file (line 42) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getsrcdirs.c function dwarf_getsrcdirs (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getsrcfiles.c function dwarf_getsrcfiles (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_getsrclines.c type filelist (line 42) | struct filelist type linelist (line 48) | struct linelist function compare_lines (line 57) | static int type line_state (line 80) | struct line_state function run_advance_pc (line 98) | static inline void function add_new_line (line 107) | static inline bool function read_srclines (line 148) | static int function files_lines_compare (line 1086) | static int function __libdw_getsrclines (line 1100) | int function dwarf_getsrclines (line 1157) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_hasattr.c function dwarf_hasattr (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_hasattr_integrate.c function dwarf_hasattr_integrate (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_haschildren.c function dwarf_haschildren (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_hasform.c function dwarf_hasform (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_haspc.c function dwarf_haspc (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_highpc.c function dwarf_highpc (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_line_file.c function dwarf_line_file (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineaddr.c function dwarf_lineaddr (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_linebeginstatement.c function dwarf_linebeginstatement (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineblock.c function dwarf_lineblock (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_linecol.c function dwarf_linecol (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_linediscriminator.c function dwarf_linediscriminator (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineendsequence.c function dwarf_lineendsequence (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineepiloguebegin.c function dwarf_lineepiloguebegin (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineisa.c function dwarf_lineisa (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineno.c function dwarf_lineno (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineop_index.c function dwarf_lineop_index (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lineprologueend.c function dwarf_lineprologueend (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_lowpc.c function dwarf_lowpc (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_getparamcnt.c function dwarf_macro_getparamcnt (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_getsrcfiles.c function dwarf_macro_getsrcfiles (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_opcode.c function dwarf_macro_opcode (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_param.c function dwarf_macro_param (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_param1.c function dwarf_macro_param1 (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_macro_param2.c function dwarf_macro_param2 (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_next_cfi.c function dwarf_next_cfi (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_next_lines.c function dwarf_next_lines (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_nextcu.c function dwarf_next_unit (line 38) | int function internal_function (line 54) | internal_function function dwarf_nextcu (line 300) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_offabbrev.c function dwarf_offabbrev (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_offdie.c function Dwarf_Die (line 73) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_onearange.c function Dwarf_Arange (line 37) | Dwarf_Arange * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_onesrcline.c function Dwarf_Line (line 37) | Dwarf_Line * FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_peel_type.c function dwarf_peel_type (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_ranges.c function internal_function (line 43) | internal_function int function initial_offset (line 384) | static int function dwarf_ranges (line 463) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_setalt.c function dwarf_setalt (line 37) | void FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_siblingof.c function dwarf_siblingof (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_srclang.c function dwarf_srclang (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_tag.c function dwarf_tag (line 81) | int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_whatattr.c function dwarf_whatattr (line 38) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libdw/dwarf_whatform.c function dwarf_whatform (line 38) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libdw/encoded-value.h function encoded_value_size (line 40) | static size_t __attribute__ ((unused)) function __libdw_cfi_read_address_inc (line 75) | static inline int __attribute__ ((unused)) function read_encoded_value (line 112) | static bool __attribute__ ((unused)) FILE: tracers-libelf-sys/vendor/libelf/libdw/fde.c function compare_fde (line 39) | static int type dwarf_fde (line 65) | struct dwarf_fde type dwarf_cie (line 69) | struct dwarf_cie type dwarf_fde (line 73) | struct dwarf_fde type dwarf_fde (line 73) | struct dwarf_fde type dwarf_fde (line 122) | struct dwarf_fde type dwarf_fde (line 141) | struct dwarf_fde type dwarf_fde (line 162) | struct dwarf_fde function Dwarf_Off (line 174) | static Dwarf_Off type dwarf_fde (line 245) | struct dwarf_fde type dwarf_fde (line 251) | struct dwarf_fde type dwarf_fde (line 252) | struct dwarf_fde type dwarf_fde (line 262) | struct dwarf_fde type dwarf_fde (line 307) | struct dwarf_fde FILE: tracers-libelf-sys/vendor/libelf/libdw/frame-cache.c function free_cie (line 39) | static void function free_expr (line 50) | static void function __libdw_destroy_frame_cache (line 59) | void FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw.h type Dwarf_Cmd (line 38) | typedef enum type GElf_Off (line 64) | typedef GElf_Off Dwarf_Off; type GElf_Addr (line 67) | typedef GElf_Addr Dwarf_Addr; type GElf_Xword (line 70) | typedef GElf_Xword Dwarf_Word; type GElf_Sxword (line 71) | typedef GElf_Sxword Dwarf_Sword; type GElf_Half (line 73) | typedef GElf_Half Dwarf_Half; type Dwarf_Abbrev (line 77) | typedef struct Dwarf_Abbrev Dwarf_Abbrev; type Dwarf_Lines (line 83) | typedef struct Dwarf_Lines_s Dwarf_Lines; type Dwarf_Line (line 86) | typedef struct Dwarf_Line_s Dwarf_Line; type Dwarf_Files (line 89) | typedef struct Dwarf_Files_s Dwarf_Files; type Dwarf_Arange (line 92) | typedef struct Dwarf_Arange_s Dwarf_Arange; type Dwarf_Aranges (line 95) | typedef struct Dwarf_Aranges_s Dwarf_Aranges; type Dwarf_CU (line 98) | struct Dwarf_CU type Dwarf_CU (line 99) | typedef struct Dwarf_CU Dwarf_CU; type Dwarf_Macro (line 102) | typedef struct Dwarf_Macro_s Dwarf_Macro; type Dwarf_Attribute (line 105) | typedef struct type Dwarf_Block (line 115) | typedef struct type Dwarf_Die (line 123) | typedef struct type Dwarf_Global (line 138) | typedef struct type Dwarf_Op (line 148) | typedef struct type Dwarf_CIE (line 159) | typedef struct type Dwarf_FDE (line 185) | typedef struct type Dwarf_CFI_Entry (line 207) | typedef union type Dwarf_Frame (line 219) | typedef struct Dwarf_Frame_s Dwarf_Frame; type Dwarf_CFI (line 222) | typedef struct Dwarf_CFI_s Dwarf_CFI; type Dwarf (line 226) | typedef struct Dwarf Dwarf; function dwarf_whatattr (line 1084) | __libdw_extern_inline unsigned int function dwarf_whatform (line 1091) | __libdw_extern_inline unsigned int FILE: tracers-libelf-sys/vendor/libelf/libdw/libdwP.h type loc_s (line 44) | struct loc_s type loc_block_s (line 54) | struct loc_block_s type files_lines_s (line 62) | struct files_lines_s type Dwarf (line 151) | struct Dwarf type Dwarf_Abbrev (line 241) | struct Dwarf_Abbrev type Dwarf_Files_s (line 254) | struct Dwarf_Files_s type Dwarf_Fileinfo (line 266) | typedef struct Dwarf_Fileinfo_s Dwarf_Fileinfo; type Dwarf_Line_s (line 271) | struct Dwarf_Line_s type Dwarf_Lines_s (line 292) | struct Dwarf_Lines_s type Dwarf_Aranges_s (line 299) | struct Dwarf_Aranges_s type Dwarf_CU (line 314) | struct Dwarf_CU function Dwarf_Off (line 387) | static inline Dwarf_Off function Dwarf_Off (line 447) | static inline Dwarf_Off type Dwarf_Macro_Op_Proto (line 474) | typedef struct type Dwarf_Macro_Op_Table (line 481) | typedef struct type Dwarf_Macro_s (line 513) | struct Dwarf_Macro_s function Dwarf_Word (line 520) | static inline Dwarf_Word function libdw_valid_user_form (line 530) | static inline bool type Dwarf_CU (line 614) | struct Dwarf_CU type Dwarf_CU (line 618) | struct Dwarf_CU type Dwarf_CU (line 622) | struct Dwarf_CU type Dwarf (line 626) | struct Dwarf type Dwarf_CU (line 630) | struct Dwarf_CU type Dwarf_CU (line 634) | struct Dwarf_CU type Dwarf_CU (line 639) | struct Dwarf_CU type Dwarf_CU (line 671) | struct Dwarf_CU function __nonnull_attribute__ (line 677) | static inline size_t type Dwarf_Die_Chain (line 745) | struct Dwarf_Die_Chain type Dwarf_Die_Chain (line 752) | struct Dwarf_Die_Chain type Dwarf_Die_Chain (line 753) | struct Dwarf_Die_Chain type Dwarf_Die_Chain (line 755) | struct Dwarf_Die_Chain type Dwarf_Die_Chain (line 758) | struct Dwarf_Die_Chain function __libdw_relocate_address (line 791) | static inline int function __libdw_relocate_offset (line 801) | static inline int function Elf_Data (line 811) | static inline Elf_Data * function __libdw_offset_in_section (line 824) | static inline int function __libdw_in_section (line 842) | static inline bool function __libdw_read_address_inc (line 877) | static inline int function __libdw_read_address (line 888) | static inline int function __libdw_read_offset_inc (line 897) | static inline int function __libdw_read_offset (line 909) | static inline int function cu_sec_idx (line 919) | static inline size_t function is_cudie (line 925) | static inline bool function Dwarf_Off (line 973) | static inline Dwarf_Off function Dwarf_Off (line 996) | static inline Dwarf_Off function Dwarf_Off (line 1099) | static inline Dwarf_Off __libdw_cu_str_off_base (Dwarf_CU *cu) function Dwarf_Off (line 1107) | static inline Dwarf_Off function Dwarf_Off (line 1196) | static inline Dwarf_Off function __libdw_link_skel_split (line 1276) | static inline void FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw_alloc.c type libdw_memblock (line 45) | struct libdw_memblock type libdw_memblock (line 46) | struct libdw_memblock type libdw_memblock (line 52) | struct libdw_memblock function Dwarf_OOM (line 62) | Dwarf_OOM function __libdw_oom (line 73) | __libdw_oom (void) FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw_find_split_unit.c function try_split_file (line 45) | void FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw_findcu.c function findcu_cb (line 38) | static int function __libdw_finddbg_cb (line 64) | int type Dwarf_CU (line 98) | struct Dwarf_CU type Dwarf_CU (line 147) | struct Dwarf_CU type Dwarf_CU (line 227) | struct Dwarf_CU type Dwarf_CU (line 236) | struct Dwarf_CU type Dwarf_CU (line 237) | struct Dwarf_CU type Dwarf_CU (line 250) | struct Dwarf_CU type Dwarf_CU (line 261) | struct Dwarf_CU type Dwarf_CU (line 285) | struct Dwarf_CU type Dwarf_CU (line 286) | struct Dwarf_CU FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw_form.c function __libdw_form_val_compute_len (line 40) | size_t FILE: tracers-libelf-sys/vendor/libelf/libdw/libdw_visit_scopes.c function may_have_scopes (line 37) | static bool type walk_children_state (line 67) | struct walk_children_state type walk_children_state (line 80) | struct walk_children_state function __libdw_visit_scopes (line 82) | int function walk_children (line 111) | static inline int FILE: tracers-libelf-sys/vendor/libelf/libdw/memory-access.h function __libdw_max_len_leb128 (line 42) | static inline size_t function __libdw_max_len_uleb128 (line 50) | static inline size_t function __libdw_max_len_sleb128 (line 57) | static inline size_t function __libdw_get_uleb128 (line 73) | static inline uint64_t function __libdw_get_uleb128_unchecked (line 90) | static inline uint64_t function __libdw_get_sleb128 (line 125) | static inline int64_t function __libdw_get_sleb128_unchecked (line 142) | static inline int64_t function read_2ubyte_unaligned_1 (line 225) | static inline uint16_t function read_2sbyte_unaligned_1 (line 233) | static inline int16_t function read_4ubyte_unaligned_noncvt (line 242) | static inline uint32_t function read_4ubyte_unaligned_1 (line 248) | static inline uint32_t function read_4sbyte_unaligned_1 (line 256) | static inline int32_t function read_8ubyte_unaligned_noncvt (line 265) | static inline uint64_t function read_8ubyte_unaligned_1 (line 271) | static inline uint64_t function read_8sbyte_unaligned_1 (line 279) | static inline int64_t function file_byte_order (line 323) | static inline int function read_3ubyte_unaligned (line 333) | static inline uint32_t FILE: tracers-libelf-sys/vendor/libelf/libdwelf/dwelf_dwarf_gnu_debugaltlink.c function dwelf_dwarf_gnu_debugaltlink (line 35) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/libdwelf/dwelf_elf_begin.c function Elf (line 39) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libdwelf/dwelf_elf_gnu_build_id.c function check_notes (line 38) | static int function find_elf_build_id (line 63) | static int function __libdwfl_find_elf_build_id (line 127) | int function dwelf_elf_gnu_build_id (line 146) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/libdwelf/dwelf_scn_gnu_compressed_size.c function dwelf_scn_gnu_compressed_size (line 36) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/libdwelf/dwelf_strtab.c type Dwelf_Strent (line 46) | struct Dwelf_Strent type memoryblock (line 58) | struct memoryblock type Dwelf_Strtab (line 65) | struct Dwelf_Strtab function Dwelf_Strtab (line 85) | Dwelf_Strtab * function morememory (line 111) | static int function dwelf_strtab_free (line 133) | void function Dwelf_Strent (line 149) | static Dwelf_Strent * function Dwelf_Strent (line 188) | static Dwelf_Strent ** function Dwelf_Strent (line 212) | static Dwelf_Strent * function Dwelf_Strent (line 281) | Dwelf_Strent * function Dwelf_Strent (line 287) | Dwelf_Strent * function copystrings (line 293) | static void function Elf_Data (line 316) | Elf_Data * function dwelf_strent_off (line 349) | size_t FILE: tracers-libelf-sys/vendor/libelf/libdwelf/libdwelf.h type Dwelf_Strtab (line 76) | typedef struct Dwelf_Strtab Dwelf_Strtab; type Dwelf_Strent (line 77) | typedef struct Dwelf_Strent Dwelf_Strent; FILE: tracers-libelf-sys/vendor/libelf/libdwfl/argp-std.c type argp_option (line 48) | struct argp_option type parse_opt (line 98) | struct parse_opt function failure (line 107) | static inline void function error_t (line 119) | static inline error_t function error_t (line 126) | static error_t type argp (line 376) | struct argp type argp (line 379) | struct argp FILE: tracers-libelf-sys/vendor/libelf/libdwfl/core-file.c function Elf (line 42) | static inline Elf * function Elf (line 57) | static Elf * function dwfl_report_core_segments (line 124) | int function core_file_read_eagerly (line 169) | static bool function update_end (line 243) | static inline void function do_more (line 252) | static inline bool function dwfl_elf_phdr_memory_callback (line 281) | bool function clear_r_debug_info (line 407) | static void function __libdwfl_dynamic_vaddr_get (line 421) | bool function dwfl_core_file_report (line 443) | int function _compat_without_executable_dwfl_core_file_report (line 621) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/cu.c function Dwarf_Arange (line 39) | static inline Dwarf_Arange * function Dwfl_Error (line 46) | static Dwfl_Error function nofree (line 133) | static void function less_lazy (line 144) | static inline void function Dwarf_Off (line 155) | static inline Dwarf_Off function compare_cukey (line 161) | static int function Dwfl_Error (line 170) | static Dwfl_Error function Dwfl_Error (line 240) | Dwfl_Error function Dwfl_Error (line 291) | static Dwfl_Error function Dwfl_Error (line 308) | Dwfl_Error FILE: tracers-libelf-sys/vendor/libelf/libdwfl/derelocate.c type dwfl_relocation (line 35) | struct dwfl_relocation type secref (line 48) | struct secref function compare_secrefs (line 57) | static int function cache_sections (line 79) | static int function dwfl_module_relocations (line 236) | int type dwfl_relocation (line 284) | struct dwfl_relocation function check_module (line 296) | static bool function find_section (line 330) | static int function __libdwfl_find_section_ndx (line 366) | size_t function dwfl_module_relocate_address (line 377) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_addrdie.c function Dwarf_Die (line 35) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_addrdwarf.c function Dwarf (line 35) | Dwarf * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_addrmodule.c function Dwfl_Module (line 35) | Dwfl_Module * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_begin.c function Dwfl (line 35) | Dwfl * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_build_id_find_debuginfo.c function dwfl_build_id_find_debuginfo (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_build_id_find_elf.c function __libdwfl_open_by_build_id (line 40) | int function __libdwfl_open_mod_by_build_id (line 124) | int function dwfl_build_id_find_elf (line 140) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_cumodule.c function Dwfl_Module (line 35) | Dwfl_Module * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_dwarf_line.c function Dwarf_Line (line 36) | Dwarf_Line * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_end.c function dwfl_end (line 36) | void FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_error.c function dwfl_errno (line 47) | int function msgtable (line 54) | INTDEF (dwfl_errno) type msgtable (line 66) | struct msgtable function canonicalize (line 93) | static inline int function __libdwfl_canon_error (line 125) | int function __libdwfl_seterrno (line 132) | void FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_frame.c function state_fetch_pc (line 38) | static bool function state_free (line 73) | static void function thread_free_all_states (line 82) | static void function Dwfl_Frame (line 89) | static Dwfl_Frame * function __libdwfl_process_free (line 111) | void function process_alloc (line 127) | static void function dwfl_attach_state (line 137) | bool function dwfl_pid (line 214) | INTDEF(dwfl_attach_state) function dwfl_thread_tid (line 239) | INTDEF(dwfl_thread_dwfl) function dwfl_getthreads (line 253) | INTDEF(dwfl_frame_thread) function one_arg (line 304) | INTDEF(dwfl_getthreads) function get_one_thread_cb (line 315) | static int function getthread (line 331) | static int type one_thread (line 386) | struct one_thread function get_one_thread_frames_cb (line 392) | static int function dwfl_getthread_frames (line 399) | int function dwfl_thread_getframes (line 407) | INTDEF(dwfl_getthread_frames) FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_frame_pc.c function dwfl_frame_pc (line 35) | bool FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_frame_regs.c function dwfl_thread_state_registers (line 35) | bool function dwfl_thread_state_register_pc (line 50) | INTDEF(dwfl_thread_state_registers) FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_getdwarf.c type module_callback_info (line 35) | struct module_callback_info function module_callback (line 43) | static int function dwfl_getdwarf (line 53) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_getmodules.c function dwfl_getmodules (line 35) | ptrdiff_t FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_getsrc.c function Dwfl_Line (line 35) | Dwfl_Line * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_getsrclines.c function dwfl_getsrclines (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_line_comp_dir.c type dwfl_cu (line 42) | struct dwfl_cu FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_linecu.c function Dwarf_Die (line 37) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_lineinfo.c type dwfl_cu (line 43) | struct dwfl_cu type Dwarf_Fileinfo_s (line 59) | struct Dwarf_Fileinfo_s FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_linemodule.c function Dwfl_Module (line 35) | Dwfl_Module * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module.c function free_cu (line 38) | static void function nofree (line 46) | static void function free_file (line 51) | static void function __libdwfl_module_free (line 61) | void function dwfl_report_begin_add (line 127) | void function dwfl_report_begin (line 133) | INTDEF (dwfl_report_begin_add) function Dwfl_Module (line 166) | Dwfl_Module * function dwfl_report_end (line 207) | INTDEF (dwfl_report_module) FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_addrdie.c function Dwarf_Die (line 35) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_addrsym.c type search_state (line 35) | struct search_state function same_section (line 64) | static inline bool function binding_value (line 113) | static inline int function try_sym_value (line 130) | static inline void function search_table (line 198) | static inline void type search_state (line 252) | struct search_state FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_build_id.c function found_build_id (line 35) | static int function __libdwfl_find_build_id (line 59) | int function dwfl_module_build_id (line 80) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_dwarf_cfi.c function Dwarf_CFI (line 57) | Dwarf_CFI * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_eh_cfi.c function Dwarf_CFI (line 36) | Dwarf_CFI * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_getdwarf.c function Dwfl_Error (line 42) | static inline Dwfl_Error function Dwfl_Error (line 76) | static inline Dwfl_Error function mod_verify_build_id (line 172) | static void function internal_function (line 209) | void function consider_shdr (line 239) | static inline void function Dwfl_Error (line 273) | static Dwfl_Error function Dwfl_Error (line 528) | static Dwfl_Error function find_debug_altlink (line 554) | static void function Dwfl_Error (line 603) | static Dwfl_Error function find_offsets (line 666) | static void function translate_offs (line 702) | static void function find_dynsym (line 824) | static void function find_aux_address_sync (line 906) | static bool function find_aux_sym (line 933) | static void function find_symtab (line 1052) | static void function Dwfl_Error (line 1301) | Dwfl_Error function Dwfl_Error (line 1319) | static Dwfl_Error function find_dw (line 1379) | static void function Dwarf (line 1441) | Dwarf * function dwfl_module_getsymtab (line 1467) | INTDEF (dwfl_module_getdwarf) function dwfl_module_getsymtab_first_global (line 1484) | INTDEF (dwfl_module_getsymtab) FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_getelf.c function Elf (line 35) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_getsrc.c function Dwfl_Line (line 36) | Dwfl_Line * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_getsrc_file.c function Dwarf_Line (line 43) | static inline Dwarf_Line * function dwfl_module_getsrc_file (line 55) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_nextcu.c function Dwarf_Die (line 35) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_register_names.c function dwfl_module_register_names (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_report_build_id.c function dwfl_module_report_build_id (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_module_return_value_location.c function dwfl_module_return_value_location (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_nextcu.c function Dwarf_Die (line 35) | Dwarf_Die * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_onesrcline.c function Dwfl_Line (line 35) | Dwfl_Line * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_report_elf.c function __libdwfl_elf_address_range (line 45) | bool function Dwfl_Module (line 290) | Dwfl_Module * function Dwfl_Module (line 335) | Dwfl_Module * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_segment_report_module.c function addr_segndx (line 60) | static int function buf_has_data (line 86) | static bool function buf_read_ulong (line 95) | static bool function invalid_elf (line 207) | static bool function dwfl_segment_report_module (line 235) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/dwfl_validate_address.c function dwfl_validate_address (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/elf-from-memory.c function Elf (line 56) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/find-debuginfo.c function try_open (line 43) | static int function check_crc (line 81) | static inline bool function validate (line 89) | static bool function find_debuginfo_in_path (line 161) | static int function dwfl_standard_find_debuginfo (line 348) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/frame_unwind.c function __libdwfl_frame_reg_get (line 46) | bool function __libdwfl_frame_reg_set (line 63) | bool function state_get_reg (line 81) | static bool function bra_compar (line 92) | static int type eval_stack (line 100) | struct eval_stack { function do_push (line 106) | static bool function do_pop (line 131) | static bool type eval_stack (line 156) | struct eval_stack FILE: tracers-libelf-sys/vendor/libelf/libdwfl/gzip.c type unzip_state (line 74) | struct unzip_state { function bigger_buffer (line 86) | static inline bool function smaller_buffer (line 100) | static inline void function Dwfl_Error (line 108) | static inline Dwfl_Error function Dwfl_Error (line 122) | static inline Dwfl_Error function Dwfl_Error (line 137) | static Dwfl_Error function Dwfl_Error (line 172) | Dwfl_Error internal_function FILE: tracers-libelf-sys/vendor/libelf/libdwfl/image-header.c function Dwfl_Error (line 62) | Dwfl_Error FILE: tracers-libelf-sys/vendor/libelf/libdwfl/libdwfl.h type Dwfl (line 36) | typedef struct Dwfl Dwfl; type Dwfl_Module (line 39) | typedef struct Dwfl_Module Dwfl_Module; type Dwfl_Line (line 42) | typedef struct Dwfl_Line Dwfl_Line; type Dwfl_Thread (line 46) | typedef struct Dwfl_Thread Dwfl_Thread; type Dwfl_Frame (line 50) | typedef struct Dwfl_Frame Dwfl_Frame; type Dwfl_Callbacks (line 53) | typedef struct type argp (line 387) | struct argp type argp (line 388) | struct argp type Dwfl_Thread_Callbacks (line 650) | typedef struct FILE: tracers-libelf-sys/vendor/libelf/libdwfl/libdwflP.h type Dwfl_Process (line 44) | typedef struct Dwfl_Process Dwfl_Process; type Dwfl_Error (line 95) | typedef enum { DWFL_ERRORS DWFL_E_NUM } Dwfl_Error; function __libdwfl_canon_error (line 101) | extern int __libdwfl_canon_error (Dwfl_Error) internal_function; function GElf_Addr (line 334) | static inline GElf_Addr function GElf_Addr (line 340) | static inline GElf_Addr function Dwarf_Addr (line 346) | static inline Dwarf_Addr function Dwarf_Addr (line 354) | static inline Dwarf_Addr function Dwarf_Addr (line 362) | static inline Dwarf_Addr function Dwarf_Addr (line 370) | static inline Dwarf_Addr function GElf_Addr (line 378) | static inline GElf_Addr function GElf_Addr (line 388) | static inline GElf_Addr type dwfl_arange (line 400) | struct dwfl_arange type __libdwfl_remote_mem_cache (line 408) | struct __libdwfl_remote_mem_cache type __libdwfl_pid_arg (line 418) | struct __libdwfl_pid_arg type __libdwfl_pid_arg (line 442) | struct __libdwfl_pid_arg type dwfl_cu (line 514) | struct dwfl_cu type dwfl_cu (line 515) | struct dwfl_cu type dwfl_cu (line 519) | struct dwfl_cu type dwfl_cu (line 522) | struct dwfl_cu type r_debug_info_module (line 657) | struct r_debug_info_module type r_debug_info (line 672) | struct r_debug_info type r_debug_info (line 686) | struct r_debug_info type r_debug_info (line 709) | struct r_debug_info FILE: tracers-libelf-sys/vendor/libelf/libdwfl/lines.c function Dwfl_Error (line 36) | Dwfl_Error FILE: tracers-libelf-sys/vendor/libelf/libdwfl/link_map.c function do_check64 (line 45) | static inline bool function do_check32 (line 72) | static inline bool function auxv_format_probe (line 101) | static bool type integrated_memory_callback (line 128) | struct integrated_memory_callback function integrated_memory_callback (line 135) | static bool function addrsize (line 222) | static size_t function report_r_debug (line 240) | static int function GElf_Addr (line 504) | static GElf_Addr function GElf_Addr (line 670) | static GElf_Addr function dwfl_link_map_report (line 691) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/linux-core-attach.c type core_arg (line 39) | struct core_arg type thread_arg (line 47) | struct thread_arg function core_memory_read (line 53) | static bool function pid_t (line 98) | static pid_t function core_set_initial_registers (line 167) | static bool function core_detach (line 294) | static void function dwfl_core_file_attach (line 312) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/linux-kernel-modules.c function try_kernel_name (line 91) | static int type utsname (line 162) | struct utsname function find_kernel_elf (line 174) | static int function get_release (line 194) | static int function report_kernel (line 213) | static int function report_kernel_archive (line 268) | static int function check_suffix (line 312) | static size_t function dwfl_linux_kernel_report_offline (line 342) | int function read_address_state (line 462) | INTDEF (dwfl_linux_kernel_report_offline) function read_address (line 475) | static inline bool function intuit_kernel_bounds (line 491) | static int function check_notes (line 535) | static int function check_kernel_notes (line 618) | static int function check_module_notes (line 625) | static int function dwfl_linux_kernel_report_kernel (line 676) | int function subst_name (line 713) | INTDEF (dwfl_linux_kernel_report_kernel) function dwfl_linux_kernel_find_elf (line 741) | int function dwfl_linux_kernel_module_section_address (line 857) | INTDEF (dwfl_linux_kernel_find_elf) function dwfl_linux_kernel_report_modules (line 963) | INTDEF (dwfl_linux_kernel_module_section_address) FILE: tracers-libelf-sys/vendor/libelf/libdwfl/linux-pid-attach.c function linux_proc_pid_is_stopped (line 48) | static bool function __libdwfl_ptrace_attach (line 72) | bool function read_cached_memory (line 122) | static bool function clear_cached_memory (line 181) | static void function pid_memory_read (line 191) | static bool function pid_t (line 239) | static pid_t function pid_getthread (line 283) | static bool function pid_thread_state_registers_cb (line 298) | static bool function pid_set_initial_registers (line 314) | static bool function pid_detach (line 330) | static void function __libdwfl_ptrace_detach (line 341) | void function pid_thread_detach (line 354) | static void function dwfl_linux_proc_attach (line 376) | int type __libdwfl_pid_arg (line 485) | struct __libdwfl_pid_arg function __libdwfl_ptrace_attach (line 492) | bool function __libdwfl_ptrace_detach (line 502) | void function dwfl_linux_proc_attach (line 509) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/linux-proc-maps.c function get_pid_class (line 59) | static unsigned char function grovel_auxv (line 95) | static int function do_report (line 182) | static inline bool function proc_maps_report (line 199) | static int function dwfl_linux_proc_maps_report (line 286) | int function dwfl_linux_proc_report (line 291) | INTDEF (dwfl_linux_proc_maps_report) function read_proc_memory (line 322) | INTDEF (dwfl_linux_proc_report) function dwfl_linux_proc_find_elf (line 358) | int FILE: tracers-libelf-sys/vendor/libelf/libdwfl/offline.c function dwfl_offline_section_address (line 42) | int function Dwfl_Module (line 109) | static Dwfl_Module * function Dwfl_Module (line 130) | static Dwfl_Module * function Elf_Cmd (line 166) | static Elf_Cmd function Dwfl_Module (line 244) | static Dwfl_Module * function Dwfl_Module (line 297) | Dwfl_Module * FILE: tracers-libelf-sys/vendor/libelf/libdwfl/open.c function Dwfl_Error (line 48) | static Dwfl_Error function Dwfl_Error (line 97) | static Dwfl_Error function Dwfl_Error (line 119) | static Dwfl_Error function Dwfl_Error (line 184) | Dwfl_Error internal_function function Dwfl_Error (line 190) | Dwfl_Error internal_function FILE: tracers-libelf-sys/vendor/libelf/libdwfl/relocate.c type GElf_Byte (line 36) | typedef uint8_t GElf_Byte; function Dwfl_Error (line 41) | Dwfl_Error type reloc_symtab_cache (line 97) | struct reloc_symtab_cache function Dwfl_Error (line 112) | static Dwfl_Error function Dwfl_Error (line 208) | static Dwfl_Error function Dwfl_Error (line 320) | static Dwfl_Error function check_badreltype (line 484) | static inline void function Dwfl_Error (line 499) | static Dwfl_Error function Dwfl_Error (line 747) | Dwfl_Error function Dwfl_Error (line 794) | Dwfl_Error FILE: tracers-libelf-sys/vendor/libelf/libdwfl/segment.c function GElf_Addr (line 35) | GElf_Addr function GElf_Addr (line 44) | GElf_Addr function insert (line 53) | static bool function lookup (line 130) | static int function reify_segments (line 157) | static bool function dwfl_addrsegment (line 244) | int function dwfl_report_segment (line 284) | INTDEF (dwfl_addrsegment) FILE: tracers-libelf-sys/vendor/libelf/libebl/ebl-hooks.h type ebl (line 192) | struct ebl FILE: tracers-libelf-sys/vendor/libelf/libebl/ebl_check_special_section.c function ebl_check_special_section (line 36) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/ebl_check_special_symbol.c function ebl_check_special_symbol (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/ebl_data_marker_symbol.c function ebl_data_marker_symbol (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/ebl_syscall_abi.c function ebl_syscall_abi (line 36) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblabicfi.c function ebl_abi_cfi (line 36) | int function ebl_ra_offset (line 42) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblauxvinfo.c function ebl_auxv_info (line 87) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblbsspltp.c function ebl_bss_plt_p (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblcheckobjattr.c function ebl_check_object_attribute (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblcheckreloctargettype.c function ebl_check_reloc_target_type (line 36) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblclosebackend.c function ebl_closebackend (line 39) | void FILE: tracers-libelf-sys/vendor/libelf/libebl/eblcopyrelocp.c function ebl_copy_reloc_p (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblcorenote.c function ebl_core_note (line 43) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/ebldebugscnp.c function ebl_debugscn_p (line 38) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/ebldwarftoregno.c function ebl_dwarf_to_regno (line 35) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/ebldynamictagcheck.c function ebl_dynamic_tag_check (line 38) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblelfclass.c function ebl_get_elfclass (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblelfdata.c function ebl_get_elfdata (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblelfmachine.c function ebl_get_elfmachine (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblgotpcreloccheck.c function ebl_gotpc_reloc_check (line 38) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblinitreg.c function ebl_set_initial_registers_tid (line 36) | bool function ebl_frame_nregs (line 47) | size_t function GElf_Addr (line 54) | GElf_Addr FILE: tracers-libelf-sys/vendor/libelf/libebl/eblmachineflagcheck.c function ebl_machine_flag_check (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblmachinesectionflagcheck.c function ebl_machine_section_flag_check (line 36) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblnonerelocp.c function ebl_none_reloc_p (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblnormalizepc.c function ebl_normalize_pc (line 35) | void FILE: tracers-libelf-sys/vendor/libelf/libebl/eblobjnote.c function ebl_object_note (line 46) | void FILE: tracers-libelf-sys/vendor/libelf/libebl/eblopenbackend.c type ebl (line 167) | struct ebl function fill_defaults (line 210) | static void function Ebl (line 256) | static Ebl * function Ebl (line 396) | Ebl * function Ebl (line 416) | Ebl * function Ebl (line 424) | Ebl * function default_reloc_type_check (line 440) | static bool function default_reloc_valid_use (line 446) | static bool function Elf_Type (line 453) | static Elf_Type function default_gotpc_reloc_check (line 461) | static bool function default_machine_flag_check (line 499) | static bool function default_machine_section_flag_check (line 505) | static bool function default_check_special_section (line 511) | static bool function default_dynamic_tag_check (line 544) | static bool function default_destr (line 550) | static void function default_auxv_info (line 571) | static int function default_core_note (line 579) | static int function default_object_note (line 601) | static bool function default_debugscn_p (line 610) | static bool function default_copy_reloc_p (line 667) | static bool function default_check_special_symbol (line 675) | static bool function default_data_marker_symbol (line 684) | static bool function default_check_st_other_bits (line 691) | static bool function default_bss_plt_p (line 698) | static bool function default_return_value_location (line 704) | static int function default_register_info (line 711) | static ssize_t function default_syscall_abi (line 728) | static int function default_check_object_attribute (line 742) | static bool function default_check_reloc_target_type (line 754) | static bool function default_abi_cfi (line 761) | static int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblreginfo.c function ebl_register_info (line 37) | ssize_t FILE: tracers-libelf-sys/vendor/libelf/libebl/eblrelativerelocp.c function ebl_relative_reloc_p (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblrelocsimpletype.c function Elf_Type (line 36) | Elf_Type FILE: tracers-libelf-sys/vendor/libelf/libebl/eblreloctypecheck.c function ebl_reloc_type_check (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblrelocvaliduse.c function ebl_reloc_valid_use (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblresolvesym.c function ebl_resolve_sym_value (line 36) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblretval.c function ebl_return_value_location (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblsectionstripp.c function ebl_section_strip_p (line 37) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblstother.c function ebl_check_st_other_bits (line 36) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/eblsysvhashentrysize.c function ebl_sysvhash_entrysize (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libebl/eblunwind.c function ebl_unwind (line 35) | bool FILE: tracers-libelf-sys/vendor/libelf/libebl/libebl.h type Ebl (line 55) | typedef struct ebl Ebl; type Ebl_Register_Location (line 297) | typedef struct type Ebl_Core_Item (line 308) | typedef struct FILE: tracers-libelf-sys/vendor/libelf/libebl/libeblP.h type ebl (line 39) | struct ebl FILE: tracers-libelf-sys/vendor/libelf/libelf/chdr_xlate.h function Elf32_cvt_chdr (line 5) | static void function Elf64_cvt_chdr (line 20) | static void FILE: tracers-libelf-sys/vendor/libelf/libelf/common.h function Elf_Kind (line 41) | static inline Elf_Kind function Elf (line 69) | static inline Elf * function libelf_acquire_all (line 96) | static void function libelf_release_all (line 116) | static void FILE: tracers-libelf-sys/vendor/libelf/libelf/dl-hash.h function _dl_elf_hash (line 26) | static unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf.h type Elf32_Half (line 31) | typedef uint16_t Elf32_Half; type Elf64_Half (line 32) | typedef uint16_t Elf64_Half; type Elf32_Word (line 35) | typedef uint32_t Elf32_Word; type Elf32_Sword (line 36) | typedef int32_t Elf32_Sword; type Elf64_Word (line 37) | typedef uint32_t Elf64_Word; type Elf64_Sword (line 38) | typedef int32_t Elf64_Sword; type Elf32_Xword (line 41) | typedef uint64_t Elf32_Xword; type Elf32_Sxword (line 42) | typedef int64_t Elf32_Sxword; type Elf64_Xword (line 43) | typedef uint64_t Elf64_Xword; type Elf64_Sxword (line 44) | typedef int64_t Elf64_Sxword; type Elf32_Addr (line 47) | typedef uint32_t Elf32_Addr; type Elf64_Addr (line 48) | typedef uint64_t Elf64_Addr; type Elf32_Off (line 51) | typedef uint32_t Elf32_Off; type Elf64_Off (line 52) | typedef uint64_t Elf64_Off; type Elf32_Section (line 55) | typedef uint16_t Elf32_Section; type Elf64_Section (line 56) | typedef uint16_t Elf64_Section; type Elf32_Half (line 59) | typedef Elf32_Half Elf32_Versym; type Elf64_Half (line 60) | typedef Elf64_Half Elf64_Versym; type Elf32_Ehdr (line 67) | typedef struct type Elf64_Ehdr (line 85) | typedef struct type Elf32_Shdr (line 384) | typedef struct type Elf64_Shdr (line 398) | typedef struct type Elf32_Chdr (line 491) | typedef struct type Elf64_Chdr (line 498) | typedef struct type Elf32_Sym (line 518) | typedef struct type Elf64_Sym (line 528) | typedef struct type Elf32_Syminfo (line 541) | typedef struct type Elf64_Syminfo (line 547) | typedef struct type Elf32_Rel (line 633) | typedef struct type Elf64_Rel (line 644) | typedef struct type Elf32_Rela (line 652) | typedef struct type Elf64_Rela (line 659) | typedef struct type Elf32_Phdr (line 678) | typedef struct type Elf64_Phdr (line 690) | typedef struct type Elf32_Dyn (line 819) | typedef struct type Elf64_Dyn (line 829) | typedef struct type Elf32_Verdef (line 998) | typedef struct type Elf64_Verdef (line 1010) | typedef struct type Elf32_Verdaux (line 1040) | typedef struct type Elf64_Verdaux (line 1047) | typedef struct type Elf32_Verneed (line 1057) | typedef struct type Elf64_Verneed (line 1068) | typedef struct type Elf32_Vernaux (line 1087) | typedef struct type Elf64_Vernaux (line 1097) | typedef struct type Elf32_auxv_t (line 1121) | typedef struct type Elf64_auxv_t (line 1133) | typedef struct type Elf32_Nhdr (line 1220) | typedef struct type Elf64_Nhdr (line 1227) | typedef struct type Elf32_Move (line 1340) | typedef struct type Elf64_Move (line 1349) | typedef struct type Elf32_gptab (line 1729) | typedef union type Elf32_RegInfo (line 1745) | typedef struct type Elf_Options (line 1754) | typedef struct type Elf_Options_Hw (line 1805) | typedef struct type Elf32_Lib (line 1971) | typedef struct type Elf64_Lib (line 1980) | typedef struct type Elf32_Addr (line 2002) | typedef Elf32_Addr Elf32_Conflict; type Elf_MIPS_ABIFlags_v0 (line 2004) | typedef struct FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_getshdr.c function scn_valid (line 227) | static bool FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_offscn.c function Elf_Scn (line 45) | Elf_Scn * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_updatefile.c function compare_sections (line 52) | static int function sort_sections (line 90) | static void function fill_mmap (line 103) | static inline void function fill (line 504) | static int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_updatenull.c function off_t (line 125) | off_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_xlatetof.c function Elf_Data (line 45) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf32_xlatetom.c function Elf_Data (line 45) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_begin.c function Elf (line 51) | static inline Elf * function get_shnum (line 73) | static size_t function Elf (line 267) | static Elf * function Elf (line 566) | static Elf * type Elf (line 628) | struct Elf type stat (line 643) | struct stat type Elf (line 684) | struct Elf type ar_hdr (line 712) | struct ar_hdr type ar_hdr (line 713) | struct ar_hdr type ar_hdr (line 722) | struct ar_hdr type ar_hdr (line 726) | struct ar_hdr type ar_hdr (line 754) | struct ar_hdr type ar_hdr (line 760) | struct ar_hdr type ar_hdr (line 777) | struct ar_hdr type ar_hdr (line 784) | struct ar_hdr function __libelf_next_arhdr_wrlock (line 825) | int function Elf (line 1002) | static Elf * type Elf (line 1065) | struct Elf type Elf (line 1082) | struct Elf type Elf (line 1083) | struct Elf function Elf (line 1092) | static inline Elf * function Elf (line 1106) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_clone.c function Elf (line 40) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_cntl.c function elf_cntl (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_compress.c function __libelf_reset_rawdata (line 304) | void function elf_compress (line 337) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_compress_gnu.c function elf_compress_gnu (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_end.c function elf_end (line 42) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_error.c function elf_errno (line 47) | int function __libelf_seterrno (line 332) | void FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_fill.c function elf_fill (line 42) | void FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagdata.c function elf_flagdata (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagehdr.c function elf_flagehdr (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagelf.c function elf_flagelf (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagphdr.c function elf_flagphdr (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagscn.c function elf_flagscn (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_flagshdr.c function elf_flagshdr (line 40) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getarhdr.c function Elf_Arhdr (line 41) | Elf_Arhdr * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getaroff.c function off_t (line 41) | off_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getarsym.c function read_number_entries (line 49) | static int function Elf_Arsym (line 76) | Elf_Arsym * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getbase.c function off_t (line 40) | off_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getdata.c function Elf_Type (line 120) | Elf_Type function convert_data (line 143) | static void function __libelf_set_rawdata_wrlock (line 222) | int function __libelf_set_rawdata (line 412) | int function __libelf_set_data_list_rdlock (line 428) | void function Elf_Data (line 563) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getdata_rawchunk.c function Elf_Data (line 43) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getident.c type Elf (line 57) | struct Elf type Elf (line 58) | struct Elf FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getphdrnum.c function __elf_getphdrnum_rdlock (line 40) | int function __elf_getphdrnum_chk_rdlock (line 81) | int function elf_getphdrnum (line 123) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getscn.c function Elf_Scn (line 41) | Elf_Scn * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getshdrnum.c function __elf_getshdrnum_rdlock (line 41) | int function elf_getshdrnum (line 72) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_getshdrstrndx.c function elf_getshdrstrndx (line 45) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_gnu_hash.c function elf_gnu_hash (line 39) | unsigned long int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_hash.c function elf_hash (line 39) | unsigned long int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_kind.c function Elf_Kind (line 40) | Elf_Kind FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_memory.c function Elf (line 40) | Elf * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_ndxscn.c function elf_ndxscn (line 40) | size_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_newdata.c function Elf_Data (line 40) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_newscn.c function Elf_Scn (line 43) | Elf_Scn * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_next.c function Elf_Cmd (line 41) | Elf_Cmd FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_nextscn.c function Elf_Scn (line 41) | Elf_Scn * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_rand.c function elf_rand (line 40) | size_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_rawdata.c function Elf_Data (line 39) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_readall.c function set_address (line 43) | static void type stat (line 94) | struct stat FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_scnshndx.c function elf_scnshndx (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_strptr.c function validate_str (line 56) | static bool validate_str (const char *str, size_t from, size_t to) type Elf (line 91) | struct Elf type Elf (line 92) | struct Elf type Elf_Data_List (line 213) | struct Elf_Data_List FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_update.c function off_t (line 43) | static off_t function off_t (line 167) | off_t FILE: tracers-libelf-sys/vendor/libelf/libelf/elf_version.c function elf_version (line 44) | unsigned int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf.h type Elf64_Half (line 44) | typedef Elf64_Half GElf_Half; type Elf64_Word (line 47) | typedef Elf64_Word GElf_Word; type Elf64_Sword (line 48) | typedef Elf64_Sword GElf_Sword; type Elf64_Xword (line 51) | typedef Elf64_Xword GElf_Xword; type Elf64_Sxword (line 52) | typedef Elf64_Sxword GElf_Sxword; type Elf64_Addr (line 55) | typedef Elf64_Addr GElf_Addr; type Elf64_Off (line 58) | typedef Elf64_Off GElf_Off; type Elf64_Ehdr (line 62) | typedef Elf64_Ehdr GElf_Ehdr; type Elf64_Shdr (line 65) | typedef Elf64_Shdr GElf_Shdr; type Elf64_Section (line 70) | typedef Elf64_Section GElf_Section; type Elf64_Sym (line 73) | typedef Elf64_Sym GElf_Sym; type Elf64_Syminfo (line 77) | typedef Elf64_Syminfo GElf_Syminfo; type Elf64_Rel (line 80) | typedef Elf64_Rel GElf_Rel; type Elf64_Rela (line 83) | typedef Elf64_Rela GElf_Rela; type Elf64_Phdr (line 86) | typedef Elf64_Phdr GElf_Phdr; type Elf64_Chdr (line 89) | typedef Elf64_Chdr GElf_Chdr; type Elf64_Dyn (line 92) | typedef Elf64_Dyn GElf_Dyn; type Elf64_Verdef (line 96) | typedef Elf64_Verdef GElf_Verdef; type Elf64_Verdaux (line 99) | typedef Elf64_Verdaux GElf_Verdaux; type Elf64_Verneed (line 102) | typedef Elf64_Verneed GElf_Verneed; type Elf64_Vernaux (line 105) | typedef Elf64_Vernaux GElf_Vernaux; type Elf64_Versym (line 109) | typedef Elf64_Versym GElf_Versym; type Elf64_auxv_t (line 113) | typedef Elf64_auxv_t GElf_auxv_t; type Elf64_Nhdr (line 117) | typedef Elf64_Nhdr GElf_Nhdr; type Elf64_Move (line 121) | typedef Elf64_Move GElf_Move; type Elf64_Lib (line 125) | typedef Elf64_Lib GElf_Lib; FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_checksum.c function gelf_checksum (line 40) | long int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_fsize.c function gelf_fsize (line 84) | size_t FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getauxv.c function GElf_auxv_t (line 40) | GElf_auxv_t * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getchdr.c function GElf_Chdr (line 38) | GElf_Chdr * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getclass.c function gelf_getclass (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getdyn.c function GElf_Dyn (line 41) | GElf_Dyn * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getehdr.c type Elf (line 59) | struct Elf type Elf (line 60) | struct Elf function GElf_Ehdr (line 96) | GElf_Ehdr * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getlib.c function GElf_Lib (line 41) | GElf_Lib * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getmove.c function GElf_Move (line 41) | GElf_Move * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getnote.c function gelf_getnote (line 39) | size_t FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getphdr.c function GElf_Phdr (line 41) | GElf_Phdr * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getrel.c function GElf_Rel (line 40) | GElf_Rel * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getrela.c function GElf_Rela (line 40) | GElf_Rela * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getshdr.c function GElf_Shdr (line 40) | GElf_Shdr * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getsym.c function GElf_Sym (line 41) | GElf_Sym * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getsyminfo.c function GElf_Syminfo (line 41) | GElf_Syminfo * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getsymshndx.c function GElf_Sym (line 42) | GElf_Sym * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getverdaux.c function GElf_Verdaux (line 41) | GElf_Verdaux * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getverdef.c function GElf_Verdef (line 41) | GElf_Verdef * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getvernaux.c function GElf_Vernaux (line 41) | GElf_Vernaux * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getverneed.c function GElf_Verneed (line 41) | GElf_Verneed * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_getversym.c function GElf_Versym (line 41) | GElf_Versym * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_offscn.c function Elf_Scn (line 40) | Elf_Scn * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_auxv.c function gelf_update_auxv (line 39) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_dyn.c function gelf_update_dyn (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_ehdr.c function gelf_update_ehdr (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_lib.c function gelf_update_lib (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_move.c function gelf_update_move (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_phdr.c function gelf_update_phdr (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_rel.c function gelf_update_rel (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_rela.c function gelf_update_rela (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_shdr.c function gelf_update_shdr (line 40) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_sym.c function gelf_update_sym (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_syminfo.c function gelf_update_syminfo (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_symshndx.c function gelf_update_symshndx (line 42) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_verdaux.c function gelf_update_verdaux (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_verdef.c function gelf_update_verdef (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_vernaux.c function gelf_update_vernaux (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_verneed.c function gelf_update_verneed (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_update_versym.c function gelf_update_versym (line 41) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_xlatetof.c function Elf_Data (line 40) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/gelf_xlatetom.c function Elf_Data (line 40) | Elf_Data * FILE: tracers-libelf-sys/vendor/libelf/libelf/gnuhash_xlate.h function elf_cvt_gnuhash (line 36) | static void FILE: tracers-libelf-sys/vendor/libelf/libelf/libelf.h type Elf32_Chdr (line 44) | typedef struct type Elf64_Chdr (line 51) | typedef struct type Elf_Type (line 92) | typedef enum type Elf_Data (line 127) | typedef struct type Elf_Cmd (line 139) | typedef enum type Elf_Kind (line 182) | typedef enum type Elf_Arhdr (line 194) | typedef struct type Elf_Arsym (line 207) | typedef struct type Elf (line 216) | typedef struct Elf Elf; type Elf_Scn (line 219) | typedef struct Elf_Scn Elf_Scn; FILE: tracers-libelf-sys/vendor/libelf/libelf/libelfP.h type Elf_Data_Scn (line 153) | typedef struct type Elf_Data_List (line 162) | typedef struct Elf_Data_List type Elf_Scn (line 172) | struct Elf_Scn type Elf_ScnList (line 254) | typedef struct Elf_ScnList type Elf_Data_Chunk (line 264) | typedef struct Elf_Data_Chunk type Elf (line 276) | struct Elf FILE: tracers-libelf-sys/vendor/libelf/libelf/nlist.c type hashentry (line 43) | struct hashentry function nlist (line 59) | int FILE: tracers-libelf-sys/vendor/libelf/libelf/nlist.h type nlist (line 34) | struct nlist type nlist (line 50) | struct nlist FILE: tracers-libelf-sys/vendor/libelf/libelf/note_xlate.h function elf_cvt_note (line 29) | static void function elf_cvt_note4 (line 76) | static void function elf_cvt_note8 (line 82) | static void FILE: tracers-libelf-sys/vendor/libelf/libelf/version_xlate.h function elf_cvt_Verdef (line 36) | static void function elf_cvt_Verneed (line 135) | static void FILE: tracers-libelf-sys/vendor/libelf/src/addr2line.c type argp_option (line 55) | struct argp_option type argp_state (line 93) | struct argp_state type argp_child (line 95) | struct argp_child type argp (line 98) | struct argp function main (line 145) | int function error_t (line 212) | static error_t function print_dwarf_function (line 308) | static bool function print_addrsym (line 411) | static void function see_one_module (line 460) | static int function find_symbol (line 474) | static int function adjust_to_section (line 511) | static bool function print_src (line 554) | static void function get_addr_width (line 578) | static int function handle_address (line 601) | static int FILE: tracers-libelf-sys/vendor/libelf/src/ar.c type argp_option (line 65) | struct argp_option type argp_state (line 104) | struct argp_state type argp (line 107) | struct argp function main (line 139) | int function error_t (line 280) | static error_t function open_archive (line 379) | static int function not_found (line 414) | static void function copy_content (line 423) | static int function do_oper_extract (line 440) | static int type armem (line 825) | struct armem function write_member (line 842) | static int function remember_long_name (line 899) | static void function do_oper_delete (line 907) | static int function no0print (line 1078) | static bool function do_oper_insert (line 1091) | static int FILE: tracers-libelf-sys/vendor/libelf/src/arlib-argp.c type argp_option (line 29) | struct argp_option function error_t (line 39) | static error_t type argp (line 85) | struct argp type argp_child (line 90) | struct argp_child FILE: tracers-libelf-sys/vendor/libelf/src/arlib.c type arlib_symtab (line 38) | struct arlib_symtab function arlib_init (line 42) | void function arlib_finalize (line 108) | void function arlib_fini (line 184) | void function arlib_add_symref (line 194) | void function arlib_add_symbols (line 207) | void FILE: tracers-libelf-sys/vendor/libelf/src/arlib.h type argp_child (line 37) | struct argp_child type arlib_symtab (line 57) | struct arlib_symtab type arlib_symtab (line 75) | struct arlib_symtab FILE: tracers-libelf-sys/vendor/libelf/src/arlib2.c function arlib_add_long_name (line 32) | long int FILE: tracers-libelf-sys/vendor/libelf/src/debugpred.h function predprint (line 27) | static void FILE: tracers-libelf-sys/vendor/libelf/src/elfcmp.c type argp_option (line 58) | struct argp_option type argp_state (line 82) | struct argp_state type argp (line 85) | struct argp type region (line 100) | struct region function main (line 122) | int function error_t (line 684) | static error_t function Elf (line 729) | static Elf * function search_for_copy_reloc (line 751) | static bool function regioncompare (line 808) | static int function compare_Elf32_Word (line 820) | static int function compare_Elf64_Xword (line 828) | static int function hash_content_equivalent (line 836) | static bool FILE: tracers-libelf-sys/vendor/libelf/src/elfcompress.c type section_pattern (line 57) | struct section_pattern type section_pattern (line 63) | struct section_pattern function add_pattern (line 65) | static void function free_patterns (line 74) | static void function error_t (line 87) | static error_t function section_name_matches (line 159) | static bool function setshdrstrndx (line 172) | static int function compress_section (line 196) | static int function process_file (line 245) | static int function main (line 1303) | int FILE: tracers-libelf-sys/vendor/libelf/src/elflint.c type argp_option (line 60) | struct argp_option type argp_state (line 80) | struct argp_state type argp (line 83) | struct argp function main (line 130) | int function error_t (line 196) | static error_t function process_file (line 231) | static void function check_elf_header (line 339) | static void function check_scn_group (line 552) | static void function check_symtab (line 602) | static void function is_rel_dyn (line 1071) | static bool type loaded_segment (line 1229) | struct loaded_segment function check_reloc_shdr (line 1245) | static bool type load_state (line 1358) | enum load_state function check_one_reloc (line 1367) | static void function check_rela (line 1488) | static void function check_rel (line 1539) | static void function check_dynamic (line 1594) | static void function check_symtab_shndx (line 1925) | static void function check_sysv_hash (line 2019) | static void function check_sysv_hash64 (line 2073) | static void function check_gnu_hash (line 2130) | static void function check_hash (line 2299) | static void function compare_hash_gnu_hash (line 2372) | static void function check_null (line 2597) | static void function check_group (line 2617) | static void function has_copy_reloc (line 2820) | static int function in_nobits_scn (line 2873) | static int type version_namelist (line 2882) | struct version_namelist function add_version (line 2892) | static int function check_versym (line 2919) | static void function unknown_dependency_p (line 3036) | static int function check_verneed (line 3076) | static void function check_verdef (line 3223) | static void function check_attributes (line 3420) | static void function check_sections (line 3679) | static void function GElf_Off (line 4278) | static GElf_Off function check_note (line 4389) | static void function check_note_section (line 4422) | static void function check_program_header (line 4458) | static void function check_exception_data (line 4717) | static void function process_elf_file (line 4729) | static void FILE: tracers-libelf-sys/vendor/libelf/src/findtextrel.c type segments (line 41) | struct segments type argp_option (line 58) | struct argp_option type argp_state (line 77) | struct argp_state type argp (line 80) | struct argp type segments (line 91) | struct segments function main (line 105) | int function error_t (line 156) | static error_t function noop (line 177) | static void function process_file (line 183) | static int function ptrcompare (line 480) | static int function check_rel (line 491) | static void FILE: tracers-libelf-sys/vendor/libelf/src/nm.c type argp_option (line 64) | struct argp_option type argp_state (line 111) | struct argp_state type argp_child (line 114) | struct argp_child type argp (line 121) | struct argp type GElf_SymX (line 145) | typedef struct GElf_SymX function main (line 214) | int function error_t (line 258) | static error_t function process_file (line 357) | static int function handle_ar (line 409) | static int function global_compare (line 524) | static int function get_global (line 537) | static int type local_name (line 549) | struct local_name function local_compare (line 559) | static int function get_var_range (line 591) | static int function get_local_names (line 620) | static void function show_symbols_sysv (line 727) | static void function class_type_char (line 868) | static char function show_symbols_bsd (line 908) | static void function show_symbols_posix (line 1040) | static void function sort_by_address (line 1115) | static int function sort_by_name (line 1129) | static int function find_no_debuginfo (line 1147) | static int type getdbg (line 1173) | struct getdbg function getdbg_dwflmod (line 1179) | static int function show_symbols (line 1197) | static void function handle_elf (line 1498) | static int FILE: tracers-libelf-sys/vendor/libelf/src/objdump.c type argp_option (line 50) | struct argp_option type argp_state (line 74) | struct argp_state type argp_child (line 77) | struct argp_child type argp (line 84) | struct argp type section_list (line 108) | struct section_list function main (line 130) | int function error_t (line 173) | static error_t function process_file (line 234) | static int function handle_ar (line 286) | static int function show_relocs_x (line 344) | static void function show_relocs_rel (line 400) | static void function show_relocs_rela (line 421) | static void function section_match (line 442) | static bool function show_relocs (line 472) | static int function show_full_content (line 549) | static int type disasm_info (line 620) | struct disasm_info function disasm_output (line 632) | static int function show_disasm (line 682) | static int function handle_elf (line 749) | static int FILE: tracers-libelf-sys/vendor/libelf/src/ranlib.c type argp_option (line 57) | struct argp_option type argp (line 69) | struct argp function main (line 75) | int function copy_content (line 117) | static int function handle_file (line 135) | static int FILE: tracers-libelf-sys/vendor/libelf/src/readelf.c type argp_option (line 92) | struct argp_option type argp_state (line 156) | struct argp_state type argp (line 159) | struct argp type section_e (line 236) | enum section_e type section_argument (line 261) | struct section_argument type section_argument (line 262) | struct section_argument type section_argument (line 265) | struct section_argument type section_argument (line 266) | struct section_argument type section_argument (line 268) | struct section_argument function main (line 315) | int function error_t (line 361) | static error_t function open_input_section (line 580) | static int function check_archive_index (line 694) | static void function count_dwflmod (line 723) | static int type process_dwflmod_args (line 736) | struct process_dwflmod_args function process_dwflmod (line 742) | static int function find_no_debuginfo (line 768) | static int function Dwfl (line 793) | static Dwfl * function process_file (line 832) | static void function elf_contains_chdrs (line 882) | static bool function process_elf_file (line 897) | static void function print_file_type (line 1015) | static void function print_ehdr (line 1040) | static void function print_shdr (line 1182) | static void function print_phdr (line 1318) | static void function handle_scngrp (line 1544) | static void function print_scngrp (line 1603) | static void type flags (line 1636) | struct flags type flags (line 1650) | struct flags type flags (line 1672) | struct flags type flags (line 1680) | struct flags function print_flags (line 1689) | static void function print_dt_flags (line 1717) | static void function print_dt_flags_1 (line 1724) | static void function print_dt_feature_1 (line 1731) | static void function print_dt_posflag_1 (line 1738) | static void function handle_dynamic (line 1745) | static void function print_dynamic (line 1884) | static void function print_relocs (line 1906) | static void function handle_relocs_rel (line 1930) | static void function handle_relocs_rela (line 2120) | static void function print_symtab (line 2316) | static void function handle_symtab (line 2362) | static void function print_verinfo (line 2600) | static void function handle_verneed (line 2658) | static void function handle_verdef (line 2736) | static void function handle_versym (line 2819) | static void function print_hash_info (line 3116) | static void function handle_sysv_hash (line 3193) | static void function handle_sysv_hash64 (line 3257) | static void function handle_gnu_hash (line 3322) | static void function handle_hash (line 3426) | static void function print_liblist (line 3472) | static void function print_attributes (line 3535) | static void function print_dwarf_addr (line 3727) | void function print_block (line 4264) | static void function print_bytes (line 4280) | static void function get_indexed_addr (line 4291) | static int function print_ops (line 4317) | static void type listptr (line 4756) | struct listptr function Dwarf_Addr (line 4769) | static Dwarf_Addr function Dwarf_Addr (line 4788) | static Dwarf_Addr function compare_listptr (line 4795) | static int type listptr_table (line 4844) | struct listptr_table type listptr_table (line 4851) | struct listptr_table type listptr_table (line 4852) | struct listptr_table type listptr_table (line 4853) | struct listptr_table type listptr_table (line 4854) | struct listptr_table type listptr_table (line 4855) | struct listptr_table type listptr_table (line 4856) | struct listptr_table function reset_listptr (line 4858) | static void function notice_listptr (line 4867) | static bool function sort_listptr (line 4904) | static void function skip_listptr_hole (line 4912) | static bool function Dwarf_Off (line 4958) | static Dwarf_Off type listptr (line 4975) | struct listptr type listptr_table (line 4976) | struct listptr_table function listptr_cu (line 4986) | static bool function print_debug_abbrev_section (line 5009) | static void function print_debug_addr_section (line 5082) | static void function print_decoded_aranges_section (line 5309) | static void function print_debug_aranges_section (line 5375) | static void function split_dwarf_cu_base (line 5539) | static bool function print_debug_rnglists_section (line 5556) | static void function print_debug_ranges_section (line 5933) | static void function print_cfa_program (line 6136) | static void function encoded_ptr_size (line 6397) | static unsigned int function print_encoding (line 6416) | static unsigned int function print_relinfo (line 6457) | static unsigned int function print_encoding_base (line 6485) | static void function print_debug_frame_section (line 6514) | static void function die_type_sign_bytes (line 6905) | static void type attrcb_args (line 6929) | struct attrcb_args function attr_callback (line 6944) | static int function print_debug_units (line 7542) | static void function print_debug_info_section (line 7830) | static void function print_debug_types_section (line 7837) | static void function print_decoded_line_section (line 7845) | static void function print_debug_line_section (line 8189) | static void function print_debug_loclists_section (line 8878) | static void function print_debug_loc_section (line 9306) | static void type mac_culist (line 9537) | struct mac_culist function mac_compare (line 9546) | static int function print_debug_macinfo_section (line 9560) | static void function print_debug_macro_section (line 9726) | static void function print_pubnames (line 10098) | static int function print_debug_pubnames_section (line 10113) | static void function print_debug_str_section (line 10128) | static void function print_debug_str_offsets_section (line 10173) | static void function print_debug_frame_hdr_section (line 10364) | static void function print_debug_exception_table (line 10464) | static void function print_gdb_index_section (line 10644) | static void function is_split_dwarf (line 10899) | static bool function getone_dwflmod (line 10927) | static int function print_debug (line 10941) | static void function print_core_item (line 11259) | static unsigned int type GElf_Byte (line 11330) | typedef uint8_t GElf_Byte; function handle_core_item (line 11332) | static unsigned int function compare_core_items (line 11577) | static int function compare_core_item_groups (line 11591) | static int function handle_core_items (line 11604) | static unsigned int function handle_bit_registers (line 11698) | static unsigned int function handle_core_register (line 11709) | static unsigned int type register_info (line 11807) | struct register_info function register_bitpos (line 11817) | static int function compare_sets_by_info (line 11825) | static int function compare_registers (line 11834) | static int function compare_register_sets (line 11851) | static int function handle_core_registers (line 11859) | static unsigned int function handle_auxv_note (line 11940) | static void function buf_has_data (line 12012) | static bool function buf_read_int (line 12018) | static bool function buf_read_ulong (line 12029) | static bool function handle_siginfo_note (line 12052) | static void function handle_file_note (line 12110) | static void function handle_core_note (line 12161) | static void function handle_notes_data (line 12191) | static void function handle_notes (line 12280) | static void function hex_dump (line 12339) | static void function dump_data_section (line 12369) | static void function print_string_section (line 12420) | static void function for_each_section_argument (line 12486) | static void function dump_data (line 12544) | static void function dump_strings (line 12550) | static void function print_strings (line 12556) | static void function dump_archive_index (line 12586) | static void FILE: tracers-libelf-sys/vendor/libelf/src/size.c type argp_option (line 52) | struct argp_option type argp_state (line 83) | struct argp_state type argp (line 86) | struct argp function main (line 153) | int function error_t (line 200) | static error_t function process_file (line 266) | static int function print_header (line 317) | static void function handle_ar (line 340) | static int function show_sysv (line 387) | static void function show_sysv_one_line (line 460) | static void function show_bsd (line 510) | static void function show_bsd_totals (line 563) | static void function show_segments (line 581) | static void function handle_elf (line 627) | static void FILE: tracers-libelf-sys/vendor/libelf/src/stack.c type frame (line 57) | struct frame type frames (line 63) | struct frames function get_addr_width (line 108) | static int function module_callback (line 131) | static int function frame_callback (line 172) | static int function print_frame (line 214) | static void function print_inline_frames (line 317) | static void function print_frames (line 358) | static void function thread_callback (line 451) | static int function error_t (line 473) | static error_t function main (line 625) | int FILE: tracers-libelf-sys/vendor/libelf/src/strings.c type argp_option (line 63) | struct argp_option type argp_state (line 90) | struct argp_state type argp (line 93) | struct argp function main (line 143) | int function error_t (line 225) | static error_t function process_chunk_mb (line 313) | static void function process_chunk (line 390) | static void function read_block_no_mmap (line 502) | static int function read_block (line 564) | static int function read_fd (line 687) | static int function read_elf (line 694) | static int FILE: tracers-libelf-sys/vendor/libelf/src/strip.c type GElf_Byte (line 49) | typedef uint8_t GElf_Byte; type argp_option (line 68) | struct argp_option type argp_state (line 104) | struct argp_state type argp (line 107) | struct argp type timespec (line 118) | struct timespec type timespec (line 122) | struct timespec type section_pattern (line 169) | struct section_pattern type section_pattern (line 175) | struct section_pattern type section_pattern (line 176) | struct section_pattern function add_pattern (line 178) | static void function free_sec_patterns (line 187) | static void function free_patterns (line 200) | static void function section_name_matches (line 207) | static bool function main (line 221) | int function error_t (line 282) | static error_t function Elf_Data (line 386) | static Elf_Data * function update_shdrstrndx (line 416) | static int function remove_debug_relocations (line 448) | static void function process_file (line 713) | static int function handle_debug_relocs (line 811) | static int function handle_elf (line 924) | static int function cleanup_debug (line 2682) | static void function handle_ar (line 2698) | static int FILE: tracers-libelf-sys/vendor/libelf/src/unstrip.c type argp_option (line 66) | struct argp_option type arg_info (line 91) | struct arg_info function error_t (line 107) | static error_t function copy_elf (line 236) | static void function make_directories (line 302) | static void type data_list (line 324) | struct data_list type data_list (line 330) | struct data_list function record_new_data (line 332) | static void function free_new_data (line 341) | static void function section_can_shrink (line 362) | static bool function symtab_count_leading_section_symbols (line 379) | static size_t function update_shdr (line 413) | static void function update_sh_size (line 421) | static void function adjust_relocs (line 434) | static void function adjust_all_relocs (line 589) | static void function Elf_Data (line 613) | static Elf_Data * function Elf_Data (line 695) | static Elf_Data * type section (line 713) | struct section function compare_alloc_sections (line 723) | static int function compare_unalloc_sections (line 740) | static int function compare_sections (line 765) | static int function compare_sections_rel (line 782) | static int function compare_sections_nonrel (line 788) | static int type symbol (line 795) | struct symbol function collect_symbols (line 829) | static void function compare_symbols (line 892) | static int function compare_symbols_output (line 906) | static int function sections_flags_match (line 949) | static bool function sections_match (line 963) | static bool type section (line 976) | struct section type section (line 978) | struct section type section (line 1057) | struct section type section (line 1061) | struct section type section (line 1067) | struct section type section (line 1078) | struct section type section (line 1150) | struct section function check_match (line 1187) | inline void check_match (bool match, Elf_Scn *scn, const char *name) type section (line 1212) | struct section type section (line 1236) | struct section type section (line 1239) | struct section type section (line 1246) | struct section function Elf_Data (line 1297) | static Elf_Data * function copy_elided_sections (line 1363) | static void function handle_file (line 2088) | static void function open_file (line 2166) | static int function handle_explicit_files (line 2176) | static void function handle_dwfl_module (line 2234) | static void function handle_output_dir_module (line 2326) | static void function list_module (line 2352) | static void type match_module_info (line 2393) | struct match_module_info function match_module (line 2400) | static int function handle_implicit_modules (line 2440) | static void function main (line 2471) | int FILE: tracers-libelf-sys/vendor/libelf/tests/addrcfi.c function print_detail (line 48) | static void type stuff (line 76) | struct stuff function print_register (line 82) | static int function handle_cfi (line 104) | static int function handle_address (line 157) | static int function main (line 178) | int FILE: tracers-libelf-sys/vendor/libelf/tests/addrscopes.c function paddr (line 32) | static void function print_vars (line 52) | static void function handle_address (line 94) | static void function main (line 141) | int FILE: tracers-libelf-sys/vendor/libelf/tests/addsections.c function setshstrndx (line 39) | static int function add_sections (line 72) | static void function main (line 280) | int FILE: tracers-libelf-sys/vendor/libelf/tests/aggregate_size.c function print_var_type_size (line 32) | void function main (line 54) | int FILE: tracers-libelf-sys/vendor/libelf/tests/all-dwarf-ranges.c function ranges_die (line 30) | static void function walk_tree (line 54) | static void function main (line 68) | int FILE: tracers-libelf-sys/vendor/libelf/tests/alldts.c function main (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/tests/allfcts.c function cb (line 29) | static int function Dwarf (line 42) | static Dwarf * function main (line 68) | int FILE: tracers-libelf-sys/vendor/libelf/tests/allregs.c function first_module (line 50) | static int type state (line 66) | struct state type reginfo (line 72) | struct reginfo function compare (line 81) | static int function one_register (line 98) | static int function match_register (line 129) | static int function main (line 146) | int FILE: tracers-libelf-sys/vendor/libelf/tests/arextract.c function main (line 31) | int FILE: tracers-libelf-sys/vendor/libelf/tests/arls.c function main (line 31) | int function handle (line 47) | static int FILE: tracers-libelf-sys/vendor/libelf/tests/arsymtest.c function main (line 27) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst1.c function main (line 62) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst2.c function main (line 61) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst3.c function main (line 53) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst4.c function main (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst5.c function main (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst6.c function main (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst7.c function main (line 33) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst8.c function main (line 33) | int FILE: tracers-libelf-sys/vendor/libelf/tests/asm-tst9.c function main (line 82) | int FILE: tracers-libelf-sys/vendor/libelf/tests/attr-integrate-skel.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/backtrace-child.c function main (line 92) | int function NOINLINE_NOCLONE (line 118) | static NOINLINE_NOCLONE void function NOINLINE_NOCLONE (line 137) | static NOINLINE_NOCLONE void function jmp (line 144) | void function NOINLINE_NOCLONE (line 152) | static NOINLINE_NOCLONE void function stdarg (line 158) | void function NOINLINE_NOCLONE (line 181) | static NOINLINE_NOCLONE void function NOINLINE_NOCLONE (line 187) | static NOINLINE_NOCLONE void function NOINLINE_NOCLONE (line 196) | static NOINLINE_NOCLONE void function main (line 210) | int FILE: tracers-libelf-sys/vendor/libelf/tests/backtrace-data.c function main (line 47) | int function find_elf (line 59) | static int function memory_read (line 71) | static bool function Dwfl_Module (line 147) | static Dwfl_Module * function pid_t (line 162) | static pid_t function set_initial_registers (line 174) | static bool function frame_callback (line 222) | static int function thread_callback (line 248) | static int function main (line 265) | int FILE: tracers-libelf-sys/vendor/libelf/tests/backtrace-dwarf.c function main (line 30) | int function report_pid (line 47) | static void function Dwfl (line 66) | static Dwfl * function frame_callback (line 84) | static int function thread_callback (line 116) | static int function main (line 127) | int FILE: tracers-libelf-sys/vendor/libelf/tests/backtrace.c function main (line 45) | int function dump_modules (line 55) | static int function callback_verify (line 70) | static void function frame_callback (line 159) | static int function thread_callback (line 196) | static int function dump (line 217) | static void type see_exec_module (line 242) | struct see_exec_module function see_exec_module (line 248) | static int function prepare_thread (line 273) | static void function report_pid (line 301) | static void function Dwfl (line 320) | static Dwfl * function exec_dump (line 338) | static void type argp_option (line 435) | struct argp_option function error_t (line 442) | static error_t function main (line 461) | int FILE: tracers-libelf-sys/vendor/libelf/tests/buildid.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/cleanup-13.c function ASSERT_TOS_NON0 (line 216) | ASSERT_TOS_NON0 \ function force_unwind (line 290) | static void force_unwind () function handler (line 295) | static void handler (void *p __attribute__((unused))) function callme (line 300) | __attribute__((noinline)) static void callme () function doit (line 306) | __attribute__((noinline)) static void doit () function main (line 312) | int main() FILE: tracers-libelf-sys/vendor/libelf/tests/debugaltlink.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/debuglink.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/deleted-lib.c function libfunc (line 21) | void FILE: tracers-libelf-sys/vendor/libelf/tests/deleted.c function main (line 31) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarf-die-addr-die.c function check_die (line 36) | int function check_dbg (line 80) | int function main (line 154) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarf-getmacros.c function mac (line 32) | static int function include (line 109) | static void function main (line 120) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarf-getstring.c function main (line 30) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarf-ranges.c function main (line 30) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarf_default_lower_bound.c function test_lang (line 31) | static void function main (line 66) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwarfcfi.c function print_detail (line 51) | static void function handle_address (line 79) | static int function main (line 131) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwelfgnucompressed.c function main (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-addr-sect.c function handle_address (line 32) | static int function main (line 52) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-bug-addr-overflow.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-bug-fd-leak.c function main (line 32) | int function Dwfl (line 43) | static Dwfl * function elfutils_close (line 89) | static void function main (line 95) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-bug-getmodules.c function iterate (line 29) | static int function main (line 44) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-bug-report.c function main (line 33) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-proc-attach.c function main (line 36) | int function thread_callback (line 63) | static int function main (line 74) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfl-report-elf-align.c function main (line 37) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwfllines.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwflmodtest.c type info (line 34) | struct info function print_instance (line 40) | static int function print_inline (line 105) | static void function print_func (line 112) | static int function list_module (line 157) | static int function print_module (line 176) | static int type argp_option (line 211) | struct argp_option function error_t (line 218) | static error_t function main (line 242) | int FILE: tracers-libelf-sys/vendor/libelf/tests/dwflsyms.c function gelf_bind_order (line 70) | static int function addr_in_section (line 97) | bool function list_syms (line 106) | static int function main (line 207) | int FILE: tracers-libelf-sys/vendor/libelf/tests/early-offscn.c function main (line 28) | int FILE: tracers-libelf-sys/vendor/libelf/tests/ecp.c function main (line 29) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfcopy.c function setshstrndx (line 39) | static int function copy_elf (line 71) | static void function main (line 261) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfgetchdr.c function main (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfgetzdata.c function main (line 33) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfputzdata.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfshphehdr.c function check (line 33) | void function check_elf (line 45) | void function test (line 57) | void function main (line 150) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfstrmerge.c function release (line 61) | static void function fail (line 95) | static void __attribute__ ((noreturn)) function fail_errno (line 106) | static void __attribute__ ((noreturn)) function fail_idx (line 117) | static void __attribute__ ((noreturn)) function fail_elf (line 128) | static void __attribute__ ((noreturn)) function fail_elf_idx (line 139) | static void __attribute__ ((noreturn)) function main (line 150) | int FILE: tracers-libelf-sys/vendor/libelf/tests/elfstrtab.c function check_orig_strings (line 53) | static void function check_strings (line 84) | static void function add_string (line 106) | static size_t function check_elf (line 131) | static void function main (line 380) | int FILE: tracers-libelf-sys/vendor/libelf/tests/emptyfile.c function add_string (line 39) | static size_t function check_elf (line 64) | static void function main (line 265) | int FILE: tracers-libelf-sys/vendor/libelf/tests/fillfile.c function add_strtab_entry (line 39) | static size_t function Elf_Scn (line 64) | static Elf_Scn * function add_data_section (line 128) | static void function check_data (line 174) | static void function check_elf (line 198) | static void function main (line 434) | int FILE: tracers-libelf-sys/vendor/libelf/tests/find-prologues.c type args (line 33) | struct args function handle_function (line 41) | static int function main (line 85) | int FILE: tracers-libelf-sys/vendor/libelf/tests/funcretval.c type args (line 33) | struct args function handle_function (line 41) | static int function main (line 83) | int FILE: tracers-libelf-sys/vendor/libelf/tests/funcretval_test.c function fun_char (line 1) | signed char fun_char (void) { return 5; } function fun_short (line 2) | short fun_short (void) { return 6; } function fun_int (line 3) | int fun_int (void) { return 7; } function fun_iptr (line 5) | int fun_iptr (void) { return 8; } function fun_long (line 6) | long fun_long (void) { return 9; } function __int128 (line 7) | __int128 fun_int128 (void) { return 10; } type large_struct1_t (line 9) | typedef struct { int i[10]; } large_struct1_t; function large_struct1_t (line 10) | large_struct1_t fun_large_struct1 (void) { type large_struct2_t (line 15) | typedef struct { int i1; int i2; int i3; int i4; int i5; function large_struct2_t (line 17) | large_struct2_t fun_large_struct2 (void) { function fun_float (line 22) | float fun_float (void) { return 1.5; } function fun_float_complex (line 23) | float _Complex fun_float_complex (void) { return 1.5 + 2.5i; } function fun_double (line 25) | double fun_double (void) { return 2.5; } function fun_double_complex (line 26) | double _Complex fun_double_complex (void) { return 2.5 + 3.5i; } function fun_long_double (line 28) | long double fun_long_double (void) { return 3.5; } function fun_long_double_complex (line 29) | long double _Complex fun_long_double_complex (void) { return 4.5 + 5.5i; } function __float128 (line 32) | __float128 fun_float128 (void) { return 3.5; } function vec_char_8_t (line 38) | vec_char_8_t fun_vec_char_8 (void) { function vec_short_8_t (line 44) | vec_short_8_t fun_vec_short_8 (void) { function vec_int_8_t (line 50) | vec_int_8_t fun_vec_int_8 (void) { function vec_long_8_t (line 56) | vec_long_8_t fun_vec_long_8 (void) { function vec_float_8_t (line 62) | vec_float_8_t fun_vec_float_8 (void) { function vec_double_8_t (line 70) | vec_double_8_t fun_vec_double_8 (void) { function vec_char_16_t (line 79) | vec_char_16_t fun_vec_char_16 (void) { function vec_short_16_t (line 85) | vec_short_16_t fun_vec_short_16 (void) { function vec_int_16_t (line 91) | vec_int_16_t fun_vec_int_16 (void) { function vec_long_16_t (line 97) | vec_long_16_t fun_vec_long_16 (void) { function vec_int128_16_t (line 103) | vec_int128_16_t fun_vec_int128_16 (void) { function vec_float_16_t (line 109) | vec_float_16_t fun_vec_float_16 (void) { function vec_double_16_t (line 115) | vec_double_16_t fun_vec_double_16 (void) { function vec_float128_16_t (line 122) | vec_float128_16_t fun_vec_float128_16 (void) { type hfa1_float_t (line 130) | typedef struct { float f; } hfa1_float_t; function hfa1_float_t (line 131) | hfa1_float_t fun_hfa1_float (void) { type hfa1_double_t (line 136) | typedef struct { double f; } hfa1_double_t; function hfa1_double_t (line 137) | hfa1_double_t fun_hfa1_double (void) { type hfa1_long_double_t (line 142) | typedef struct { long double f; } hfa1_long_double_t; function hfa1_long_double_t (line 143) | hfa1_long_double_t fun_hfa1_long_double (void) { type hfa1_float_a_t (line 148) | typedef struct { float f[1]; } hfa1_float_a_t; function hfa1_float_a_t (line 149) | hfa1_float_a_t fun_hfa1_float_a (void) { type hfa1_double_a_t (line 154) | typedef struct { double f[1]; } hfa1_double_a_t; function hfa1_double_a_t (line 155) | hfa1_double_a_t fun_hfa1_double_a (void) { type hfa1_long_double_a_t (line 160) | typedef struct { long double f[1]; } hfa1_long_double_a_t; function hfa1_long_double_a_t (line 161) | hfa1_long_double_a_t fun_hfa1_long_double_a (void) { type hfa2_float_t (line 166) | typedef struct { float f; float g; } hfa2_float_t; function hfa2_float_t (line 167) | hfa2_float_t fun_hfa2_float (void) { type hfa2_double_t (line 172) | typedef struct { double f; double g; } hfa2_double_t; function hfa2_double_t (line 173) | hfa2_double_t fun_hfa2_double (void) { type hfa2_long_double_t (line 178) | typedef struct { long double f; long double g; } hfa2_long_double_t; function hfa2_long_double_t (line 179) | hfa2_long_double_t fun_hfa2_long_double (void) { type hfa2_float_a_t (line 184) | typedef struct { float f[2]; } hfa2_float_a_t; function hfa2_float_a_t (line 185) | hfa2_float_a_t fun_hfa2_float_a (void) { type hfa2_double_a_t (line 190) | typedef struct { double f[2]; } hfa2_double_a_t; function hfa2_double_a_t (line 191) | hfa2_double_a_t fun_hfa2_double_a (void) { type hfa2_long_double_a_t (line 196) | typedef struct { long double f[2]; } hfa2_long_double_a_t; function hfa2_long_double_a_t (line 197) | hfa2_long_double_a_t fun_hfa2_long_double_a (void) { type hfa3_float_t (line 202) | typedef struct { float f; float g; float h; } hfa3_float_t; function hfa3_float_t (line 203) | hfa3_float_t fun_hfa3_float (void) { type hfa3_double_t (line 208) | typedef struct { double f; double g; double h; } hfa3_double_t; function hfa3_double_t (line 209) | hfa3_double_t fun_hfa3_double (void) { type hfa3_long_double_t (line 214) | typedef struct { long double f; long double g; long double h; } hfa3_lon... function hfa3_long_double_t (line 215) | hfa3_long_double_t fun_hfa3_long_double (void) { type hfa3_float_a_t (line 220) | typedef struct { float f[3]; } hfa3_float_a_t; function hfa3_float_a_t (line 221) | hfa3_float_a_t fun_hfa3_float_a (void) { type hfa3_double_a_t (line 226) | typedef struct { double f[3]; } hfa3_double_a_t; function hfa3_double_a_t (line 227) | hfa3_double_a_t fun_hfa3_double_a (void) { type hfa3_long_double_a_t (line 232) | typedef struct { long double f[3]; } hfa3_long_double_a_t; function hfa3_long_double_a_t (line 233) | hfa3_long_double_a_t fun_hfa3_long_double_a (void) { type hfa4_float_t (line 238) | typedef struct { float f; float g; float h; float i; } hfa4_float_t; function hfa4_float_t (line 239) | hfa4_float_t fun_hfa4_float (void) { type hfa4_double_t (line 244) | typedef struct { double f; double g; double h; double i; } hfa4_double_t; function hfa4_double_t (line 245) | hfa4_double_t fun_hfa4_double (void) { type hfa4_long_double_t (line 250) | typedef struct { long double f; long double g; long double h; long doubl... function hfa4_long_double_t (line 251) | hfa4_long_double_t fun_hfa4_long_double (void) { type hfa4_float_a_t (line 256) | typedef struct { float f[4]; } hfa4_float_a_t; function hfa4_float_a_t (line 257) | hfa4_float_a_t fun_hfa4_float_a (void) { type hfa4_double_a_t (line 262) | typedef struct { double f[4]; } hfa4_double_a_t; function hfa4_double_a_t (line 263) | hfa4_double_a_t fun_hfa4_double_a (void) { type hfa4_long_double_a_t (line 268) | typedef struct { long double f[4]; } hfa4_long_double_a_t; function hfa4_long_double_a_t (line 269) | hfa4_long_double_a_t fun_hfa4_long_double_a (void) { type nfa5_float_t (line 274) | typedef struct { float f; float g; float h; float i; float j; } nfa5_flo... function nfa5_float_t (line 275) | nfa5_float_t fun_nfa5_float (void) { type nfa5_double_t (line 280) | typedef struct { double f; double g; double h; double i; double j; } nfa... function nfa5_double_t (line 281) | nfa5_double_t fun_nfa5_double (void) { type nfa5_long_double_t (line 286) | typedef struct { long double f; long double g; long double h; long doubl... function nfa5_long_double_t (line 287) | nfa5_long_double_t fun_nfa5_long_double (void) { type nfa5_float_a_t (line 292) | typedef struct { float f[5]; } nfa5_float_a_t; function nfa5_float_a_t (line 293) | nfa5_float_a_t fun_nfa5_float_a (void) { type nfa5_double_a_t (line 298) | typedef struct { double f[5]; } nfa5_double_a_t; function nfa5_double_a_t (line 299) | nfa5_double_a_t fun_nfa5_double_a (void) { type nfa5_long_double_a_t (line 304) | typedef struct { long double f[5]; } nfa5_long_double_a_t; function nfa5_long_double_a_t (line 305) | nfa5_long_double_a_t fun_nfa5_long_double_a (void) { type hfa1_float128_t (line 311) | typedef struct { __float128 f; } hfa1_float128_t; function hfa1_float128_t (line 312) | hfa1_float128_t fun_hfa1_float128 (void) { type hfa2_float128_t (line 317) | typedef struct { __float128 f; __float128 g; } hfa2_float128_t; function hfa2_float128_t (line 318) | hfa2_float128_t fun_hfa2_float128 (void) { type hfa3_float128_t (line 323) | typedef struct { __float128 f; __float128 g; __float128 h; } hfa3_float1... function hfa3_float128_t (line 324) | hfa3_float128_t fun_hfa3_float128 (void) { type hfa4_float128_t (line 329) | typedef struct { __float128 f; __float128 g; __float128 h; __float128 i;... function hfa4_float128_t (line 330) | hfa4_float128_t fun_hfa4_float128 (void) { type hva1_vec_char_8_t (line 338) | typedef struct { vec_char_8_t a; } hva1_vec_char_8_t; function hva1_vec_char_8_t (line 339) | hva1_vec_char_8_t fun_hva1_vec_char_8 (void) { type hva1_vec_short_8_t (line 344) | typedef struct { vec_short_8_t a; } hva1_vec_short_8_t; function hva1_vec_short_8_t (line 345) | hva1_vec_short_8_t fun_hva1_vec_short_8 (void) { type hva1_vec_int_8_t (line 350) | typedef struct { vec_int_8_t a; } hva1_vec_int_8_t; function hva1_vec_int_8_t (line 351) | hva1_vec_int_8_t fun_hva1_vec_int_8 (void) { type hva1_vec_long_8_t (line 356) | typedef struct { vec_long_8_t a; } hva1_vec_long_8_t; function hva1_vec_long_8_t (line 357) | hva1_vec_long_8_t fun_hva1_vec_long_8 (void) { type hva1_vec_float_8_t (line 362) | typedef struct { vec_float_8_t a; } hva1_vec_float_8_t; function hva1_vec_float_8_t (line 363) | hva1_vec_float_8_t fun_hva1_vec_float_8 (void) { type hva1_vec_double_8_t (line 368) | typedef struct { vec_double_8_t a; } hva1_vec_double_8_t; function hva1_vec_double_8_t (line 369) | hva1_vec_double_8_t fun_hva1_vec_double_8 (void) { type hva1_vec_char_16_t (line 374) | typedef struct { vec_char_16_t a; } hva1_vec_char_16_t; function hva1_vec_char_16_t (line 375) | hva1_vec_char_16_t fun_hva1_vec_char_16_t (void) { type hva1_vec_short_16_t (line 381) | typedef struct { vec_short_16_t a; } hva1_vec_short_16_t; function hva1_vec_short_16_t (line 382) | hva1_vec_short_16_t fun_hva1_vec_short_16_t (void) { type hva1_vec_int_16_t (line 387) | typedef struct { vec_int_16_t a; } hva1_vec_int_16_t; function hva1_vec_int_16_t (line 388) | hva1_vec_int_16_t fun_hva1_vec_int_16_t (void) { type hva1_vec_long_16_t (line 393) | typedef struct { vec_long_16_t a; } hva1_vec_long_16_t; function hva1_vec_long_16_t (line 394) | hva1_vec_long_16_t fun_hva1_vec_long_16_t (void) { type hva1_vec_int128_16_t (line 399) | typedef struct { vec_int128_16_t a; } hva1_vec_int128_16_t; function hva1_vec_int128_16_t (line 400) | hva1_vec_int128_16_t fun_hva1_vec_int128_16_t (void) { type hva1_vec_float_16_t (line 405) | typedef struct { vec_float_16_t a; } hva1_vec_float_16_t; function hva1_vec_float_16_t (line 406) | hva1_vec_float_16_t fun_hva1_vec_float_16_t (void) { type hva1_vec_double_16_t (line 411) | typedef struct { vec_double_16_t a; } hva1_vec_double_16_t; function hva1_vec_double_16_t (line 412) | hva1_vec_double_16_t fun_hva1_vec_double_16_t (void) { type hva1_vec_float128_16_t (line 418) | typedef struct { vec_float128_16_t a; } hva1_vec_float128_16_t; function hva1_vec_float128_16_t (line 419) | hva1_vec_float128_16_t fun_hva1_vec_float128_16_t (void) { type hva2_vec_char_8_t (line 427) | typedef struct { vec_char_8_t a; vec_char_8_t b; } hva2_vec_char_8_t; function hva2_vec_char_8_t (line 428) | hva2_vec_char_8_t fun_hva2_vec_char_8 (void) { type hva2_vec_short_8_t (line 434) | typedef struct { vec_short_8_t a; vec_short_8_t b; } hva2_vec_short_8_t; function hva2_vec_short_8_t (line 435) | hva2_vec_short_8_t fun_hva2_vec_short_8 (void) { type hva2_vec_int_8_t (line 441) | typedef struct { vec_int_8_t a; vec_int_8_t b; } hva2_vec_int_8_t; function hva2_vec_int_8_t (line 442) | hva2_vec_int_8_t fun_hva2_vec_int_8 (void) { type hva2_vec_long_8_t (line 448) | typedef struct { vec_long_8_t a; vec_long_8_t b; } hva2_vec_long_8_t; function hva2_vec_long_8_t (line 449) | hva2_vec_long_8_t fun_hva2_vec_long_8 (void) { type hva2_vec_float_8_t (line 455) | typedef struct { vec_float_8_t a; vec_float_8_t b; } hva2_vec_float_8_t; function hva2_vec_float_8_t (line 456) | hva2_vec_float_8_t fun_hva2_vec_float_8 (void) { type hva2_vec_double_8_t (line 462) | typedef struct { vec_double_8_t a; vec_double_8_t b; } hva2_vec_double_8_t; function hva2_vec_double_8_t (line 463) | hva2_vec_double_8_t fun_hva2_vec_double_8 (void) { type hva2_vec_char_16_t (line 469) | typedef struct { vec_char_16_t a; vec_char_16_t b; } hva2_vec_char_16_t; function hva2_vec_char_16_t (line 470) | hva2_vec_char_16_t fun_hva2_vec_char_16_t (void) { type hva2_vec_short_16_t (line 478) | typedef struct { vec_short_16_t a; vec_short_16_t b; } hva2_vec_short_16_t; function hva2_vec_short_16_t (line 479) | hva2_vec_short_16_t fun_hva2_vec_short_16_t (void) { type hva2_vec_int_16_t (line 485) | typedef struct { vec_int_16_t a; vec_int_16_t b; } hva2_vec_int_16_t; function hva2_vec_int_16_t (line 486) | hva2_vec_int_16_t fun_hva2_vec_int_16_t (void) { type hva2_vec_long_16_t (line 492) | typedef struct { vec_long_16_t a; vec_long_16_t b; } hva2_vec_long_16_t; function hva2_vec_long_16_t (line 493) | hva2_vec_long_16_t fun_hva2_vec_long_16_t (void) { type hva2_vec_int128_16_t (line 499) | typedef struct { vec_int128_16_t a; vec_int128_16_t b; } hva2_vec_int128... function hva2_vec_int128_16_t (line 500) | hva2_vec_int128_16_t fun_hva2_vec_int128_16_t (void) { type hva2_vec_float_16_t (line 506) | typedef struct { vec_float_16_t a; vec_float_16_t b; } hva2_vec_float_16_t; function hva2_vec_float_16_t (line 507) | hva2_vec_float_16_t fun_hva2_vec_float_16_t (void) { type hva2_vec_double_16_t (line 513) | typedef struct { vec_double_16_t a; vec_double_16_t b; } hva2_vec_double... function hva2_vec_double_16_t (line 514) | hva2_vec_double_16_t fun_hva2_vec_double_16_t (void) { type hva2_vec_float128_16_t (line 521) | typedef struct { vec_float128_16_t a; vec_float128_16_t b; } hva2_vec_fl... function hva2_vec_float128_16_t (line 522) | hva2_vec_float128_16_t fun_hva2_vec_float128_16_t (void) { type hva3_vec_char_8_t (line 531) | typedef struct { vec_char_8_t a; vec_char_8_t b; vec_char_8_t c; } hva3_... function hva3_vec_char_8_t (line 532) | hva3_vec_char_8_t fun_hva3_vec_char_8 (void) { type hva3_vec_short_8_t (line 539) | typedef struct { vec_short_8_t a; vec_short_8_t b; vec_short_8_t c; } hv... function hva3_vec_short_8_t (line 540) | hva3_vec_short_8_t fun_hva3_vec_short_8 (void) { type hva3_vec_int_8_t (line 547) | typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; } hva3_vec... function hva3_vec_int_8_t (line 548) | hva3_vec_int_8_t fun_hva3_vec_int_8 (void) { type hva3_vec_long_8_t (line 555) | typedef struct { vec_long_8_t a; vec_long_8_t b; vec_long_8_t c; } hva3_... function hva3_vec_long_8_t (line 556) | hva3_vec_long_8_t fun_hva3_vec_long_8 (void) { type hva3_vec_float_8_t (line 563) | typedef struct { vec_float_8_t a; vec_float_8_t b; vec_float_8_t c; } hv... function hva3_vec_float_8_t (line 564) | hva3_vec_float_8_t fun_hva3_vec_float_8 (void) { type hva3_vec_double_8_t (line 571) | typedef struct { vec_double_8_t a; vec_double_8_t b; vec_double_8_t c; }... function hva3_vec_double_8_t (line 572) | hva3_vec_double_8_t fun_hva3_vec_double_8 (void) { type hva3_vec_char_16_t (line 579) | typedef struct { vec_char_16_t a; vec_char_16_t b; vec_char_16_t c; } hv... function hva3_vec_char_16_t (line 580) | hva3_vec_char_16_t fun_hva3_vec_char_16_t (void) { type hva3_vec_short_16_t (line 590) | typedef struct { vec_short_16_t a; vec_short_16_t b; vec_short_16_t c; }... function hva3_vec_short_16_t (line 591) | hva3_vec_short_16_t fun_hva3_vec_short_16_t (void) { type hva3_vec_int_16_t (line 598) | typedef struct { vec_int_16_t a; vec_int_16_t b; vec_int_16_t c; } hva3_... function hva3_vec_int_16_t (line 599) | hva3_vec_int_16_t fun_hva3_vec_int_16_t (void) { type hva3_vec_long_16_t (line 606) | typedef struct { vec_long_16_t a; vec_long_16_t b; vec_long_16_t c; } hv... function hva3_vec_long_16_t (line 607) | hva3_vec_long_16_t fun_hva3_vec_long_16_t (void) { type hva3_vec_int128_16_t (line 614) | typedef struct { vec_int128_16_t a; vec_int128_16_t b; vec_int128_16_t c... function hva3_vec_int128_16_t (line 615) | hva3_vec_int128_16_t fun_hva3_vec_int128_16_t (void) { type hva3_vec_float_16_t (line 622) | typedef struct { vec_float_16_t a; vec_float_16_t b; vec_float_16_t c; }... function hva3_vec_float_16_t (line 623) | hva3_vec_float_16_t fun_hva3_vec_float_16_t (void) { type hva3_vec_double_16_t (line 630) | typedef struct { vec_double_16_t a; vec_double_16_t b; vec_double_16_t c... function hva3_vec_double_16_t (line 631) | hva3_vec_double_16_t fun_hva3_vec_double_16_t (void) { type hva3_vec_float128_16_t (line 639) | typedef struct { vec_float128_16_t a; vec_float128_16_t b; vec_float128_... function hva3_vec_float128_16_t (line 640) | hva3_vec_float128_16_t fun_hva3_vec_float128_16_t (void) { type hva4_vec_char_8_t (line 650) | typedef struct { vec_char_8_t a; vec_char_8_t b; vec_char_8_t c; vec_cha... function hva4_vec_char_8_t (line 651) | hva4_vec_char_8_t fun_hva4_vec_char_8 (void) { type hva4_vec_short_8_t (line 659) | typedef struct { vec_short_8_t a; vec_short_8_t b; vec_short_8_t c; vec_... function hva4_vec_short_8_t (line 660) | hva4_vec_short_8_t fun_hva4_vec_short_8 (void) { type hva4_vec_int_8_t (line 668) | typedef struct { vec_int_8_t a; vec_int_8_t b; vec_int_8_t c; vec_int_8_... function hva4_vec_int_8_t (line 669) | hva4_vec_int_8_t fun_hva4_vec_int_8 (void) { type hva4_vec_long_8_t (line 677) | typedef struct { vec_long_8_t a; vec_long_8_t b; vec_long_8_t c; vec_lon... function hva4_vec_long_8_t (line 678) | hva4_vec_long_8_t fun_hva4_vec_long_8 (void) { type hva4_vec_float_8_t (line 686) | typedef struct { vec_float_8_t a; vec_float_8_t b; vec_float_8_t c; vec_... function hva4_vec_float_8_t (line 687) | hva4_vec_float_8_t fun_hva4_vec_float_8 (void) { type hva4_vec_double_8_t (line 695) | typedef struct { vec_double_8_t a; vec_double_8_t b; vec_double_8_t c; v... function hva4_vec_double_8_t (line 696) | hva4_vec_double_8_t fun_hva4_vec_double_8 (void) { type hva4_vec_char_16_t (line 704) | typedef struct { vec_char_16_t a; vec_char_16_t b; vec_char_16_t c; vec_... function hva4_vec_char_16_t (line 705) | hva4_vec_char_16_t fun_hva4_vec_char_16_t (void) { type hva4_vec_short_16_t (line 717) | typedef struct { vec_short_16_t a; vec_short_16_t b; vec_short_16_t c; v... function hva4_vec_short_16_t (line 718) | hva4_vec_short_16_t fun_hva4_vec_short_16_t (void) { type hva4_vec_int_16_t (line 726) | typedef struct { vec_int_16_t a; vec_int_16_t b; vec_int_16_t c; vec_int... function hva4_vec_int_16_t (line 727) | hva4_vec_int_16_t fun_hva4_vec_int_16_t (void) { type hva4_vec_long_16_t (line 735) | typedef struct { vec_long_16_t a; vec_long_16_t b; vec_long_16_t c; vec_... function hva4_vec_long_16_t (line 736) | hva4_vec_long_16_t fun_hva4_vec_long_16_t (void) { type hva4_vec_int128_16_t (line 744) | typedef struct { vec_int128_16_t a; vec_int128_16_t b; vec_int128_16_t c... function hva4_vec_int128_16_t (line 745) | hva4_vec_int128_16_t fun_hva4_vec_int128_16_t (void) { type hva4_vec_float_16_t (line 753) | typedef struct { vec_float_16_t a; vec_float_16_t b; vec_float_16_t c; v... function hva4_vec_float_16_t (line 754) | hva4_vec_float_16_t fun_hva4_vec_float_16_t (void) { type hva4_vec_double_16_t (line 762) | typedef struct { vec_double_16_t a; vec_double_16_t b; vec_double_16_t c... function hva4_vec_double_16_t (line 763) | hva4_vec_double_16_t fun_hva4_vec_double_16_t (void) { type hva4_vec_float128_16_t (line 772) | typedef struct { vec_float128_16_t a; vec_float128_16_t b; vec_float128_... function hva4_vec_float128_16_t (line 773) | hva4_vec_float128_16_t fun_hva4_vec_float128_16_t (void) { type mixed_hfa3_cff_t (line 783) | typedef struct { float _Complex a; float b; } mixed_hfa3_cff_t; function mixed_hfa3_cff_t (line 784) | mixed_hfa3_cff_t fun_mixed_hfa3_cff (void) { type mixed_hfa3_cdd_t (line 789) | typedef struct { double _Complex a; double b; } mixed_hfa3_cdd_t; function mixed_hfa3_cdd_t (line 790) | mixed_hfa3_cdd_t fun_mixed_hfa3_cdd (void) { type mixed_hfa3_cldld_t (line 795) | typedef struct { long double _Complex a; long double b; } mixed_hfa3_cld... function mixed_hfa3_cldld_t (line 796) | mixed_hfa3_cldld_t fun_mixed_hfa3_cldld (void) { type mixed_hfa3_fcf_t (line 801) | typedef struct { float b; float _Complex a; } mixed_hfa3_fcf_t; function mixed_hfa3_fcf_t (line 802) | mixed_hfa3_fcf_t fun_mixed_hfa3_fcf (void) { type mixed_hfa3_dcd_t (line 807) | typedef struct { double b; double _Complex a; } mixed_hfa3_dcd_t; function mixed_hfa3_dcd_t (line 808) | mixed_hfa3_dcd_t fun_mixed_hfa3_dcd (void) { type mixed_hfa3_ldcld_t (line 813) | typedef struct { long double b; long double _Complex a; } mixed_hfa3_ldc... function mixed_hfa3_ldcld_t (line 814) | mixed_hfa3_ldcld_t fun_mixed_hfa3_ldcld (void) { type mixed_hfa2_fltsht_t (line 819) | typedef struct { vec_float_8_t a; vec_short_8_t b; } mixed_hfa2_fltsht_t; function mixed_hfa2_fltsht_t (line 820) | mixed_hfa2_fltsht_t fun_mixed_hfa2_fltsht_t (void) { function main (line 825) | int main(int argc, char *argv[]) FILE: tracers-libelf-sys/vendor/libelf/tests/funcscopes.c function paddr (line 33) | static void function print_vars (line 54) | static void type args (line 96) | struct args function handle_function (line 104) | static int function main (line 172) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-aranges.c function main (line 38) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-files.c function main (line 29) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-lines.c function main (line 31) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-pubnames.c function callback (line 31) | static int function main (line 66) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-units-invalid.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/get-units-split.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/getsrc_die.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/hash.c function check (line 26) | static int function main (line 35) | int FILE: tracers-libelf-sys/vendor/libelf/tests/line2addr.c function print_address (line 32) | static void type args (line 60) | struct args function handle_module (line 67) | static int function main (line 111) | int FILE: tracers-libelf-sys/vendor/libelf/tests/low_high_pc.c type args (line 31) | struct args type args (line 40) | struct args function fail (line 42) | static void function handle_die (line 49) | static int function main (line 83) | int FILE: tracers-libelf-sys/vendor/libelf/tests/msg_tst.c function main (line 89) | int FILE: tracers-libelf-sys/vendor/libelf/tests/newdata.c function add_section_data (line 37) | static void function Elf (line 71) | static Elf * function Elf (line 155) | static Elf * function check_section_size (line 169) | static void function check_section_data (line 197) | static void function check_elf (line 235) | static void function main (line 388) | int FILE: tracers-libelf-sys/vendor/libelf/tests/newfile.c function print_ehdr (line 25) | static void function main (line 52) | int FILE: tracers-libelf-sys/vendor/libelf/tests/newscn.c function main (line 29) | int FILE: tracers-libelf-sys/vendor/libelf/tests/next-files.c function main (line 30) | int FILE: tracers-libelf-sys/vendor/libelf/tests/next-lines.c function main (line 31) | int FILE: tracers-libelf-sys/vendor/libelf/tests/next_cfi.c function handle_section (line 35) | void function main (line 95) | int FILE: tracers-libelf-sys/vendor/libelf/tests/peel_type.c function print_var_raw_type (line 47) | void function main (line 90) | int FILE: tracers-libelf-sys/vendor/libelf/tests/rdwrmmap.c function main (line 28) | int FILE: tracers-libelf-sys/vendor/libelf/tests/rerequest_tag.c function main (line 25) | int FILE: tracers-libelf-sys/vendor/libelf/tests/saridx.c function main (line 87) | int FILE: tracers-libelf-sys/vendor/libelf/tests/scnnames.c function main (line 27) | int FILE: tracers-libelf-sys/vendor/libelf/tests/sectiondump.c function main (line 36) | int function handle_section (line 77) | static int function print_bytes (line 140) | static void function print_symtab (line 162) | static void FILE: tracers-libelf-sys/vendor/libelf/tests/show-abbrev.c function main (line 27) | int FILE: tracers-libelf-sys/vendor/libelf/tests/show-die-info.c function handle (line 58) | void function main (line 311) | int FILE: tracers-libelf-sys/vendor/libelf/tests/showptable.c function main (line 27) | int FILE: tracers-libelf-sys/vendor/libelf/tests/strptr.c function main (line 33) | int FILE: tracers-libelf-sys/vendor/libelf/tests/system-elf-libelf-test.c function main (line 23) | int FILE: tracers-libelf-sys/vendor/libelf/tests/test-elf_cntl_gelf_getshdr.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/test-flag-nobits.c function main (line 25) | int FILE: tracers-libelf-sys/vendor/libelf/tests/test-nlist.c function foo (line 28) | int function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/testfile-backtrace-demangle.cc function NOINLINE_NOCLONE (line 24) | void NOINLINE_NOCLONE function NOINLINE_NOCLONE (line 34) | void NOINLINE_NOCLONE function main (line 43) | int FILE: tracers-libelf-sys/vendor/libelf/tests/testfile_const_type.c function f1 (line 3) | __attribute__((noinline, noclone)) int function main (line 10) | int FILE: tracers-libelf-sys/vendor/libelf/tests/testfile_entry_value.c function foo (line 2) | int __attribute__((noinline, noclone)) foo (int x, int y) function bar (line 7) | int __attribute__((noinline, noclone)) bar (int x, int y) function main (line 15) | int FILE: tracers-libelf-sys/vendor/libelf/tests/testfile_implicit_pointer.c function foo (line 3) | static __attribute__((noinline, noclone)) int foo (int i) function main (line 9) | int main (void) FILE: tracers-libelf-sys/vendor/libelf/tests/testfile_implicit_value.c function foo (line 3) | static __attribute__((noinline, noclone)) int foo () function main (line 9) | int main (void) FILE: tracers-libelf-sys/vendor/libelf/tests/testfile_parameter_ref.c function foo (line 6) | static __attribute__((noinline)) int function main (line 16) | int FILE: tracers-libelf-sys/vendor/libelf/tests/typeiter.c function main (line 27) | int FILE: tracers-libelf-sys/vendor/libelf/tests/typeiter2.c function main (line 28) | int FILE: tracers-libelf-sys/vendor/libelf/tests/unit-info.c type info (line 33) | struct info type info (line 43) | struct info function main (line 45) | int FILE: tracers-libelf-sys/vendor/libelf/tests/update1.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/update2.c function main (line 32) | int FILE: tracers-libelf-sys/vendor/libelf/tests/update3.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/update4.c function main (line 34) | int FILE: tracers-libelf-sys/vendor/libelf/tests/varlocs.c function print_die (line 53) | static void function print_base_type (line 122) | static void function print_expr_block (line 169) | static void function print_expr_block_addrs (line 182) | static void function print_expr (line 192) | static void function print_varlocs (line 705) | static void function handle_instance (line 879) | static int function handle_function (line 888) | static int type attr_arg (line 917) | struct attr_arg function handle_attr (line 923) | static int function handle_die (line 979) | static void function main (line 1036) | int FILE: tracers-libelf-sys/vendor/libelf/tests/vdsosyms.c function main (line 30) | int function module_callback (line 39) | static int function main (line 68) | int FILE: tracers-libelf-sys/vendor/libelf/tests/vendorelf.c function check_elf (line 34) | void function main (line 185) | int FILE: tracers-libelf-sys/vendor/libelf/tests/zstrptr.c function main (line 33) | int FILE: tracers-libstapsdt-sys/build.rs function is_enabled (line 12) | fn is_enabled() -> bool { function is_required (line 16) | fn is_required() -> bool { function main (line 20) | fn main() { function try_build (line 49) | fn try_build() -> Fallible<()> { function run (line 133) | fn run(cmd: &mut Command, program: &str) -> Fallible<()> { FILE: tracers-libstapsdt-sys/src/lib.rs function smoke_test (line 18) | fn smoke_test() { FILE: tracers-libstapsdt-sys/src/libstapsdt.rs constant MAX_ARGUMENTS (line 3) | pub const MAX_ARGUMENTS: u32 = 6; constant SDTError_t_noError (line 4) | pub const SDTError_t_noError: SDTError_t = -1; constant SDTError_t_elfCreationError (line 5) | pub const SDTError_t_elfCreationError: SDTError_t = 0; constant SDTError_t_tmpCreationError (line 6) | pub const SDTError_t_tmpCreationError: SDTError_t = 1; constant SDTError_t_sharedLibraryOpenError (line 7) | pub const SDTError_t_sharedLibraryOpenError: SDTError_t = 2; constant SDTError_t_symbolLoadingError (line 8) | pub const SDTError_t_symbolLoadingError: SDTError_t = 3; constant SDTError_t_sharedLibraryCloseError (line 9) | pub const SDTError_t_sharedLibraryCloseError: SDTError_t = 4; type SDTError_t (line 10) | pub type SDTError_t = i32; constant ArgType_t_noarg (line 11) | pub const ArgType_t_noarg: ArgType_t = 0; constant ArgType_t_uint8 (line 12) | pub const ArgType_t_uint8: ArgType_t = 1; constant ArgType_t_int8 (line 13) | pub const ArgType_t_int8: ArgType_t = -1; constant ArgType_t_uint16 (line 14) | pub const ArgType_t_uint16: ArgType_t = 2; constant ArgType_t_int16 (line 15) | pub const ArgType_t_int16: ArgType_t = -2; constant ArgType_t_uint32 (line 16) | pub const ArgType_t_uint32: ArgType_t = 4; constant ArgType_t_int32 (line 17) | pub const ArgType_t_int32: ArgType_t = -4; constant ArgType_t_uint64 (line 18) | pub const ArgType_t_uint64: ArgType_t = 8; constant ArgType_t_int64 (line 19) | pub const ArgType_t_int64: ArgType_t = -8; type ArgType_t (line 20) | pub type ArgType_t = i32; type SDTProbe (line 23) | pub struct SDTProbe { type SDTProbe_t (line 30) | pub type SDTProbe_t = SDTProbe; type SDTProbeList_ (line 33) | pub struct SDTProbeList_ { type SDTProbeList_t (line 37) | pub type SDTProbeList_t = SDTProbeList_; type SDTProvider (line 40) | pub struct SDTProvider { type SDTProvider_t (line 48) | pub type SDTProvider_t = SDTProvider; function providerInit (line 50) | pub fn providerInit(name: *const ::std::os::raw::c_char) -> *mut SDTProv... function providerAddProbe (line 53) | pub fn providerAddProbe( function providerLoad (line 61) | pub fn providerLoad(provider: *mut SDTProvider_t) -> ::std::os::raw::c_int; function providerUnload (line 64) | pub fn providerUnload(provider: *mut SDTProvider_t) -> ::std::os::raw::c... function providerDestroy (line 67) | pub fn providerDestroy(provider: *mut SDTProvider_t); function probeFire (line 70) | pub fn probeFire(probe: *mut SDTProbe_t, ...); function probeIsEnabled (line 73) | pub fn probeIsEnabled(probe: *mut SDTProbe_t) -> ::std::os::raw::c_int; FILE: tracers-libstapsdt-sys/src/test-libstapsdt.c function main (line 6) | int main(int arc, char** argv) { FILE: tracers-macros-hack/src/lib.rs function probe (line 11) | pub fn probe(input: CompilerTokenStream) -> CompilerTokenStream { function init_provider (line 20) | pub fn init_provider(input: CompilerTokenStream) -> CompilerTokenStream { function tracer (line 29) | pub fn tracer(attr: CompilerTokenStream, item: CompilerTokenStream) -> C... FILE: tracers/benches/probe_firing.rs type ProbeBenchmarks (line 15) | trait ProbeBenchmarks { method no_args (line 16) | fn no_args(); method int_arg1 (line 17) | fn int_arg1(arg0: usize); method int_arg3 (line 18) | fn int_arg3(arg0: usize, arg1: usize, arg2: usize); method int_arg6 (line 19) | fn int_arg6(arg0: usize, arg1: usize, arg2: usize, arg3: usize, arg4: ... method int_arg12 (line 20) | fn int_arg12( method string_arg1 (line 34) | fn string_arg1(arg0: &str); method string_arg3 (line 35) | fn string_arg3(arg0: &str, arg1: &str, arg2: &str); method string_arg6 (line 36) | fn string_arg6(arg0: &str, arg1: &str, arg2: &str, arg3: &str, arg4: &... method string_arg12 (line 37) | fn string_arg12( function bench_no_args (line 53) | fn bench_no_args(b: &mut Bencher, _arg: &()) { function bench_int_arg1 (line 57) | fn bench_int_arg1(b: &mut Bencher, _arg: &()) { function bench_int_arg3 (line 61) | fn bench_int_arg3(b: &mut Bencher, _arg: &()) { function bench_int_arg6 (line 71) | fn bench_int_arg6(b: &mut Bencher, _arg: &()) { function bench_int_arg12 (line 84) | fn bench_int_arg12(b: &mut Bencher, _arg: &()) { function bench_string_arg1 (line 103) | fn bench_string_arg1(b: &mut Bencher, _arg: &()) { function bench_string_arg3 (line 107) | fn bench_string_arg3(b: &mut Bencher, _arg: &()) { function bench_string_arg6 (line 117) | fn bench_string_arg6(b: &mut Bencher, _arg: &()) { function bench_string_arg12 (line 130) | fn bench_string_arg12(b: &mut Bencher, _arg: &()) { function bench_fire_disabled (line 149) | fn bench_fire_disabled(c: &mut Criterion) { function bench_fire_enabled (line 153) | fn bench_fire_enabled(c: &mut Criterion) { function enable_tracing (line 165) | fn enable_tracing() -> Fallible { function disable_tracing (line 245) | fn disable_tracing(mut child: Child) { function enable_tracing (line 262) | fn enable_tracing() -> Fallible<()> { function lttng (line 274) | fn lttng(args: &[&str]) -> Fallible<()> { function disable_tracing (line 310) | fn disable_tracing(_unused: ()) { function enable_tracing (line 318) | fn enable_tracing() -> Fallible<()> { function disable_tracing (line 326) | fn disable_tracing(_unused: ()) { function enable_tracing (line 331) | fn enable_tracing() -> Fallible<()> { function disable_tracing (line 336) | fn disable_tracing(_unused: ()) { function bench_fire (line 340) | fn bench_fire(c: &mut Criterion, enabled: bool) { FILE: tracers/build.rs function main (line 4) | fn main() { FILE: tracers/examples/simple.rs type SimpleTestProbes (line 7) | trait SimpleTestProbes { method probe0 (line 8) | fn probe0(); method probe1 (line 9) | fn probe1(foo: &str); function main (line 12) | fn main() { FILE: tracers/examples/submodules.rs type PublicTestProbes (line 13) | pub trait PublicTestProbes { method probe0 (line 14) | fn probe0(); method probe1 (line 15) | fn probe1(foo: &str); type CrateTestProbes (line 19) | pub(crate) trait CrateTestProbes { method probe0 (line 20) | fn probe0(); method probe1 (line 21) | fn probe1(foo: &str); type SuperTestProbes (line 25) | pub(super) trait SuperTestProbes { method probe0 (line 26) | fn probe0(); method probe1 (line 27) | fn probe1(foo: &str); function main (line 33) | fn main() { FILE: tracers/src/bin/profile_target.rs type SimpleTestProbes (line 10) | trait SimpleTestProbes { method probe_no_args (line 11) | fn probe_no_args(); method probe_str_arg (line 12) | fn probe_str_arg(arg0: &str); method probe_int_arg (line 13) | fn probe_int_arg(arg0: usize); method probe_ptr_arg (line 14) | fn probe_ptr_arg(arg0: *const u8); function main (line 20) | fn main() { FILE: tracers/src/bin/stap_probes.o.dtrace-temp.c function __dtrace (line 4) | static void __dtrace (void) {} FILE: tracers/src/bin/testfire.rs type TestFireProbes (line 8) | pub trait TestFireProbes { method probe0 (line 9) | fn probe0(); method probe1 (line 10) | fn probe1(text: &str); method probe2 (line 11) | fn probe2(text: &str, number: usize); method probe3 (line 12) | fn probe3(text: &str, number: usize, opt: &Option<&String>); type ProbeType (line 16) | enum ProbeType { function fire_probe (line 99) | fn fire_probe(pt: ProbeType) { function main (line 110) | fn main() { FILE: tracers/src/lib.rs type SystemTracer (line 33) | pub type SystemTracer = tracers_dyn_stap::StapTracer; type SystemTracer (line 36) | pub type SystemTracer = tracers_noop::NoOpTracer; type SystemProvider (line 39) | pub type SystemProvider = ::ProviderType; type SystemProbe (line 42) | pub type SystemProbe = ::ProbeType; function verify_expected_dynamic_tracing_impl (line 55) | fn verify_expected_dynamic_tracing_impl() { function verify_expected_dynamic_tracing_impl (line 67) | fn verify_expected_dynamic_tracing_impl() { FILE: tracers/tests/custom_provider_names.rs type TestProbes (line 12) | pub trait TestProbes { method probe0 (line 13) | fn probe0(); method probe1 (line 14) | fn probe1(foo: &str); method probe1 (line 22) | fn probe1(foo: &str); method probe2 (line 23) | fn probe2(foo: &str, bar: usize); type TestProbes (line 21) | pub trait TestProbes { method probe0 (line 13) | fn probe0(); method probe1 (line 14) | fn probe1(foo: &str); method probe1 (line 22) | fn probe1(foo: &str); method probe2 (line 23) | fn probe2(foo: &str, bar: usize); function probe_firing (line 28) | fn probe_firing() { FILE: tracers/tests/simple.rs type TestProbes (line 6) | trait TestProbes { method probe0 (line 7) | fn probe0(); method probe1 (line 8) | fn probe1(foo: &str); method probe2 (line 9) | fn probe2(foo: &str, bar: usize); function probe_firing (line 13) | fn probe_firing() { function expected_impl (line 20) | fn expected_impl() {