GCC Middle and Back End API Reference
prefix_list Struct Reference

#include <file-find.h>

Collaboration diagram for prefix_list:

Data Fields

const charprefix
 
struct prefix_listnext
 
int require_machine_suffix
 
int priority
 
int os_multilib
 

Detailed Description

Prototypes and data structures used for implementing functions for
   finding files relative to GCC binaries.
   Copyright (C) 1992-2024 Free Software Foundation, Inc.

This file is part of GCC.

GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.   
Structure to hold all the directories in which to search for files to
execute.   
Structures to keep track of prefixes to try when looking for files.   

Field Documentation

◆ next

struct prefix_list * prefix_list::next

Referenced by add_prefix(), and path_prefix_reset().

◆ os_multilib

int prefix_list::os_multilib

◆ prefix

◆ priority

int prefix_list::priority

◆ require_machine_suffix

int prefix_list::require_machine_suffix

The documentation for this struct was generated from the following files: