Searched refs:notice_listptr (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ChangeLog | 911 (attr_callback): Call notice_listptr for DW_AT_ranges. Handle 1067 (notice_listptr): Take attr as argument and add it to listptr. 1071 (attr_callback): Handle DW_AT_GNU_locviews. Call notice_listptr with 1977 * readelf.c (notice_listptr): Return false if offset doesn't fit 2567 (notice_listptr): Take CU as argument. 2572 (attr_callback): Pass cu not cu_base to notice_listptr. 2656 (notice_listptr): Take base argument and set it. 2660 (attr_callback): Call notice_listptr with cbargs->cu_base. 3117 (notice_listptr, skip_listptr_hole): New functions. 3119 (attr_callback): Call notice_listptr for loclistptr and rangelistptr. [all …]
|
D | readelf.c | 4914 notice_listptr (enum section_e section, struct listptr_table *table, in notice_listptr() function 7212 nlpt = notice_listptr (section_loc, &known_locsptr, in attr_callback() 7228 nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback() 7255 bool nlpt = notice_listptr (section_loc, &known_loclistsptr, in attr_callback() 7272 nlpt = notice_listptr (section_ranges, &known_rangelistptr, in attr_callback() 7283 nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7309 bool nlpt = notice_listptr (section_ranges, &known_rnglistptr, in attr_callback() 7324 bool addrbase = notice_listptr (section_addr, &known_addrbases, in attr_callback() 7339 bool stroffbase = notice_listptr (section_str, &known_stroffbases, in attr_callback()
|