OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pc_in_unmapped_range
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
symfile.c
2978
pc_in_unmapped_range
(...): true if pc belongs to section's LMA
3064
/* Function:
pc_in_unmapped_range
3068
pc_in_unmapped_range
(CORE_ADDR pc, struct obj_section *section)
3140
if (section_is_overlay (section) &&
pc_in_unmapped_range
(pc, section))
3203
else if (
pc_in_unmapped_range
(pc, osect))
3061
pc_in_unmapped_range
(CORE_ADDR pc, struct obj_section *section)
function
/src/external/gpl3/gdb/dist/gdb/
symfile.c
2978
pc_in_unmapped_range
(...): true if pc belongs to section's LMA
3064
/* Function:
pc_in_unmapped_range
3068
pc_in_unmapped_range
(CORE_ADDR pc, struct obj_section *section)
3140
if (section_is_overlay (section) &&
pc_in_unmapped_range
(pc, section))
3203
else if (
pc_in_unmapped_range
(pc, &osect))
3061
pc_in_unmapped_range
(CORE_ADDR pc, struct obj_section *section)
function
Completed in 53 milliseconds
Indexes created Tue May 19 00:24:48 UTC 2026